Home
last modified time | relevance | path

Searched refs:bd_ops (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/tty/serial/jsm/
Djsm_tty.c112 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 …]
Djsm_driver.c160 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()
Djsm.h166 struct board_ops *bd_ops; member
/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_tty.c859 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 …]
Ddgnc_driver.c468 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()
Ddgnc_driver.h228 struct board_ops *bd_ops; member
/linux-4.1.27/fs/gfs2/
Dtrans.c134 bd->bd_ops = lops; in gfs2_alloc_bufdata()
Dincore.h149 const struct gfs2_log_operations *bd_ops; member
Dlog.c587 bd->bd_ops = &gfs2_revoke_lops; in gfs2_add_revoke()