Lines Matching refs:jsm_channel
34 static void jsm_carrier(struct jsm_channel *ch);
36 static inline int jsm_get_mstat(struct jsm_channel *ch) in jsm_get_mstat()
75 struct jsm_channel *channel = in jsm_tty_get_mctrl()
76 container_of(port, struct jsm_channel, uart_port); in jsm_tty_get_mctrl()
97 struct jsm_channel *channel = in jsm_tty_set_mctrl()
98 container_of(port, struct jsm_channel, uart_port); in jsm_tty_set_mctrl()
126 struct jsm_channel *channel; in jsm_tty_write()
127 channel = container_of(port, struct jsm_channel, uart_port); in jsm_tty_write()
133 struct jsm_channel *channel = in jsm_tty_start_tx()
134 container_of(port, struct jsm_channel, uart_port); in jsm_tty_start_tx()
146 struct jsm_channel *channel = in jsm_tty_stop_tx()
147 container_of(port, struct jsm_channel, uart_port); in jsm_tty_stop_tx()
159 struct jsm_channel *channel = in jsm_tty_send_xchar()
160 container_of(port, struct jsm_channel, uart_port); in jsm_tty_send_xchar()
175 struct jsm_channel *channel = in jsm_tty_stop_rx()
176 container_of(port, struct jsm_channel, uart_port); in jsm_tty_stop_rx()
184 struct jsm_channel *channel = in jsm_tty_break()
185 container_of(port, struct jsm_channel, uart_port); in jsm_tty_break()
199 struct jsm_channel *channel = in jsm_tty_open()
200 container_of(port, struct jsm_channel, uart_port); in jsm_tty_open()
279 struct jsm_channel *channel = in jsm_tty_close()
280 container_of(port, struct jsm_channel, uart_port); in jsm_tty_close()
314 struct jsm_channel *channel = in jsm_tty_set_termios()
315 container_of(port, struct jsm_channel, uart_port); in jsm_tty_set_termios()
377 struct jsm_channel *ch; in jsm_tty_init()
401 brd->channels[i] = kzalloc(sizeof(struct jsm_channel), GFP_KERNEL); in jsm_tty_init()
443 struct jsm_channel *ch; in jsm_uart_port_init()
492 struct jsm_channel *ch; in jsm_remove_uart_port()
521 void jsm_input(struct jsm_channel *ch) in jsm_input()
657 static void jsm_carrier(struct jsm_channel *ch) in jsm_carrier()
760 void jsm_check_queue_flow_control(struct jsm_channel *ch) in jsm_check_queue_flow_control()