Searched refs:hid_dump_report (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H 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
|
/kernel/linux/linux-6.6/include/linux/ |
H 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
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-debug.c | 665 void hid_dump_report(struct hid_device *hid, int type, u8 *data, in hid_dump_report() function 693 EXPORT_SYMBOL_GPL(hid_dump_report); variable
|
H A D | hid-core.c | 1858 hid_dump_report(hid, type, data, size); in hid_input_report()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-debug.c | 702 void hid_dump_report(struct hid_device *hid, int type, u8 *data, in hid_dump_report() function 730 EXPORT_SYMBOL_GPL(hid_dump_report); variable
|
H A D | hid-core.c | 2075 hid_dump_report(hid, type, data, size); in hid_input_report()
|
Completed in 10 milliseconds