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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dlinux_compat.h28 extern int rio_debug;
H A Driodrvr.h101 int rio_debug; /* To debug ... */ member in struct:rio_info
H A Drio_linux.c193 int rio_debug; variable
219 module_param(rio_debug, int, 0644);
719 if (rio_debug & RIO_DEBUG_PROBE)
848 if (rio_debug & RIO_DEBUG_INIT) {
936 rio_dprintk(RIO_DEBUG_INIT, "Initing rio module... (rio_debug=%d)\n", rio_debug);
938 if (abs((long) (&rio_debug) - rio_debug) < 0x10000) {
939 printk(KERN_WARNING "rio: rio_debug is an address, instead of a value. " "Assuming -1. Was %x/%p.\n", rio_debug,
[all...]
H A Drio_linux.h173 #define rio_dprintk(f, str...) do { if (rio_debug & f) printk (str);} while (0)
H A Drioctrl.c765 p->rio_debug = DebugCtrl.Debug;
767 rio_dprintk(RIO_DEBUG_CTRL, "Set global debug to 0x%x set wait to 0x%x\n", p->rio_debug, p->RIODebugWait);
769 rio_dprintk(RIO_DEBUG_CTRL, "Get global debug 0x%x wait 0x%x\n", p->rio_debug, p->RIODebugWait);
770 DebugCtrl.Debug = p->rio_debug;

Completed in 103 milliseconds