Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dhiddev.h218 void hiddev_hid_event(struct hid_device *hid, struct hid_field *field,
226 static inline void hiddev_hid_event(struct hid_device *hid, in hiddev_hid_event() function
/linux-2.4.37.9/drivers/usb/
Dhiddev.c174 void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, in hiddev_hid_event() function
Dhid-core.c796 hiddev_hid_event(hid, field, usage, value); in hid_process_event()