|
Linux Kernel
3.7.1
|
#include <cyclades.h>
Data Fields | |
| int | magic |
| struct tty_port | port |
| struct cyclades_card * | card |
| union { | |
| struct { | |
| void __iomem * base_addr | |
| } cyy | |
| struct { | |
| struct CH_CTRL __iomem * ch_ctrl | |
| struct BUF_CTRL __iomem * buf_ctrl | |
| } cyz | |
| } | u |
| int | line |
| int | flags |
| int | type |
| int | read_status_mask |
| int | ignore_status_mask |
| int | timeout |
| int | xmit_fifo_size |
| int | cor1 |
| int | cor2 |
| int | cor3 |
| int | cor4 |
| int | cor5 |
| int | tbpr |
| int | tco |
| int | rbpr |
| int | rco |
| int | baud |
| int | rflow |
| int | rtsdtr_inv |
| int | chip_rev |
| int | custom_divisor |
| u8 | x_char |
| int | breakon |
| int | breakoff |
| int | xmit_head |
| int | xmit_tail |
| int | xmit_cnt |
| int | default_threshold |
| int | default_timeout |
| unsigned long | rflush_count |
| struct cyclades_monitor | mon |
| struct cyclades_idle_stats | idle_stats |
| struct cyclades_icount | icount |
| struct completion | shutdown_wait |
| int | throttle |
Definition at line 118 of file cyclades.h.
Definition at line 124 of file cyclades.h.
| int baud |
Definition at line 140 of file cyclades.h.
| int breakoff |
Definition at line 147 of file cyclades.h.
| int breakon |
Definition at line 146 of file cyclades.h.
Definition at line 128 of file cyclades.h.
| struct cyclades_card* card |
Definition at line 121 of file cyclades.h.
Definition at line 127 of file cyclades.h.
| int chip_rev |
Definition at line 143 of file cyclades.h.
| int cor1 |
Definition at line 138 of file cyclades.h.
| int cor2 |
Definition at line 138 of file cyclades.h.
| int cor3 |
Definition at line 138 of file cyclades.h.
| int cor4 |
Definition at line 138 of file cyclades.h.
| int cor5 |
Definition at line 138 of file cyclades.h.
| int custom_divisor |
Definition at line 144 of file cyclades.h.
| struct { ... } cyy |
| struct { ... } cyz |
| int default_threshold |
Definition at line 151 of file cyclades.h.
| int default_timeout |
Definition at line 152 of file cyclades.h.
| int flags |
Definition at line 132 of file cyclades.h.
| struct cyclades_icount icount |
Definition at line 156 of file cyclades.h.
| struct cyclades_idle_stats idle_stats |
Definition at line 155 of file cyclades.h.
| int ignore_status_mask |
Definition at line 135 of file cyclades.h.
Definition at line 131 of file cyclades.h.
| int magic |
Definition at line 119 of file cyclades.h.
Definition at line 154 of file cyclades.h.
Definition at line 120 of file cyclades.h.
| int rbpr |
Definition at line 139 of file cyclades.h.
| int rco |
Definition at line 139 of file cyclades.h.
| int read_status_mask |
Definition at line 134 of file cyclades.h.
| int rflow |
Definition at line 141 of file cyclades.h.
| unsigned long rflush_count |
Definition at line 153 of file cyclades.h.
| int rtsdtr_inv |
Definition at line 142 of file cyclades.h.
| struct completion shutdown_wait |
Definition at line 157 of file cyclades.h.
| int tbpr |
Definition at line 139 of file cyclades.h.
| int tco |
Definition at line 139 of file cyclades.h.
| int throttle |
Definition at line 158 of file cyclades.h.
| int timeout |
Definition at line 136 of file cyclades.h.
Definition at line 133 of file cyclades.h.
| union { ... } u |
| u8 x_char |
Definition at line 145 of file cyclades.h.
| int xmit_cnt |
Definition at line 150 of file cyclades.h.
| int xmit_fifo_size |
Definition at line 137 of file cyclades.h.
| int xmit_head |
Definition at line 148 of file cyclades.h.
| int xmit_tail |
Definition at line 149 of file cyclades.h.
1.8.2