Home
last modified time | relevance | path

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

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