Home
last modified time | relevance | path

Searched refs:hiddev_report_event (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dhiddev.h57 void hiddev_report_event(struct hid_device *hid, struct hid_report *report);
65 static inline void hiddev_report_event(struct hid_device *hid, struct hid_report *report) { } in hiddev_report_event() function
Dhid.h613 void (*hiddev_report_event) (struct hid_device *, struct hid_report *); member
/Linux-v4.19/drivers/hid/usbhid/
Dhid-core.c1335 hid->hiddev_report_event = hiddev_report_event; in usbhid_probe()
Dhiddev.c199 void hiddev_report_event(struct hid_device *hid, struct hid_report *report) in hiddev_report_event() function
/Linux-v4.19/drivers/hid/
Dhid-core.c1514 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event) in hid_report_raw_event()
1515 hid->hiddev_report_event(hid, report); in hid_report_raw_event()