Lines Matching refs:DBGINFO

37 #define DBGINFO(fmt) if (debug_level >= DEBUG_LEVEL_INFO) printk fmt  macro
478 #ifndef DBGINFO
479 #define DBGINFO(fmt) macro
609 DBGINFO(("%s open, old ref count = %d\n", info->device_name, info->port.count)); in open()
634 DBGINFO(("%s block_til_ready rc=%d\n", info->device_name, retval)); in open()
648 DBGINFO(("%s open rc=%d\n", info->device_name, retval)); in open()
658 DBGINFO(("%s close entry, count=%d\n", info->device_name, info->port.count)); in close()
675 DBGINFO(("%s close exit, count=%d\n", tty->driver->name, info->port.count)); in close()
685 DBGINFO(("%s hangup\n", info->device_name)); in hangup()
708 DBGINFO(("%s set_termios\n", tty->driver->name)); in set_termios()
758 DBGINFO(("%s write count=%zu\n", info->device_name, count)); in write()
780 DBGINFO(("%s write rc=%d\n", info->device_name, ret)); in write()
792 DBGINFO(("%s put_char(%u)\n", info->device_name, ch)); in put_char()
811 DBGINFO(("%s send_xchar(%d)\n", info->device_name, ch)); in send_xchar()
830 DBGINFO(("%s wait_until_sent entry\n", info->device_name)); in wait_until_sent()
860 DBGINFO(("%s wait_until_sent exit\n", info->device_name)); in wait_until_sent()
871 DBGINFO(("%s write_room=%u\n", info->device_name, ret)); in write_room()
882 DBGINFO(("%s flush_chars entry tx_count=%d\n", info->device_name, info->tx_count)); in flush_chars()
888 DBGINFO(("%s flush_chars start transmit\n", info->device_name)); in flush_chars()
903 DBGINFO(("%s flush_buffer\n", info->device_name)); in flush_buffer()
922 DBGINFO(("%s tx_hold\n", info->device_name)); in tx_hold()
939 DBGINFO(("%s tx_release\n", info->device_name)); in tx_release()
966 DBGINFO(("%s ioctl() cmd=%08X\n", info->device_name, cmd)); in ioctl()
1067 DBGINFO(("%s get_params32\n", info->device_name)); in get_params32()
1092 DBGINFO(("%s set_params32\n", info->device_name)); in set_params32()
1129 DBGINFO(("%s compat_ioctl() cmd=%08X\n", info->device_name, cmd)); in slgt_compat_ioctl()
1156 DBGINFO(("%s compat_ioctl() cmd=%08X rc=%d\n", info->device_name, cmd, rc)); in slgt_compat_ioctl()
1257 DBGINFO(("%s chars_in_buffer()=%u\n", info->device_name, count)); in chars_in_buffer()
1271 DBGINFO(("%s throttle\n", info->device_name)); in throttle()
1292 DBGINFO(("%s unthrottle\n", info->device_name)); in unthrottle()
1319 DBGINFO(("%s set_break(%d)\n", info->device_name, break_state)); in set_break()
1355 DBGINFO(("%s hdlcdev_attach\n", info->device_name)); in hdlcdev_attach()
1396 DBGINFO(("%s hdlc_xmit\n", dev->name)); in hdlcdev_xmit()
1435 DBGINFO(("%s hdlcdev_open\n", dev->name)); in hdlcdev_open()
1440 DBGINFO(("%s hdlc_open busy\n", dev->name)); in hdlcdev_open()
1497 DBGINFO(("%s hdlcdev_close\n", dev->name)); in hdlcdev_close()
1529 DBGINFO(("%s hdlcdev_ioctl\n", dev->name)); in hdlcdev_ioctl()
1623 DBGINFO(("%s hdlcdev_tx_timeout\n", dev->name)); in hdlcdev_tx_timeout()
1660 DBGINFO(("%s hdlcdev_rx\n", dev->name)); in hdlcdev_rx()
2333 DBGINFO(("%s startup\n", info->device_name)); in startup()
2371 DBGINFO(("%s shutdown\n", info->device_name)); in shutdown()
2448 DBGINFO(("%s change_params\n", info->device_name)); in change_params()
2509 DBGINFO(("%s get_stats\n", info->device_name)); in get_stats()
2521 DBGINFO(("%s get_params\n", info->device_name)); in get_params()
2532 DBGINFO(("%s set_params\n", info->device_name)); in set_params()
2550 DBGINFO(("%s get_txidle=%d\n", info->device_name, info->idle_mode)); in get_txidle()
2559 DBGINFO(("%s set_txidle(%d)\n", info->device_name, idle_mode)); in set_txidle()
2571 DBGINFO(("%s tx_enable(%d)\n", info->device_name, enable)); in tx_enable()
2590 DBGINFO(("%s tx_abort\n", info->device_name)); in tx_abort()
2601 DBGINFO(("%s rx_enable(%08x)\n", info->device_name, enable)); in rx_enable()
2661 DBGINFO(("%s wait_mgsl_event(%d)\n", info->device_name, mask)); in wait_mgsl_event()
2763 DBGINFO(("%s get_interface=%x\n", info->device_name, info->if_mode)); in get_interface()
2774 DBGINFO(("%s set_interface=%x)\n", info->device_name, if_mode)); in set_interface()
2794 DBGINFO(("%s get_xsync=%x\n", info->device_name, info->xsync)); in get_xsync()
2810 DBGINFO(("%s set_xsync=%x)\n", info->device_name, xsync)); in set_xsync()
2820 DBGINFO(("%s get_xctrl=%x\n", info->device_name, info->xctrl)); in get_xctrl()
2847 DBGINFO(("%s set_xctrl=%x)\n", info->device_name, xctrl)); in set_xctrl()
2874 DBGINFO(("%s set_gpio state=%08x smask=%08x dir=%08x dmask=%08x\n", in set_gpio()
2910 DBGINFO(("%s get_gpio state=%08x dir=%08x\n", in get_gpio()
2985 DBGINFO(("%s wait_gpio() state=%08x smask=%08x\n", in wait_gpio()
3094 DBGINFO(("%s tiocmget value=%08X\n", info->device_name, result)); in tiocmget()
3111 DBGINFO(("%s tiocmset(%x,%x)\n", info->device_name, set, clear)); in tiocmset()
3168 DBGINFO(("%s block_til_ready\n", tty->driver->name)); in block_til_ready()
3215 DBGINFO(("%s block_til_ready wait\n", tty->driver->name)); in block_til_ready()
3231 DBGINFO(("%s block_til_ready ready, rc=%d\n", tty->driver->name, retval)); in block_til_ready()
4674 DBGINFO(("rx_get_buf size=%d\n", count)); in rx_get_buf()
4987 DBGINFO(("testing %s\n", info->device_name)); in adapter_test()
5008 DBGINFO(("%s tx_timeout\n", info->device_name)); in tx_timeout()
5032 DBGINFO(("%s rx_timeout\n", info->device_name)); in rx_timeout()