Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dhiddev.h220 void hiddev_report_event(struct hid_device *hid, struct hid_report *report);
230 static inline void hiddev_report_event(struct hid_device *hid, in hiddev_report_event() function
/linux-2.4.37.9/drivers/usb/
Dhiddev.c194 void hiddev_report_event(struct hid_device *hid, struct hid_report *report) in hiddev_report_event() function
Dhid-core.c888 hiddev_report_event(hid, report); in hid_input_report()