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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhid.h681 extern int hid_debug;
840 #define dbg_hid(format, arg...) if (hid_debug) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-core.c45 int hid_debug = 0; variable
46 module_param_named(debug, hid_debug, int, 0600);
48 EXPORT_SYMBOL_GPL(hid_debug); variable
1932 if (hid_debug)
1933 printk(KERN_WARNING "HID: hid_debug is now used solely for parser and driver debugging.\n"

Completed in 207 milliseconds