Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhid-debug.h28 void hid_debug_event(struct hid_device *, char *);
49 #define hid_debug_event(a,b) do { } while (0) macro
/linux/drivers/hid/
H A Dhid-debug.c3083 void hid_debug_event(struct hid_device *hdev, char *buf) in hid_debug_event() function
3095 EXPORT_SYMBOL_GPL(hid_debug_event);
3115 hid_debug_event(hid, buf); in hid_dump_report()
3120 hid_debug_event(hid, buf); in hid_dump_report()
3122 hid_debug_event(hid, "\n"); in hid_dump_report()
3138 hid_debug_event(hdev, buf); in hid_dump_input()