• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/

Lines Matching refs:DBGINFO

31  * DBGINFO   information - most verbose output
40 #define DBGINFO(fmt) if (debug_level >= DEBUG_LEVEL_INFO) printk fmt
546 #ifndef DBGINFO
547 #define DBGINFO(fmt)
681 DBGINFO(("%s open, old ref count = %d\n", info->device_name, info->count));
712 DBGINFO(("%s block_til_ready rc=%d\n", info->device_name, retval));
726 DBGINFO(("%s open rc=%d\n", info->device_name, retval));
736 DBGINFO(("%s close entry, count=%d\n", info->device_name, info->count));
772 DBGINFO(("%s call tty_wait_until_sent\n", info->device_name));
799 DBGINFO(("%s close exit, count=%d\n", tty->driver->name, info->count));
808 DBGINFO(("%s hangup\n", info->device_name));
825 DBGINFO(("%s set_termios\n", tty->driver->name));
874 DBGINFO(("%s write count=%d\n", info->device_name, count));
920 DBGINFO(("%s write rc=%d\n", info->device_name, ret));
931 DBGINFO(("%s put_char(%d)\n", info->device_name, ch));
947 DBGINFO(("%s send_xchar(%d)\n", info->device_name, ch));
966 DBGINFO(("%s wait_until_sent entry\n", info->device_name));
997 DBGINFO(("%s wait_until_sent exit\n", info->device_name));
1008 DBGINFO(("%s write_room=%d\n", info->device_name, ret));
1019 DBGINFO(("%s flush_chars entry tx_count=%d\n", info->device_name, info->tx_count));
1025 DBGINFO(("%s flush_chars start transmit\n", info->device_name));
1042 DBGINFO(("%s flush_buffer\n", info->device_name));
1062 DBGINFO(("%s tx_hold\n", info->device_name));
1079 DBGINFO(("%s tx_release\n", info->device_name));
1111 DBGINFO(("%s ioctl() cmd=%08X\n", info->device_name, cmd));
1182 DBGINFO(("%s get_params32\n", info->device_name));
1205 DBGINFO(("%s set_params32\n", info->device_name));
1238 DBGINFO(("%s compat_ioctl() cmd=%08X\n", info->device_name, cmd));
1273 DBGINFO(("%s compat_ioctl() cmd=%08X rc=%d\n", info->device_name, cmd, rc));
1391 DBGINFO(("%s chars_in_buffer()=%d\n", info->device_name, info->tx_count));
1405 DBGINFO(("%s throttle\n", info->device_name));
1426 DBGINFO(("%s unthrottle\n", info->device_name));
1453 DBGINFO(("%s set_break(%d)\n", info->device_name, break_state));
1488 DBGINFO(("%s hdlcdev_attach\n", info->device_name));
1532 DBGINFO(("%s hdlc_xmit\n", dev->name));
1574 DBGINFO(("%s hdlcdev_open\n", dev->name));
1583 DBGINFO(("%s hdlc_open busy\n", dev->name));
1630 DBGINFO(("%s hdlcdev_close\n", dev->name));
1663 DBGINFO(("%s hdlcdev_ioctl\n", dev->name));
1759 DBGINFO(("%s hdlcdev_tx_timeout\n", dev->name));
1797 DBGINFO(("%s hdlcdev_rx\n", dev->name));
2391 DBGINFO(("%s startup\n", info->device_name));
2429 DBGINFO(("%s shutdown\n", info->device_name));
2506 DBGINFO(("%s change_params\n", info->device_name));
2581 DBGINFO(("%s get_stats\n", info->device_name));
2593 DBGINFO(("%s get_params\n", info->device_name));
2604 DBGINFO(("%s set_params\n", info->device_name));
2619 DBGINFO(("%s get_txidle=%d\n", info->device_name, info->idle_mode));
2628 DBGINFO(("%s set_txidle(%d)\n", info->device_name, idle_mode));
2640 DBGINFO(("%s tx_enable(%d)\n", info->device_name, enable));
2659 DBGINFO(("%s tx_abort\n", info->device_name));
2669 DBGINFO(("%s rx_enable(%d)\n", info->device_name, enable));
2703 DBGINFO(("%s wait_mgsl_event(%d)\n", info->device_name, mask));
2805 DBGINFO(("%s get_interface=%x\n", info->device_name, info->if_mode));
2816 DBGINFO(("%s set_interface=%x)\n", info->device_name, if_mode));
2853 DBGINFO(("%s set_gpio state=%08x smask=%08x dir=%08x dmask=%08x\n",
2889 DBGINFO(("%s get_gpio state=%08x dir=%08x\n",
2964 DBGINFO(("%s wait_gpio() state=%08x smask=%08x\n",
3073 DBGINFO(("%s tiocmget value=%08X\n", info->device_name, result));
3090 DBGINFO(("%s tiocmset(%x,%x)\n", info->device_name, set, clear));
3118 DBGINFO(("%s block_til_ready\n", tty->driver->name));
3177 DBGINFO(("%s block_til_ready wait\n", tty->driver->name));
3191 DBGINFO(("%s block_til_ready ready, rc=%d\n", tty->driver->name, retval));
4620 DBGINFO(("rx_get_buf size=%d\n", count));
4857 DBGINFO(("testing %s\n", info->device_name));
4878 DBGINFO(("%s tx_timeout\n", info->device_name));
4903 DBGINFO(("%s rx_timeout\n", info->device_name));