Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-picolcd_debugfs.c409 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
413 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
420 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
422 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
428 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
430 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
436 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
438 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
444 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
447 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
[all …]
H A Dhid-debug.c3080 void hid_debug_event(struct hid_device *hdev, char *buf) in hid_debug_event() function
3092 EXPORT_SYMBOL_GPL(hid_debug_event);
3112 hid_debug_event(hid, buf); in hid_dump_report()
3117 hid_debug_event(hid, buf); in hid_dump_report()
3119 hid_debug_event(hid, "\n"); in hid_dump_report()
3135 hid_debug_event(hdev, buf); in hid_dump_input()
/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