Searched refs:ch_bd (Results 1 – 9 of 9) sorted by relevance
/drivers/tty/serial/jsm/ |
D | jsm_tty.c | 41 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 …]
|
D | jsm_neo.c | 50 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 …]
|
D | jsm_cls.c | 327 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()
|
D | jsm.h | 203 struct jsm_board *ch_bd; /* Board structure pointer */ member
|
/drivers/staging/dgnc/ |
D | dgnc_tty.c | 331 ch->ch_bd = brd; in dgnc_tty_init() 346 &ch->ch_bd->pdev->dev); in dgnc_tty_init() 351 &ch->ch_bd->pdev->dev); in dgnc_tty_init() 478 bd = ch->ch_bd; in dgnc_input() 742 if (newrate && newrate < ((ch->ch_bd->bd_dividend / 0xFFFF) + 1)) in dgnc_set_custom_speed() 743 newrate = (ch->ch_bd->bd_dividend / 0xFFFF) + 1; in dgnc_set_custom_speed() 745 if (newrate && newrate > ch->ch_bd->bd_dividend) in dgnc_set_custom_speed() 746 newrate = ch->ch_bd->bd_dividend; in dgnc_set_custom_speed() 749 testdiv = ch->ch_bd->bd_dividend / newrate; in dgnc_set_custom_speed() 758 testrate_high = ch->ch_bd->bd_dividend / testdiv; in dgnc_set_custom_speed() [all …]
|
D | dgnc_neo.c | 128 neo_pci_posting_flush(ch->ch_bd); in neo_set_cts_flow_control() 173 neo_pci_posting_flush(ch->ch_bd); in neo_set_rts_flow_control() 212 neo_pci_posting_flush(ch->ch_bd); in neo_set_ixon_flow_control() 252 neo_pci_posting_flush(ch->ch_bd); in neo_set_ixoff_flow_control() 293 neo_pci_posting_flush(ch->ch_bd); in neo_set_no_input_flow_control() 333 neo_pci_posting_flush(ch->ch_bd); in neo_set_no_output_flow_control() 351 neo_pci_posting_flush(ch->ch_bd); in neo_set_new_start_stop_chars() 376 neo_pci_posting_flush(ch->ch_bd); in neo_clear_break() 608 bd = ch->ch_bd; in neo_param() 758 quot = ch->ch_bd->bd_dividend / baud; in neo_param() [all …]
|
D | dgnc_sysfs.c | 393 bd = ch->ch_bd; in tty_state_show() 419 bd = ch->ch_bd; in tty_baud_show() 444 bd = ch->ch_bd; in tty_msignals_show() 478 bd = ch->ch_bd; in tty_iflag_show() 503 bd = ch->ch_bd; in tty_cflag_show() 528 bd = ch->ch_bd; in tty_oflag_show() 553 bd = ch->ch_bd; in tty_lflag_show() 578 bd = ch->ch_bd; in tty_digi_flag_show() 603 bd = ch->ch_bd; in tty_rxcount_show() 628 bd = ch->ch_bd; in tty_txcount_show() [all …]
|
D | dgnc_cls.c | 665 bd = ch->ch_bd; in cls_param() 816 quot = ch->ch_bd->bd_dividend / baud; in cls_param() 1142 tasklet_schedule(&ch->ch_bd->helper_tasklet); in cls_get_uart_bytes_left()
|
D | dgnc_driver.h | 293 struct dgnc_board *ch_bd; /* Board structure pointer */ member
|