Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dhid.h856 extern int hid_debug;
1183 if (hid_debug) \
/linux-4.19.296/drivers/hid/
Dhid-core.c47 int hid_debug = 0; variable
48 module_param_named(debug, hid_debug, int, 0600);
50 EXPORT_SYMBOL_GPL(hid_debug);
2426 if (hid_debug) in hid_init()