Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhid-debug.h27 void hid_debug_exit(void);
48 #define hid_debug_exit() do { } while (0) macro
/linux/drivers/hid/
H A Dhid-core.c3088 hid_debug_exit(); in hid_exit()