Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/jsm/
Djsm_tty.c41 jsm_dbg(IOCTL, &ch->ch_bd->pci_dev, "start\n"); in jsm_get_mstat()
60 jsm_dbg(IOCTL, &ch->ch_bd->pci_dev, "finish\n"); in jsm_get_mstat()
78 jsm_dbg(IOCTL, &channel->ch_bd->pci_dev, "start\n"); in jsm_tty_get_mctrl()
85 jsm_dbg(IOCTL, &channel->ch_bd->pci_dev, "finish\n"); in jsm_tty_get_mctrl()
100 jsm_dbg(IOCTL, &channel->ch_bd->pci_dev, "start\n"); in jsm_tty_set_mctrl()
112 channel->ch_bd->bd_ops->assert_modem_signals(channel); in jsm_tty_set_mctrl()
114 jsm_dbg(IOCTL, &channel->ch_bd->pci_dev, "finish\n"); in jsm_tty_set_mctrl()
128 channel->ch_bd->bd_ops->copy_data_from_queue_to_uart(channel); in jsm_tty_write()
136 jsm_dbg(IOCTL, &channel->ch_bd->pci_dev, "start\n"); in jsm_tty_start_tx()
141 jsm_dbg(IOCTL, &channel->ch_bd->pci_dev, "finish\n"); in jsm_tty_start_tx()
[all …]
Djsm_neo.c50 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting CTSFLOW\n"); in neo_set_cts_flow_control()
81 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting RTSFLOW\n"); in neo_set_rts_flow_control()
121 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting IXON FLOW\n"); in neo_set_ixon_flow_control()
158 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting IXOFF FLOW\n"); in neo_set_ixoff_flow_control()
196 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Unsetting Input FLOW\n"); in neo_set_no_input_flow_control()
235 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Unsetting Output FLOW\n"); in neo_set_no_output_flow_control()
274 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "start\n"); in neo_set_new_start_stop_chars()
453 jsm_dbg(READ, &ch->ch_bd->pci_dev, in neo_copy_data_from_uart_to_queue()
465 jsm_dbg(READ, &ch->ch_bd->pci_dev, "DATA/LSR pair: %x %x\n", in neo_copy_data_from_uart_to_queue()
519 jsm_dbg(WRITE, &ch->ch_bd->pci_dev, in neo_copy_data_from_queue_to_uart()
[all …]
Djsm_cls.c327 jsm_dbg(IOCTL, &ch->ch_bd->pci_dev, in cls_clear_break()
514 jsm_dbg(MSIGS, &ch->ch_bd->pci_dev, in cls_parse_modem()
550 jsm_dbg(MSIGS, &ch->ch_bd->pci_dev, in cls_parse_modem()
631 jsm_dbg(IOCTL, &ch->ch_bd->pci_dev, in cls_flush_uart_write()
698 bd = ch->ch_bd; in cls_param()
770 quot = ch->ch_bd->bd_dividend / baud; in cls_param()
Djsm.h203 struct jsm_board *ch_bd; /* Board structure pointer */ member
/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_tty.c353 ch->ch_bd = brd; in dgnc_tty_init()
368 &ch->ch_bd->pdev->dev); in dgnc_tty_init()
373 &ch->ch_bd->pdev->dev); in dgnc_tty_init()
520 bd = ch->ch_bd; in dgnc_input()
690 bd = ch->ch_bd; in dgnc_carrier()
798 if (newrate && newrate < ((ch->ch_bd->bd_dividend / 0xFFFF) + 1)) in dgnc_set_custom_speed()
799 newrate = ((ch->ch_bd->bd_dividend / 0xFFFF) + 1); in dgnc_set_custom_speed()
801 if (newrate && newrate > ch->ch_bd->bd_dividend) in dgnc_set_custom_speed()
802 newrate = ch->ch_bd->bd_dividend; in dgnc_set_custom_speed()
805 testdiv = ch->ch_bd->bd_dividend / newrate; in dgnc_set_custom_speed()
[all …]
Ddgnc_neo.c127 neo_pci_posting_flush(ch->ch_bd); in neo_set_cts_flow_control()
169 neo_pci_posting_flush(ch->ch_bd); in neo_set_rts_flow_control()
205 neo_pci_posting_flush(ch->ch_bd); in neo_set_ixon_flow_control()
242 neo_pci_posting_flush(ch->ch_bd); in neo_set_ixoff_flow_control()
280 neo_pci_posting_flush(ch->ch_bd); in neo_set_no_input_flow_control()
317 neo_pci_posting_flush(ch->ch_bd); in neo_set_no_output_flow_control()
334 neo_pci_posting_flush(ch->ch_bd); in neo_set_new_start_stop_chars()
359 neo_pci_posting_flush(ch->ch_bd); in neo_clear_break()
601 bd = ch->ch_bd; in neo_param()
747 quot = ch->ch_bd->bd_dividend / baud; in neo_param()
[all …]
Ddgnc_sysfs.c394 bd = ch->ch_bd; in dgnc_tty_state_show()
420 bd = ch->ch_bd; in dgnc_tty_baud_show()
445 bd = ch->ch_bd; in dgnc_tty_msignals_show()
479 bd = ch->ch_bd; in dgnc_tty_iflag_show()
504 bd = ch->ch_bd; in dgnc_tty_cflag_show()
529 bd = ch->ch_bd; in dgnc_tty_oflag_show()
554 bd = ch->ch_bd; in dgnc_tty_lflag_show()
579 bd = ch->ch_bd; in dgnc_tty_digi_flag_show()
604 bd = ch->ch_bd; in dgnc_tty_rxcount_show()
629 bd = ch->ch_bd; in dgnc_tty_txcount_show()
[all …]
Ddgnc_driver.h318 struct dgnc_board *ch_bd; /* Board structure pointer */ member
Ddgnc_cls.c449 bd = ch->ch_bd; in cls_param()
600 quot = ch->ch_bd->bd_dividend / baud; in cls_param()
1208 tasklet_schedule(&ch->ch_bd->helper_tasklet); in cls_get_uart_bytes_left()
/linux-4.4.14/drivers/staging/dgap/
Ddgap.c1322 if (!ch->ch_bd || ch->ch_bd->magic != DGAP_BOARD_MAGIC) in dgap_get_custom_baud()
1325 if (!(ch->ch_bd->bd_flags & BD_FEP5PLUS)) in dgap_get_custom_baud()
1328 vaddr = ch->ch_bd->re_map_membase; in dgap_get_custom_baud()
1498 bd = ch->ch_bd; in dgap_input()
1607 buf = ch->ch_bd->flipbuf; in dgap_input()
1646 dgap_parity_scan(ch, ch->ch_bd->flipbuf, in dgap_input()
1647 ch->ch_bd->flipflagbuf, &len); in dgap_input()
1650 tty_insert_flip_string_flags(tp->port, ch->ch_bd->flipbuf, in dgap_input()
1651 ch->ch_bd->flipflagbuf, len); in dgap_input()
1654 tty_insert_flip_string(tp->port, ch->ch_bd->flipbuf, len); in dgap_input()
[all …]
Ddgap.h962 struct board_t *ch_bd; /* Board structure pointer */ member