Lines Matching refs:DBGINFO
37 #define DBGINFO(fmt) if (debug_level >= DEBUG_LEVEL_INFO) printk fmt macro
482 #ifndef DBGINFO
483 #define DBGINFO(fmt) macro
617 DBGINFO(("%s open, old ref count = %d\n", info->device_name, info->port.count)); in open()
643 DBGINFO(("%s block_til_ready rc=%d\n", info->device_name, retval)); in open()
657 DBGINFO(("%s open rc=%d\n", info->device_name, retval)); in open()
667 DBGINFO(("%s close entry, count=%d\n", info->device_name, info->port.count)); in close()
684 DBGINFO(("%s close exit, count=%d\n", tty->driver->name, info->port.count)); in close()
694 DBGINFO(("%s hangup\n", info->device_name)); in hangup()
716 DBGINFO(("%s set_termios\n", tty->driver->name)); in set_termios()
767 DBGINFO(("%s write count=%d\n", info->device_name, count)); in write()
789 DBGINFO(("%s write rc=%d\n", info->device_name, ret)); in write()
801 DBGINFO(("%s put_char(%d)\n", info->device_name, ch)); in put_char()
820 DBGINFO(("%s send_xchar(%d)\n", info->device_name, ch)); in send_xchar()
839 DBGINFO(("%s wait_until_sent entry\n", info->device_name)); in wait_until_sent()
869 DBGINFO(("%s wait_until_sent exit\n", info->device_name)); in wait_until_sent()
880 DBGINFO(("%s write_room=%d\n", info->device_name, ret)); in write_room()
891 DBGINFO(("%s flush_chars entry tx_count=%d\n", info->device_name, info->tx_count)); in flush_chars()
897 DBGINFO(("%s flush_chars start transmit\n", info->device_name)); in flush_chars()
912 DBGINFO(("%s flush_buffer\n", info->device_name)); in flush_buffer()
931 DBGINFO(("%s tx_hold\n", info->device_name)); in tx_hold()
948 DBGINFO(("%s tx_release\n", info->device_name)); in tx_release()
975 DBGINFO(("%s ioctl() cmd=%08X\n", info->device_name, cmd)); in ioctl()
1076 DBGINFO(("%s get_params32\n", info->device_name)); in get_params32()
1100 DBGINFO(("%s set_params32\n", info->device_name)); in set_params32()
1137 DBGINFO(("%s compat_ioctl() cmd=%08X\n", info->device_name, cmd)); in slgt_compat_ioctl()
1164 DBGINFO(("%s compat_ioctl() cmd=%08X rc=%d\n", info->device_name, cmd, rc)); in slgt_compat_ioctl()
1265 DBGINFO(("%s chars_in_buffer()=%d\n", info->device_name, count)); in chars_in_buffer()
1279 DBGINFO(("%s throttle\n", info->device_name)); in throttle()
1300 DBGINFO(("%s unthrottle\n", info->device_name)); in unthrottle()
1327 DBGINFO(("%s set_break(%d)\n", info->device_name, break_state)); in set_break()
1363 DBGINFO(("%s hdlcdev_attach\n", info->device_name)); in hdlcdev_attach()
1404 DBGINFO(("%s hdlc_xmit\n", dev->name)); in hdlcdev_xmit()
1446 DBGINFO(("%s hdlcdev_open\n", dev->name)); in hdlcdev_open()
1456 DBGINFO(("%s hdlc_open busy\n", dev->name)); in hdlcdev_open()
1503 DBGINFO(("%s hdlcdev_close\n", dev->name)); in hdlcdev_close()
1536 DBGINFO(("%s hdlcdev_ioctl\n", dev->name)); in hdlcdev_ioctl()
1632 DBGINFO(("%s hdlcdev_tx_timeout\n", dev->name)); in hdlcdev_tx_timeout()
1669 DBGINFO(("%s hdlcdev_rx\n", dev->name)); in hdlcdev_rx()
2342 DBGINFO(("%s startup\n", info->device_name)); in startup()
2380 DBGINFO(("%s shutdown\n", info->device_name)); in shutdown()
2457 DBGINFO(("%s change_params\n", info->device_name)); in change_params()
2525 DBGINFO(("%s get_stats\n", info->device_name)); in get_stats()
2537 DBGINFO(("%s get_params\n", info->device_name)); in get_params()
2548 DBGINFO(("%s set_params\n", info->device_name)); in set_params()
2566 DBGINFO(("%s get_txidle=%d\n", info->device_name, info->idle_mode)); in get_txidle()
2575 DBGINFO(("%s set_txidle(%d)\n", info->device_name, idle_mode)); in set_txidle()
2587 DBGINFO(("%s tx_enable(%d)\n", info->device_name, enable)); in tx_enable()
2606 DBGINFO(("%s tx_abort\n", info->device_name)); in tx_abort()
2617 DBGINFO(("%s rx_enable(%08x)\n", info->device_name, enable)); in rx_enable()
2677 DBGINFO(("%s wait_mgsl_event(%d)\n", info->device_name, mask)); in wait_mgsl_event()
2779 DBGINFO(("%s get_interface=%x\n", info->device_name, info->if_mode)); in get_interface()
2790 DBGINFO(("%s set_interface=%x)\n", info->device_name, if_mode)); in set_interface()
2810 DBGINFO(("%s get_xsync=%x\n", info->device_name, info->xsync)); in get_xsync()
2826 DBGINFO(("%s set_xsync=%x)\n", info->device_name, xsync)); in set_xsync()
2836 DBGINFO(("%s get_xctrl=%x\n", info->device_name, info->xctrl)); in get_xctrl()
2863 DBGINFO(("%s set_xctrl=%x)\n", info->device_name, xctrl)); in set_xctrl()
2890 DBGINFO(("%s set_gpio state=%08x smask=%08x dir=%08x dmask=%08x\n", in set_gpio()
2926 DBGINFO(("%s get_gpio state=%08x dir=%08x\n", in get_gpio()
3001 DBGINFO(("%s wait_gpio() state=%08x smask=%08x\n", in wait_gpio()
3110 DBGINFO(("%s tiocmget value=%08X\n", info->device_name, result)); in tiocmget()
3127 DBGINFO(("%s tiocmset(%x,%x)\n", info->device_name, set, clear)); in tiocmset()
3183 DBGINFO(("%s block_til_ready\n", tty->driver->name)); in block_til_ready()
3230 DBGINFO(("%s block_til_ready wait\n", tty->driver->name)); in block_til_ready()
3246 DBGINFO(("%s block_til_ready ready, rc=%d\n", tty->driver->name, retval)); in block_til_ready()
4712 DBGINFO(("rx_get_buf size=%d\n", count)); in rx_get_buf()
5025 DBGINFO(("testing %s\n", info->device_name)); in adapter_test()
5046 DBGINFO(("%s tx_timeout\n", info->device_name)); in tx_timeout()
5070 DBGINFO(("%s rx_timeout\n", info->device_name)); in rx_timeout()