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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dserial.c102 #define gs_debug(format, arg...) \ macro
109 #define gs_debug(format, arg...) \ macro
643 gs_debug("gs_open: (%d,%p,%p)\n", port_num, tty, file);
698 gs_debug("gs_open: (%d,%p,%p) already open\n",
751 gs_debug("gs_open: (%d,%p,%p) completed\n", port_num, tty, file);
791 gs_debug("gs_close: (%d,%p,%p)\n", port->port_num, tty, file);
844 gs_debug("gs_close: (%d,%p,%p) completed\n",
866 gs_debug("gs_write: (%d,%p) writing %d bytes\n", port->port_num, tty,
894 gs_debug("gs_write: (%d,%p) wrote %d bytes\n", port->port_num, tty,
917 gs_debug("gs_put_cha
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dgeneric_serial.c36 static int gs_debug; variable
39 #define gs_dprintk(f, str...) if (gs_debug & f) printk (str)
59 module_param(gs_debug, int, 0644);
733 if (gs_debug & GS_DEBUG_TERMIOS) {
754 if(old_termios && (gs_debug & GS_DEBUG_TERMIOS)) {

Completed in 101 milliseconds