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

Data Fields

struct uart_port port
 
struct spi_devicespi
 
char name [SPI_NAME_SIZE]
 
wait_queue_head_t wq
 
struct task_structmain_thread
 
struct task_structread_thread
 
struct mutex thread_mutex
 
u32 baud
 
u16 cur_conf
 
u8 clock
 
u8 parity
 
u8 word_7bits
 
u16 irq
 
unsigned long uart_flags
 
struct circ_buf con_xmit
 

Detailed Description

Definition at line 55 of file mrst_max3110.c.

Field Documentation

u32 baud

Definition at line 65 of file mrst_max3110.c.

u8 clock

Definition at line 67 of file mrst_max3110.c.

struct circ_buf con_xmit

Definition at line 74 of file mrst_max3110.c.

u16 cur_conf

Definition at line 66 of file mrst_max3110.c.

u16 irq

Definition at line 69 of file mrst_max3110.c.

struct task_struct* main_thread

Definition at line 61 of file mrst_max3110.c.

Definition at line 58 of file mrst_max3110.c.

u8 parity

Definition at line 68 of file mrst_max3110.c.

Definition at line 56 of file mrst_max3110.c.

struct task_struct* read_thread

Definition at line 62 of file mrst_max3110.c.

Definition at line 57 of file mrst_max3110.c.

struct mutex thread_mutex

Definition at line 63 of file mrst_max3110.c.

unsigned long uart_flags

Definition at line 71 of file mrst_max3110.c.

u8 word_7bits

Definition at line 68 of file mrst_max3110.c.

Definition at line 60 of file mrst_max3110.c.


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