• 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:gs_dprintk

39 #define gs_dprintk(f, str...) if (gs_debug & f) printk (str)
41 #define gs_dprintk(f, str...) /* nothing */
44 #define func_enter() gs_dprintk (GS_DEBUG_FLOW, "gs: enter %s\n", __FUNCTION__)
45 #define func_exit() gs_dprintk (GS_DEBUG_FLOW, "gs: exit %s\n", __FUNCTION__)
156 gs_dprintk (GS_DEBUG_WRITE, "write: interrupts are %s\n",
305 gs_dprintk (GS_DEBUG_FLUSH, "port=%p.\n", port);
307 gs_dprintk (GS_DEBUG_FLUSH, "xmit_cnt=%x, xmit_buf=%p, tty=%p.\n",
312 gs_dprintk (GS_DEBUG_FLUSH, "ERROR: !port, !port->xmit_buf or prot->xmit_cnt < 0.\n");
320 gs_dprintk (GS_DEBUG_FLUSH, "nothing to wait for.\n");
331 gs_dprintk (GS_DEBUG_FLUSH, "now=%lx, end=%lx (%ld).\n",
345 gs_dprintk (GS_DEBUG_FLUSH, "Expect to finish in %d jiffies "
350 gs_dprintk (GS_DEBUG_FLUSH, "Signal pending. Bombing out: ");
356 gs_dprintk (GS_DEBUG_FLUSH, "charsleft = %d.\n", charsleft);
525 gs_dprintk (GS_DEBUG_BTR, "Entering gs_block_till_ready.\n");
538 gs_dprintk (GS_DEBUG_BTR, "after hung up\n");
550 gs_dprintk (GS_DEBUG_BTR, "after nonblock\n");
566 gs_dprintk (GS_DEBUG_BTR, "after add waitq.\n");
575 gs_dprintk (GS_DEBUG_BTR, "CD is now %d.\n", CD);
588 gs_dprintk (GS_DEBUG_BTR, "signal_pending is now: %d (%lx)\n",
596 gs_dprintk (GS_DEBUG_BTR, "Got out of the loop. (%d)\n",
628 gs_dprintk (GS_DEBUG_CLOSE, "gs: Odd: port->tty is NULL\n");
653 gs_dprintk(GS_DEBUG_CLOSE, "gs_close port %p: count: %d\n", port, port->count);
726 gs_dprintk (GS_DEBUG_TERMIOS, "gs: Odd: port->tty is NULL\n");
734 gs_dprintk (GS_DEBUG_TERMIOS, "termios structure (%p):\n", tiosp);
747 gs_dprintk(GS_DEBUG_TERMIOS, "gs_set_termios: optimized away\n");
751 gs_dprintk(GS_DEBUG_TERMIOS, "gs_set_termios: no old_termios: "