Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/serial/jsm/
Djsm_tty.c115 channel->ch_bd->bd_ops->assert_modem_signals(channel); in jsm_tty_set_mctrl()
131 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()
177 channel->ch_bd->bd_ops->disable_receiver(channel); in jsm_tty_stop_rx()
192 channel->ch_bd->bd_ops->send_break(channel); in jsm_tty_break()
194 channel->ch_bd->bd_ops->clear_break(channel, 0); in jsm_tty_break()
246 brd->bd_ops->flush_uart_write(channel); in jsm_tty_open()
247 brd->bd_ops->flush_uart_read(channel); in jsm_tty_open()
262 brd->bd_ops->uart_init(channel); in jsm_tty_open()
[all …]
Djsm_driver.c123 brd->bd_ops = &jsm_neo_ops; in jsm_probe_one()
137 rc = request_irq(brd->irq, brd->bd_ops->intr, in jsm_probe_one()
Djsm.h155 struct board_ops *bd_ops; member