Searched refs:hidraw_report_event (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | hidraw.h | 40 int hidraw_report_event(struct hid_device *, u8 *, int); 46 static inline int hidraw_report_event(struct hid_device *hid, u8 *data, int len) { return 0; } in hidraw_report_event() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hidraw.h | 40 int hidraw_report_event(struct hid_device *, u8 *, int); 46 static inline int hidraw_report_event(struct hid_device *hid, u8 *data, int len) { return 0; } in hidraw_report_event() function
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hidraw.c | 488 int hidraw_report_event(struct hid_device *hid, u8 *data, int len) in hidraw_report_event() function 515 EXPORT_SYMBOL_GPL(hidraw_report_event); variable
|
H A D | hid-core.c | 1799 ret = hidraw_report_event(hid, data, size); in hid_report_raw_event()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hidraw.c | 519 int hidraw_report_event(struct hid_device *hid, u8 *data, int len) in hidraw_report_event() function 546 EXPORT_SYMBOL_GPL(hidraw_report_event); variable
|
H A D | hid-core.c | 2010 ret = hidraw_report_event(hid, data, size); in hid_report_raw_event()
|
Completed in 10 milliseconds