Home
last modified time | relevance | path

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

/openbmc/linux/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()
562 jsm_dbg(MSIGS, &ch->ch_bd->pci_dev, in neo_parse_modem()
594 jsm_dbg(MSIGS, &ch->ch_bd->pci_dev, in neo_parse_modem()
693 jsm_dbg(IOCTL, &ch->ch_bd->pci_dev, in neo_clear_break()
817 jsm_dbg(INTR, &ch->ch_bd->pci_dev, in neo_parse_isr()
863 jsm_dbg(INTR, &ch->ch_bd->pci_dev, in neo_parse_lsr()
886 jsm_dbg(INTR, &ch->ch_bd->pci_dev, in neo_parse_lsr()
899 jsm_dbg(INTR, &ch->ch_bd->pci_dev, in neo_parse_lsr()
1105 jsm_dbg(INTR, &brd->pci_dev, in neo_intr()
1139 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()
501 jsm_dbg(MSIGS, &ch->ch_bd->pci_dev, in cls_parse_modem()
537 jsm_dbg(MSIGS, &ch->ch_bd->pci_dev, in cls_parse_modem()
618 jsm_dbg(IOCTL, &ch->ch_bd->pci_dev, in cls_flush_uart_write()
813 jsm_dbg(INTR, &brd->pci_dev, "%s:%d uart_poll: %x\n", in cls_intr()
817 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