Linux Kernel
3.7.1
|
Data Fields | |
unsigned int | index |
const volatile unsigned * | read |
volatile char * | write |
volatile unsigned * | xoff |
volatile char * | baud |
volatile char * | tr_ctrl |
volatile char * | rec_ctrl |
unsigned long | irq |
unsigned int | started |
unsigned long | baudrate |
unsigned char | parity |
unsigned int | bits |
unsigned char | nbr |
unsigned long | instance |
Definition at line 26 of file debugport.c.
volatile char* baud |
Definition at line 32 of file debugport.c.
unsigned long baudrate |
Definition at line 37 of file debugport.c.
unsigned int bits |
Definition at line 39 of file debugport.c.
unsigned int index |
Definition at line 28 of file debugport.c.
unsigned long instance |
Definition at line 16 of file debugport.c.
unsigned long irq |
Definition at line 35 of file debugport.c.
unsigned char nbr |
Definition at line 15 of file debugport.c.
unsigned char parity |
Definition at line 38 of file debugport.c.
const volatile unsigned* read |
Definition at line 29 of file debugport.c.
volatile char* rec_ctrl |
Definition at line 34 of file debugport.c.
unsigned int started |
Definition at line 36 of file debugport.c.
volatile char* tr_ctrl |
Definition at line 33 of file debugport.c.
volatile char* write |
Definition at line 30 of file debugport.c.
volatile unsigned* xoff |
Definition at line 31 of file debugport.c.