Searched refs:gs_dprintk (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dgeneric_serial.c39 #define gs_dprintk(f, str...) if (gs_debug & f) printk (str) macro
41 #define gs_dprintk(f, str...) /* nothing */ macro
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_FLUS
[all...]

Completed in 94 milliseconds