Linux Kernel
3.7.1
|
#include <rocket_int.h>
Data Fields | |
int | magic |
struct tty_port | port |
int | line |
int | flags |
unsigned int | board:3 |
unsigned int | aiop:2 |
unsigned int | chan:3 |
CONTROLLER_t * | ctlp |
CHANNEL_t | channel |
int | intmask |
int | xmit_fifo_room |
unsigned char * | xmit_buf |
int | xmit_head |
int | xmit_tail |
int | xmit_cnt |
int | cd_status |
int | ignore_status_mask |
int | read_status_mask |
int | cps |
struct completion | close_wait |
spinlock_t | slock |
struct mutex | write_mtx |
Definition at line 1126 of file rocket_int.h.
unsigned int aiop |
Definition at line 1132 of file rocket_int.h.
Definition at line 1131 of file rocket_int.h.
int cd_status |
Definition at line 1142 of file rocket_int.h.
Definition at line 1133 of file rocket_int.h.
Definition at line 1135 of file rocket_int.h.
struct completion close_wait |
Definition at line 1147 of file rocket_int.h.
int cps |
Definition at line 1145 of file rocket_int.h.
CONTROLLER_t* ctlp |
Definition at line 1134 of file rocket_int.h.
int flags |
Definition at line 1130 of file rocket_int.h.
int ignore_status_mask |
Definition at line 1143 of file rocket_int.h.
int intmask |
Definition at line 1136 of file rocket_int.h.
Definition at line 1129 of file rocket_int.h.
int magic |
Definition at line 1127 of file rocket_int.h.
Definition at line 1128 of file rocket_int.h.
int read_status_mask |
Definition at line 1144 of file rocket_int.h.
spinlock_t slock |
Definition at line 1148 of file rocket_int.h.
Definition at line 1149 of file rocket_int.h.
Definition at line 1138 of file rocket_int.h.
int xmit_cnt |
Definition at line 1141 of file rocket_int.h.
int xmit_fifo_room |
Definition at line 1137 of file rocket_int.h.
int xmit_head |
Definition at line 1139 of file rocket_int.h.
int xmit_tail |
Definition at line 1140 of file rocket_int.h.