Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-picolcd_debugfs.c418 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
422 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
429 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
431 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
437 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
439 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
445 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
447 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
453 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
456 hid_debug_event(hdev, buff); in picolcd_debug_out_report()
[all …]
Dhid-debug.c660 void hid_debug_event(struct hid_device *hdev, char *buf) in hid_debug_event() function
677 EXPORT_SYMBOL_GPL(hid_debug_event);
697 hid_debug_event(hid, buf); in hid_dump_report()
702 hid_debug_event(hid, buf); in hid_dump_report()
704 hid_debug_event(hid, "\n"); in hid_dump_report()
720 hid_debug_event(hdev, buf); in hid_dump_input()
/linux-4.4.14/include/linux/
Dhid-debug.h38 void hid_debug_event(struct hid_device *, char *);
62 #define hid_debug_event(a,b) do { } while (0) macro