Searched refs:hiddev_hid_event (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/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, hiddev_hid_event() function
|
H A D | hid.h | 552 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 D | hiddev.c | 187 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 D | hid-core.c | 1298 hid->hiddev_hid_event = hiddev_hid_event; usbhid_probe()
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-multitouch.c | 629 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 D | hid-ntrig.c | 856 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 D | hid-core.c | 1196 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