Linux Kernel
3.7.1
|
#include <tty.h>
Data Fields | |
struct tty_struct * | tty |
struct tty_port_operations * | ops |
spinlock_t | lock |
int | blocked_open |
int | count |
wait_queue_head_t | open_wait |
wait_queue_head_t | close_wait |
wait_queue_head_t | delta_msr_wait |
unsigned long | flags |
unsigned char | console:1 |
struct mutex | mutex |
struct mutex | buf_mutex |
unsigned char * | xmit_buf |
unsigned int | close_delay |
unsigned int | closing_wait |
int | drain_delay |
struct kref | kref |
wait_queue_head_t close_wait |
wait_queue_head_t delta_msr_wait |
spinlock_t lock |
wait_queue_head_t open_wait |
struct tty_struct* tty |