Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c237 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()
259 brd->bd_ops->param(channel); in jsm_tty_open()
297 channel->ch_bd->bd_ops->uart_off(channel); in jsm_tty_close()
318 channel->ch_bd->bd_ops->param(channel); in jsm_tty_set_termios()
748 struct board_ops *bd_ops = ch->ch_bd->bd_ops; in jsm_check_queue_flow_control() local
775 bd_ops->disable_receiver(ch); in jsm_check_queue_flow_control()
785 bd_ops->send_stop_character(ch); in jsm_check_queue_flow_control()
813 bd_ops->enable_receiver(ch); in jsm_check_queue_flow_control()
[all …]
H A Djsm_driver.c150 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()
H A Djsm.h157 struct board_ops *bd_ops; member