Linux Kernel
3.7.1
|
#include <line.h>
Data Fields | |
struct tty_port | port |
int | valid |
char * | init_str |
struct list_head | chan_list |
struct chan * | chan_in |
struct chan * | chan_out |
spinlock_t | lock |
int | throttled |
char * | buffer |
char * | head |
char * | tail |
int | sigio |
struct delayed_work | task |
struct line_driver * | driver |
struct line_driver* driver |
spinlock_t lock |
struct delayed_work task |