Home
last modified time | relevance | path

Searched refs:ch_bd (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/tty/serial/jsm/
H A Djsm_tty.c197 brd = channel->ch_bd; in jsm_tty_open()
228 jsm_dbg(OPEN, &channel->ch_bd->pci_dev, in jsm_tty_open()
278 bd = channel->ch_bd; in jsm_tty_close()
419 ch->ch_bd = brd; in jsm_tty_init()
531 bd = ch->ch_bd; in jsm_input()
561 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_input()
578 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_input()
655 bd = ch->ch_bd; in jsm_carrier()
697 jsm_dbg(CARR, &ch->ch_bd->pci_dev, in jsm_carrier()
777 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_check_queue_flow_control()
[all …]
H A Djsm_neo.c550 jsm_dbg(MSIGS, &ch->ch_bd->pci_dev, in neo_parse_modem()
582 jsm_dbg(MSIGS, &ch->ch_bd->pci_dev, in neo_parse_modem()
602 neo_pci_posting_flush(ch->ch_bd); in neo_assert_modem_signals()
686 neo_pci_posting_flush(ch->ch_bd); in neo_clear_break()
805 jsm_dbg(INTR, &ch->ch_bd->pci_dev, in neo_parse_isr()
922 bd = ch->ch_bd; in neo_param()
1220 neo_pci_posting_flush(ch->ch_bd); in neo_disable_receiver()
1236 neo_pci_posting_flush(ch->ch_bd); in neo_enable_receiver()
1249 neo_pci_posting_flush(ch->ch_bd); in neo_send_start_character()
1263 neo_pci_posting_flush(ch->ch_bd); in neo_send_stop_character()
[all …]
H A Djsm_cls.c318 jsm_dbg(IOCTL, &ch->ch_bd->pci_dev, in cls_clear_break()
487 jsm_dbg(MSIGS, &ch->ch_bd->pci_dev, in cls_parse_modem()
523 jsm_dbg(MSIGS, &ch->ch_bd->pci_dev, in cls_parse_modem()
604 jsm_dbg(IOCTL, &ch->ch_bd->pci_dev, in cls_flush_uart_write()
671 bd = ch->ch_bd; in cls_param()
723 quot = ch->ch_bd->bd_dividend / baud; in cls_param()
H A Djsm.h189 struct jsm_board *ch_bd; /* Board structure pointer */ member