Searched refs:bd_ops (Results 1 – 3 of 3) sorted by relevance
103 channel->ch_bd->bd_ops->assert_modem_signals(channel); in jsm_tty_set_mctrl()120 channel->ch_bd->bd_ops->copy_data_from_queue_to_uart(channel); in jsm_tty_write()158 channel->ch_bd->bd_ops->send_start_character(channel); in jsm_tty_send_xchar()161 channel->ch_bd->bd_ops->send_stop_character(channel); in jsm_tty_send_xchar()170 channel->ch_bd->bd_ops->disable_receiver(channel); in jsm_tty_stop_rx()181 channel->ch_bd->bd_ops->send_break(channel); in jsm_tty_break()183 channel->ch_bd->bd_ops->clear_break(channel); in jsm_tty_break()237 brd->bd_ops->flush_uart_write(channel); in jsm_tty_open()238 brd->bd_ops->flush_uart_read(channel); in jsm_tty_open()254 brd->bd_ops->uart_init(channel); in jsm_tty_open()[all …]
150 brd->bd_ops = &jsm_cls_ops; in jsm_probe_one()198 brd->bd_ops = &jsm_neo_ops; in jsm_probe_one()218 rc = request_irq(brd->irq, brd->bd_ops->intr, IRQF_SHARED, "JSM", brd); in jsm_probe_one()
157 struct board_ops *bd_ops; member