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

/linux-4.1.27/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) { } function
H A Dhid.h554 void (*hiddev_report_event) (struct hid_device *, struct hid_report *); member in struct:hid_device
/linux-4.1.27/drivers/hid/usbhid/
H A Dhiddev.c207 void hiddev_report_event(struct hid_device *hid, struct hid_report *report) hiddev_report_event() function
H A Dhid-core.c1299 hid->hiddev_report_event = hiddev_report_event; usbhid_probe()
/linux-4.1.27/drivers/hid/
H A Dhid-core.c1430 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event) hid_report_raw_event()
1431 hid->hiddev_report_event(hid, report); hid_report_raw_event()

Completed in 80 milliseconds