Searched defs:jsm_channel (Results 1 – 1 of 1) sorted by relevance
192 struct jsm_channel { struct193 struct uart_port uart_port;197 wait_queue_head_t ch_flags_wait;200 u32 ch_open_count; /* open count */201 u32 ch_flags; /* Channel flags */205 tcflag_t ch_c_iflag; /* channel iflags */206 tcflag_t ch_c_cflag; /* channel cflags */207 tcflag_t ch_c_oflag; /* channel oflags */208 tcflag_t ch_c_lflag; /* channel lflags */209 u8 ch_stopc; /* Stop character */[all …]
Completed in 9 milliseconds