Home
last modified time | relevance | path

Searched refs:jsm_dbg (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/tty/serial/jsm/
H A Djsm_tty.c210 jsm_dbg(INIT, &channel->ch_bd->pci_dev, in jsm_tty_open()
228 jsm_dbg(OPEN, &channel->ch_bd->pci_dev, in jsm_tty_open()
375 jsm_dbg(INIT, &brd->pci_dev, "start\n"); in jsm_tty_init()
396 jsm_dbg(CORE, &brd->pci_dev, in jsm_tty_init()
561 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_input()
578 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_input()
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()
787 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_check_queue_flow_control()
815 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_check_queue_flow_control()
[all …]
H A Djsm_neo.c442 jsm_dbg(READ, &ch->ch_bd->pci_dev, in neo_copy_data_from_uart_to_queue()
550 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()
681 jsm_dbg(IOCTL, &ch->ch_bd->pci_dev, in neo_clear_break()
805 jsm_dbg(INTR, &ch->ch_bd->pci_dev, in neo_parse_isr()
851 jsm_dbg(INTR, &ch->ch_bd->pci_dev, in neo_parse_lsr()
874 jsm_dbg(INTR, &ch->ch_bd->pci_dev, in neo_parse_lsr()
887 jsm_dbg(INTR, &ch->ch_bd->pci_dev, in neo_parse_lsr()
1093 jsm_dbg(INTR, &brd->pci_dev, in neo_intr()
1127 jsm_dbg(INTR, &brd->pci_dev, in neo_intr()
[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()
799 jsm_dbg(INTR, &brd->pci_dev, "%s:%d uart_poll: %x\n", in cls_intr()
803 jsm_dbg(INTR, &brd->pci_dev, in cls_intr()
H A Djsm_driver.c123 jsm_dbg(INIT, &brd->pci_dev, in jsm_probe_one()
186 jsm_dbg(INIT, &brd->pci_dev, "jsm_found_board - NEO adapter\n"); in jsm_probe_one()
H A Djsm.h46 #define jsm_dbg(nlevel, pdev, fmt, ...) \ macro