Searched refs:hid_dump_report (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | hid-debug.h | 30 void hid_dump_report(struct hid_device *, int , u8 *, int); 54 #define hid_dump_report(a,b,c,d) do { } while (0) macro
|
/Linux-v4.19/drivers/hid/ |
D | hid-debug.c | 681 void hid_dump_report(struct hid_device *hid, int type, u8 *data, in hid_dump_report() function 709 EXPORT_SYMBOL_GPL(hid_dump_report);
|
D | hid-core.c | 1576 hid_dump_report(hid, type, data, size); in hid_input_report()
|