Linux Kernel
3.7.1
|
Data Fields | |
struct device * | dev |
struct tty_port | port |
uint32_t | handle |
unsigned int | rx_irq |
unsigned int | tx_irq |
spinlock_t | lock |
unsigned char | buf [BUF_SIZE] |
unsigned int | head |
unsigned int | tail |
int | tx_irq_enabled |
Definition at line 47 of file ehv_bytechan.c.
Definition at line 55 of file ehv_bytechan.c.
Definition at line 48 of file ehv_bytechan.c.
Definition at line 50 of file ehv_bytechan.c.
Definition at line 56 of file ehv_bytechan.c.
spinlock_t lock |
Definition at line 54 of file ehv_bytechan.c.
Definition at line 49 of file ehv_bytechan.c.
unsigned int rx_irq |
Definition at line 51 of file ehv_bytechan.c.
unsigned int tail |
Definition at line 57 of file ehv_bytechan.c.
unsigned int tx_irq |
Definition at line 52 of file ehv_bytechan.c.
int tx_irq_enabled |
Definition at line 59 of file ehv_bytechan.c.