Searched refs:bd_ops (Results 1 – 9 of 9) sorted by relevance
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()[all …]
160 brd->bd_ops = &jsm_cls_ops; in jsm_probe_one()208 brd->bd_ops = &jsm_neo_ops; in jsm_probe_one()227 rc = request_irq(brd->irq, brd->bd_ops->intr, IRQF_SHARED, "JSM", brd); in jsm_probe_one()
166 struct board_ops *bd_ops; member
859 ch->ch_bd->bd_ops->disable_receiver(ch); in dgnc_check_queue_flow_control()866 ch->ch_bd->bd_ops->send_stop_character(ch); in dgnc_check_queue_flow_control()891 ch->ch_bd->bd_ops->enable_receiver(ch); in dgnc_check_queue_flow_control()898 ch->ch_bd->bd_ops->send_start_character(ch); in dgnc_check_queue_flow_control()945 if ((qlen == 0) && (ch->ch_bd->bd_ops->get_uart_bytes_left(ch) == 0)) { in dgnc_wakeup_writes()954 ch->ch_bd->bd_ops->assert_modem_signals(ch); in dgnc_wakeup_writes()963 ch->ch_bd->bd_ops->assert_modem_signals(ch); in dgnc_wakeup_writes()986 if ((qlen == 0) && (ch->ch_bd->bd_ops->get_uart_bytes_left(ch) == 0)) in dgnc_wakeup_writes()1154 brd->bd_ops->flush_uart_write(ch); in dgnc_tty_open()1155 brd->bd_ops->flush_uart_read(ch); in dgnc_tty_open()[all …]
468 brd->bd_ops = &dgnc_cls_ops; in dgnc_found_board()476 brd->bd_ops->vpd(brd); in dgnc_found_board()521 brd->bd_ops = &dgnc_neo_ops; in dgnc_found_board()534 brd->bd_ops->vpd(brd); in dgnc_found_board()574 brd->bd_ops->tasklet, in dgnc_found_board()614 rc = request_irq(brd->irq, brd->bd_ops->intr, in dgnc_finalize_board_init()
228 struct board_ops *bd_ops; member
134 bd->bd_ops = lops; in gfs2_alloc_bufdata()
149 const struct gfs2_log_operations *bd_ops; member
587 bd->bd_ops = &gfs2_revoke_lops; in gfs2_add_revoke()