|
Linux Kernel
3.7.1
|
#include <linux/signal.h>#include <linux/kernel.h>#include <linux/ioport.h>#include <linux/interrupt.h>#include <linux/delay.h>#include <asm/io.h>#include "hysdn_defs.h"Go to the source code of this file.
Functions | |
| int | hysdn_sched_rx (hysdn_card *card, unsigned char *buf, unsigned short len, unsigned short chan) |
| int | hysdn_sched_tx (hysdn_card *card, unsigned char *buf, unsigned short volatile *len, unsigned short volatile *chan, unsigned short maxlen) |
| int | hysdn_tx_cfgline (hysdn_card *card, unsigned char *line, unsigned short chan) |
| int hysdn_sched_rx | ( | hysdn_card * | card, |
| unsigned char * | buf, | ||
| unsigned short | len, | ||
| unsigned short | chan | ||
| ) |
Definition at line 31 of file hysdn_sched.c.
| int hysdn_sched_tx | ( | hysdn_card * | card, |
| unsigned char * | buf, | ||
| unsigned short volatile * | len, | ||
| unsigned short volatile * | chan, | ||
| unsigned short | maxlen | ||
| ) |
Definition at line 74 of file hysdn_sched.c.
| int hysdn_tx_cfgline | ( | hysdn_card * | card, |
| unsigned char * | line, | ||
| unsigned short | chan | ||
| ) |
Definition at line 150 of file hysdn_sched.c.
1.8.2