Lines Matching refs:jsm_channel

25 static void jsm_carrier(struct jsm_channel *ch);
27 static inline int jsm_get_mstat(struct jsm_channel *ch) in jsm_get_mstat()
66 struct jsm_channel *channel = in jsm_tty_get_mctrl()
67 container_of(port, struct jsm_channel, uart_port); in jsm_tty_get_mctrl()
88 struct jsm_channel *channel = in jsm_tty_set_mctrl()
89 container_of(port, struct jsm_channel, uart_port); in jsm_tty_set_mctrl()
117 struct jsm_channel *channel; in jsm_tty_write()
119 channel = container_of(port, struct jsm_channel, uart_port); in jsm_tty_write()
125 struct jsm_channel *channel = in jsm_tty_start_tx()
126 container_of(port, struct jsm_channel, uart_port); in jsm_tty_start_tx()
138 struct jsm_channel *channel = in jsm_tty_stop_tx()
139 container_of(port, struct jsm_channel, uart_port); in jsm_tty_stop_tx()
151 struct jsm_channel *channel = in jsm_tty_send_xchar()
152 container_of(port, struct jsm_channel, uart_port); in jsm_tty_send_xchar()
167 struct jsm_channel *channel = in jsm_tty_stop_rx()
168 container_of(port, struct jsm_channel, uart_port); in jsm_tty_stop_rx()
176 struct jsm_channel *channel = in jsm_tty_break()
177 container_of(port, struct jsm_channel, uart_port); in jsm_tty_break()
192 struct jsm_channel *channel = in jsm_tty_open()
193 container_of(port, struct jsm_channel, uart_port); in jsm_tty_open()
273 struct jsm_channel *channel = in jsm_tty_close()
274 container_of(port, struct jsm_channel, uart_port); in jsm_tty_close()
307 struct jsm_channel *channel = in jsm_tty_set_termios()
308 container_of(port, struct jsm_channel, uart_port); in jsm_tty_set_termios()
370 struct jsm_channel *ch; in jsm_tty_init()
394 brd->channels[i] = kzalloc(sizeof(struct jsm_channel), GFP_KERNEL); in jsm_tty_init()
483 struct jsm_channel *ch; in jsm_remove_uart_port()
512 void jsm_input(struct jsm_channel *ch) in jsm_input()
646 static void jsm_carrier(struct jsm_channel *ch) in jsm_carrier()
746 void jsm_check_queue_flow_control(struct jsm_channel *ch) in jsm_check_queue_flow_control()