Linux Kernel
3.7.1
|
Data Fields | |
struct tty_port | port |
struct ccw_device * | cdev |
spinlock_t * | lock |
int | flags |
char * | buffer |
char * | inbuf |
int | head |
int | count |
int | written |
struct raw3215_req * | queued_read |
struct raw3215_req * | queued_write |
struct tasklet_struct | tlet |
wait_queue_head_t | empty_wait |
struct timer_list | timer |
int | line_pos |
char | ubuffer [80] |
wait_queue_head_t empty_wait |
spinlock_t* lock |
struct raw3215_req* queued_read |
struct raw3215_req* queued_write |
struct tasklet_struct tlet |