Lines Matching refs:bd_ops
112 channel->ch_bd->bd_ops->assert_modem_signals(channel); in jsm_tty_set_mctrl()
128 channel->ch_bd->bd_ops->copy_data_from_queue_to_uart(channel); in jsm_tty_write()
166 channel->ch_bd->bd_ops->send_start_character(channel); in jsm_tty_send_xchar()
169 channel->ch_bd->bd_ops->send_stop_character(channel); in jsm_tty_send_xchar()
178 channel->ch_bd->bd_ops->disable_receiver(channel); in jsm_tty_stop_rx()
189 channel->ch_bd->bd_ops->send_break(channel); in jsm_tty_break()
191 channel->ch_bd->bd_ops->clear_break(channel); in jsm_tty_break()
244 brd->bd_ops->flush_uart_write(channel); in jsm_tty_open()
245 brd->bd_ops->flush_uart_read(channel); in jsm_tty_open()
260 brd->bd_ops->uart_init(channel); in jsm_tty_open()
265 brd->bd_ops->param(channel); in jsm_tty_open()
300 bd->bd_ops->assert_modem_signals(channel); in jsm_tty_close()
304 channel->ch_bd->bd_ops->uart_off(channel); in jsm_tty_close()
325 channel->ch_bd->bd_ops->param(channel); in jsm_tty_set_termios()
759 struct board_ops *bd_ops = ch->ch_bd->bd_ops; in jsm_check_queue_flow_control() local
785 bd_ops->disable_receiver(ch); in jsm_check_queue_flow_control()
795 bd_ops->send_stop_character(ch); in jsm_check_queue_flow_control()
823 bd_ops->enable_receiver(ch); in jsm_check_queue_flow_control()
833 bd_ops->send_start_character(ch); in jsm_check_queue_flow_control()