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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhiddev.h226 void hiddev_report_event(struct hid_device *hid, struct hid_report *report);
234 static inline void hiddev_report_event(struct hid_device *hid, struct hid_report *report) { } function
H A Dhid.h451 void (*hiddev_report_event) (struct hid_device *, struct hid_report *); member in struct:hid_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-core.c979 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event)
980 hid->hiddev_report_event(hid, report);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-core.c927 hid->hiddev_report_event = hiddev_report_event;
H A Dhiddev.c206 void hiddev_report_event(struct hid_device *hid, struct hid_report *report) function

Completed in 110 milliseconds