Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ehv_bc_data Struct Reference

Data Fields

struct devicedev
 
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
 

Detailed Description

Definition at line 47 of file ehv_bytechan.c.

Field Documentation

unsigned char buf[BUF_SIZE]

Definition at line 55 of file ehv_bytechan.c.

struct device* dev

Definition at line 48 of file ehv_bytechan.c.

Definition at line 50 of file ehv_bytechan.c.

unsigned int head

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.


The documentation for this struct was generated from the following file: