Searched refs:hid_dump_report (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| A D | hid-debug.h | 20 void hid_dump_report(struct hid_device *, int , u8 *, int); 41 #define hid_dump_report(a,b,c,d) do { } while (0) macro
|
| /linux/drivers/hid/ |
| A D | hid-debug.c | 3094 void hid_dump_report(struct hid_device *hid, int type, u8 *data, in hid_dump_report() function 3122 EXPORT_SYMBOL_GPL(hid_dump_report);
|
| A D | hid-core.c | 2095 hid_dump_report(hid, type, data, size); in __hid_input_report()
|
Completed in 16 milliseconds