Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhiddev.h45 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
/linux/drivers/hid/usbhid/
H A Dhiddev.c186 void hiddev_report_event(struct hid_device *hid, struct hid_report *report) in hiddev_report_event() function
/linux/drivers/hid/
H A Dhid-core.c2039 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event) in hid_report_raw_event()
2040 hid->hiddev_report_event(hid, report); in hid_report_raw_event()