Linux Kernel
3.7.1
|
Data Fields | |
struct tty_struct * | tty |
spinlock_t | lock |
unsigned int | num |
struct kref | ref |
wait_queue_head_t | event |
unsigned char * | buf |
int | state |
unsigned int | len |
unsigned int | address |
unsigned int | count |
int | escape |
int | encoding |
u8 | control |
u8 | fcs |
u8 | received_fcs |
u8 * | txframe |
void(* | receive )(struct gsm_mux *gsm, u8 ch) |
void(* | error )(struct gsm_mux *gsm, u8 ch, u8 flag) |
int(* | output )(struct gsm_mux *mux, u8 *data, int len) |
unsigned int | mru |
unsigned int | mtu |
int | initiator |
int | dead |
struct gsm_dlci * | dlci [NUM_DLCI] |
int | constipated |
spinlock_t | tx_lock |
unsigned int | tx_bytes |
struct list_head | tx_list |
struct timer_list | t2_timer |
int | cretries |
struct gsm_control * | pending_cmd |
spinlock_t | control_lock |
int | adaption |
u8 | ftype |
int | t1 |
int | t2 |
int | n2 |
unsigned long | bad_fcs |
unsigned long | malformed |
unsigned long | io_error |
unsigned long | bad_size |
unsigned long | unsupported |
spinlock_t control_lock |
spinlock_t lock |
struct timer_list t2_timer |
struct tty_struct* tty |
spinlock_t tx_lock |