Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/staging/dgnc/
Ddgnc_tty.c350 ch->ch_bd = brd; in dgnc_tty_init()
365 &(ch->ch_bd->pdev->dev)); in dgnc_tty_init()
370 &(ch->ch_bd->pdev->dev)); in dgnc_tty_init()
511 bd = ch->ch_bd; in dgnc_input()
678 bd = ch->ch_bd; in dgnc_carrier()
789 if (newrate && newrate < ((ch->ch_bd->bd_dividend / 0xFFFF) + 1)) in dgnc_set_custom_speed()
790 newrate = ((ch->ch_bd->bd_dividend / 0xFFFF) + 1); in dgnc_set_custom_speed()
792 if (newrate && newrate > ch->ch_bd->bd_dividend) in dgnc_set_custom_speed()
793 newrate = ch->ch_bd->bd_dividend; in dgnc_set_custom_speed()
796 testdiv = ch->ch_bd->bd_dividend / newrate; in dgnc_set_custom_speed()
[all …]
Ddgnc_neo.c131 neo_pci_posting_flush(ch->ch_bd); in neo_set_cts_flow_control()
174 neo_pci_posting_flush(ch->ch_bd); in neo_set_rts_flow_control()
211 neo_pci_posting_flush(ch->ch_bd); in neo_set_ixon_flow_control()
249 neo_pci_posting_flush(ch->ch_bd); in neo_set_ixoff_flow_control()
289 neo_pci_posting_flush(ch->ch_bd); in neo_set_no_input_flow_control()
327 neo_pci_posting_flush(ch->ch_bd); in neo_set_no_output_flow_control()
346 neo_pci_posting_flush(ch->ch_bd); in neo_set_new_start_stop_chars()
372 neo_pci_posting_flush(ch->ch_bd); in neo_clear_break()
618 bd = ch->ch_bd; in neo_param()
765 quot = ch->ch_bd->bd_dividend / baud; in neo_param()
[all …]
Ddgnc_sysfs.c383 bd = ch->ch_bd; in dgnc_tty_state_show()
408 bd = ch->ch_bd; in dgnc_tty_baud_show()
433 bd = ch->ch_bd; in dgnc_tty_msignals_show()
467 bd = ch->ch_bd; in dgnc_tty_iflag_show()
492 bd = ch->ch_bd; in dgnc_tty_cflag_show()
517 bd = ch->ch_bd; in dgnc_tty_oflag_show()
542 bd = ch->ch_bd; in dgnc_tty_lflag_show()
567 bd = ch->ch_bd; in dgnc_tty_digi_flag_show()
592 bd = ch->ch_bd; in dgnc_tty_rxcount_show()
617 bd = ch->ch_bd; in dgnc_tty_txcount_show()
[all …]
Ddgnc_driver.h311 struct dgnc_board *ch_bd; /* Board structure pointer */ member
Ddgnc_cls.c456 bd = ch->ch_bd; in cls_param()
608 quot = ch->ch_bd->bd_dividend / baud; in cls_param()
1223 tasklet_schedule(&ch->ch_bd->helper_tasklet); in cls_get_uart_bytes_left()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.c1368 if (!ch->ch_bd || ch->ch_bd->magic != DGAP_BOARD_MAGIC) in dgap_get_custom_baud()
1371 if (!(ch->ch_bd->bd_flags & BD_FEP5PLUS)) in dgap_get_custom_baud()
1374 vaddr = ch->ch_bd->re_map_membase; in dgap_get_custom_baud()
1546 bd = ch->ch_bd; in dgap_input()
1656 buf = ch->ch_bd->flipbuf; in dgap_input()
1696 dgap_parity_scan(ch, ch->ch_bd->flipbuf, in dgap_input()
1697 ch->ch_bd->flipflagbuf, &len); in dgap_input()
1700 tty_insert_flip_string_flags(tp->port, ch->ch_bd->flipbuf, in dgap_input()
1701 ch->ch_bd->flipflagbuf, len); in dgap_input()
1704 tty_insert_flip_string(tp->port, ch->ch_bd->flipbuf, len); in dgap_input()
[all …]
Ddgap.h963 struct board_t *ch_bd; /* Board structure pointer */ member