Searched refs:hiddev_hid_event (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/
H A Dhiddev.h43 void hiddev_hid_event(struct hid_device *hid, struct hid_field *field,
51 static inline void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, hiddev_hid_event() function
H A Dhid.h552 void (*hiddev_hid_event) (struct hid_device *, struct hid_field *field, member in struct:hid_device
/linux-4.1.27/drivers/hid/usbhid/
H A Dhiddev.c187 void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, hiddev_hid_event() function
205 EXPORT_SYMBOL_GPL(hiddev_hid_event); variable
H A Dhid-core.c1298 hid->hiddev_hid_event = hiddev_hid_event; usbhid_probe()
/linux-4.1.27/drivers/hid/
H A Dhid-multitouch.c629 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) mt_touch_event()
630 hid->hiddev_hid_event(hid, field, usage, value); mt_touch_event()
H A Dhid-ntrig.c856 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_hid_event) ntrig_event()
857 hid->hiddev_hid_event(hid, field, usage, value); ntrig_event()
H A Dhid-core.c1196 if (hid->claimed & HID_CLAIMED_HIDDEV && interrupt && hid->hiddev_hid_event) hid_process_event()
1197 hid->hiddev_hid_event(hid, field, usage, value); hid_process_event()

Completed in 178 milliseconds