Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/jsm/
Djsm_tty.c103 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()
236 brd->bd_ops->flush_uart_write(channel); in jsm_tty_open()
237 brd->bd_ops->flush_uart_read(channel); in jsm_tty_open()
252 brd->bd_ops->uart_init(channel); in jsm_tty_open()
[all …]
Djsm_driver.c151 brd->bd_ops = &jsm_cls_ops; in jsm_probe_one()
199 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()
Djsm.h157 struct board_ops *bd_ops; member
/Linux-v4.19/drivers/staging/dgnc/
Ddgnc_tty.c668 ch->ch_bd->bd_ops->disable_receiver(ch); in dgnc_check_queue_flow_control()
675 ch->ch_bd->bd_ops->send_stop_character(ch); in dgnc_check_queue_flow_control()
701 ch->ch_bd->bd_ops->enable_receiver(ch); in dgnc_check_queue_flow_control()
708 ch->ch_bd->bd_ops->send_start_character(ch); in dgnc_check_queue_flow_control()
716 ch->ch_bd->bd_ops->assert_modem_signals(ch); in dgnc_set_signal_low()
749 (ch->ch_bd->bd_ops->get_uart_bytes_left(ch) == 0)) { in dgnc_wakeup_writes()
780 (ch->ch_bd->bd_ops->get_uart_bytes_left(ch) == 0)) in dgnc_wakeup_writes()
943 brd->bd_ops->flush_uart_write(ch); in dgnc_tty_open()
944 brd->bd_ops->flush_uart_read(ch); in dgnc_tty_open()
968 brd->bd_ops->uart_init(ch); in dgnc_tty_open()
[all …]
Ddgnc_driver.c136 brd->bd_ops = &dgnc_cls_ops; in dgnc_found_board()
162 brd->bd_ops->tasklet, in dgnc_found_board()
178 int rc = request_irq(brd->irq, brd->bd_ops->intr, in dgnc_request_irq()
Ddgnc_driver.h158 struct board_ops *bd_ops; member
/Linux-v4.19/fs/gfs2/
Dtrans.c135 bd->bd_ops = lops; in gfs2_alloc_bufdata()
Dincore.h168 const struct gfs2_log_operations *bd_ops; member
Dlog.c605 bd->bd_ops = &gfs2_revoke_lops; in gfs2_add_revoke()