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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhiddev.h228 void hiddev_report_event(struct hid_device *hid, struct hid_report *report);
238 static inline void hiddev_report_event(struct hid_device *hid, struct hid_report *report) { } function
H A Dhid.h504 void (*hiddev_report_event) (struct hid_device *, struct hid_report *); member in struct:hid_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-core.c1039 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event)
1040 hid->hiddev_report_event(hid, report);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dhid-core.c1159 hid->hiddev_report_event = hiddev_report_event;
H A Dhiddev.c209 void hiddev_report_event(struct hid_device *hid, struct hid_report *report) function

Completed in 168 milliseconds