bd_ops            157 drivers/tty/serial/jsm/jsm.h 	struct board_ops *bd_ops;
bd_ops            151 drivers/tty/serial/jsm/jsm_driver.c 		brd->bd_ops = &jsm_cls_ops;
bd_ops            199 drivers/tty/serial/jsm/jsm_driver.c 		brd->bd_ops = &jsm_neo_ops;
bd_ops            218 drivers/tty/serial/jsm/jsm_driver.c 	rc = request_irq(brd->irq, brd->bd_ops->intr, IRQF_SHARED, "JSM", brd);
bd_ops            103 drivers/tty/serial/jsm/jsm_tty.c 	channel->ch_bd->bd_ops->assert_modem_signals(channel);
bd_ops            120 drivers/tty/serial/jsm/jsm_tty.c 	channel->ch_bd->bd_ops->copy_data_from_queue_to_uart(channel);
bd_ops            158 drivers/tty/serial/jsm/jsm_tty.c 		channel->ch_bd->bd_ops->send_start_character(channel);
bd_ops            161 drivers/tty/serial/jsm/jsm_tty.c 		channel->ch_bd->bd_ops->send_stop_character(channel);
bd_ops            170 drivers/tty/serial/jsm/jsm_tty.c 	channel->ch_bd->bd_ops->disable_receiver(channel);
bd_ops            181 drivers/tty/serial/jsm/jsm_tty.c 		channel->ch_bd->bd_ops->send_break(channel);
bd_ops            183 drivers/tty/serial/jsm/jsm_tty.c 		channel->ch_bd->bd_ops->clear_break(channel);
bd_ops            236 drivers/tty/serial/jsm/jsm_tty.c 	brd->bd_ops->flush_uart_write(channel);
bd_ops            237 drivers/tty/serial/jsm/jsm_tty.c 	brd->bd_ops->flush_uart_read(channel);
bd_ops            252 drivers/tty/serial/jsm/jsm_tty.c 	brd->bd_ops->uart_init(channel);
bd_ops            257 drivers/tty/serial/jsm/jsm_tty.c 	brd->bd_ops->param(channel);
bd_ops            290 drivers/tty/serial/jsm/jsm_tty.c 		bd->bd_ops->assert_modem_signals(channel);
bd_ops            294 drivers/tty/serial/jsm/jsm_tty.c 	channel->ch_bd->bd_ops->uart_off(channel);
bd_ops            315 drivers/tty/serial/jsm/jsm_tty.c 	channel->ch_bd->bd_ops->param(channel);
bd_ops            741 drivers/tty/serial/jsm/jsm_tty.c 	struct board_ops *bd_ops = ch->ch_bd->bd_ops;
bd_ops            767 drivers/tty/serial/jsm/jsm_tty.c 				bd_ops->disable_receiver(ch);
bd_ops            777 drivers/tty/serial/jsm/jsm_tty.c 				bd_ops->send_stop_character(ch);
bd_ops            805 drivers/tty/serial/jsm/jsm_tty.c 				bd_ops->enable_receiver(ch);
bd_ops            815 drivers/tty/serial/jsm/jsm_tty.c 			bd_ops->send_start_character(ch);