Searched refs:hiddev_hid_event (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/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 | 615 void (*hiddev_hid_event) (struct hid_device *, struct hid_field *field, member
|
/kernel/linux/linux-6.6/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 | 670 void (*hiddev_hid_event) (struct hid_device *, struct hid_field *field, member
|
/kernel/linux/linux-5.10/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 | 970 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 D | hid-core.c | 1539 if (hid->claimed & HID_CLAIMED_HIDDEV && interrupt && hid->hiddev_hid_event) in hid_process_event() 1540 hid->hiddev_hid_event(hid, field, usage, value); in hid_process_event()
|
/kernel/linux/linux-5.10/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); variable
|
H A D | hid-core.c | 1362 hid->hiddev_hid_event = hiddev_hid_event; in usbhid_probe()
|
/kernel/linux/linux-6.6/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 | 1002 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in mt_touch_event() 1003 hid->hiddev_hid_event(hid, field, usage, value); in mt_touch_event()
|
H A D | hid-core.c | 1542 if (hid->claimed & HID_CLAIMED_HIDDEV && interrupt && hid->hiddev_hid_event) in hid_process_event() 1543 hid->hiddev_hid_event(hid, field, usage, value); in hid_process_event()
|
/kernel/linux/linux-6.6/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); variable
|
H A D | hid-core.c | 1373 hid->hiddev_hid_event = hiddev_hid_event; in usbhid_probe()
|
Completed in 27 milliseconds