Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dhid.h885 extern int hid_debug;
1196 if (hid_debug) \
/linux-6.1.9/drivers/hid/
Dhid-core.c44 int hid_debug = 0; variable
45 module_param_named(debug, hid_debug, int, 0600);
47 EXPORT_SYMBOL_GPL(hid_debug);
2912 if (hid_debug) in hid_init()