Searched refs:hiddev_report_event (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | hiddev.h | 45 void hiddev_report_event(struct hid_device *hid, struct hid_report *report); 53 static inline void hiddev_report_event(struct hid_device *hid, struct hid_report *report) { } in hiddev_report_event() function
|
H A D | hid.h | 617 void (*hiddev_report_event) (struct hid_device *, struct hid_report *); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hiddev.h | 45 void hiddev_report_event(struct hid_device *hid, struct hid_report *report); 53 static inline void hiddev_report_event(struct hid_device *hid, struct hid_report *report) { } in hiddev_report_event() function
|
H A D | hid.h | 672 void (*hiddev_report_event) (struct hid_device *, struct hid_report *); member
|
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A D | hiddev.c | 186 void hiddev_report_event(struct hid_device *hid, struct hid_report *report) in hiddev_report_event() function
|
H A D | hid-core.c | 1363 hid->hiddev_report_event = hiddev_report_event; in usbhid_probe()
|
/kernel/linux/linux-6.6/drivers/hid/usbhid/ |
H A D | hiddev.c | 186 void hiddev_report_event(struct hid_device *hid, struct hid_report *report) in hiddev_report_event() function
|
H A D | hid-core.c | 1374 hid->hiddev_report_event = hiddev_report_event; in usbhid_probe()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-core.c | 1796 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event) in hid_report_raw_event() 1797 hid->hiddev_report_event(hid, report); in hid_report_raw_event()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-core.c | 2007 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event) in hid_report_raw_event() 2008 hid->hiddev_report_event(hid, report); in hid_report_raw_event()
|
Completed in 20 milliseconds