Searched refs:hiddev_hid_event (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | hiddev.h | 43 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 D | hid.h | 674 void (*hiddev_hid_event) (struct hid_device *, struct hid_field *field, member
|
/linux/drivers/hid/ |
H A D | hid-ntrig.c | 852 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 D | hid-multitouch.c | 1015 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in mt_touch_event() 1016 hid->hiddev_hid_event(hid, field, usage, value); in mt_touch_event()
|
H A D | hid-core.c | 1547 if (hid->claimed & HID_CLAIMED_HIDDEV && interrupt && hid->hiddev_hid_event) in hid_process_event() 1548 hid->hiddev_hid_event(hid, field, usage, value); in hid_process_event()
|
/linux/drivers/hid/usbhid/ |
H A D | hiddev.c | 166 void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, in hiddev_hid_event() function 184 EXPORT_SYMBOL_GPL(hiddev_hid_event);
|