Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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, in hiddev_hid_event() function
H A Dhid.h615 void (*hiddev_hid_event) (struct hid_device *, struct hid_field *field, member
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-ntrig.c852 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_hid_event) in ntrig_event()
853 hid->hiddev_hid_event(hid, field, usage, value); in ntrig_event()
H A Dhid-multitouch.c970 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in mt_touch_event()
971 hid->hiddev_hid_event(hid, field, usage, value); in mt_touch_event()
H A Dhid-core.c1526 if (hid->claimed & HID_CLAIMED_HIDDEV && interrupt && hid->hiddev_hid_event) in hid_process_event()
1527 hid->hiddev_hid_event(hid, field, usage, value); in hid_process_event()
/OK3568_Linux_fs/kernel/drivers/hid/usbhid/
H A Dhiddev.c166 void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, in hiddev_hid_event() function
184 EXPORT_SYMBOL_GPL(hiddev_hid_event);
H A Dhid-core.c1365 hid->hiddev_hid_event = hiddev_hid_event; in usbhid_probe()