Home
last modified time | relevance | path

Searched defs:jsm_channel (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/tty/serial/jsm/
Djsm.h190 struct jsm_channel { struct
191 struct uart_port uart_port;
192 struct jsm_board *ch_bd; /* Board structure pointer */
194 spinlock_t ch_lock; /* provide for serialization */
195 wait_queue_head_t ch_flags_wait;
197 u32 ch_portnum; /* Port number, 0 offset. */
198 u32 ch_open_count; /* open count */
199 u32 ch_flags; /* Channel flags */
201 u64 ch_close_delay; /* How long we should drop RTS/DTR for */
203 tcflag_t ch_c_iflag; /* channel iflags */
[all …]