Searched refs:hiddev_hid_event (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.15/include/linux/ | 
| 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
  | 
| D | hid.h | 618 	void (*hiddev_hid_event) (struct hid_device *, struct hid_field *field,  member
  | 
| /Linux-v5.15/drivers/hid/ | 
| 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()
  | 
| D | hid-multitouch.c | 982 	if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event)  in mt_touch_event() 983 		hid->hiddev_hid_event(hid, field, usage, value);  in mt_touch_event()
  | 
| D | hid-core.c | 1523 	if (hid->claimed & HID_CLAIMED_HIDDEV && interrupt && hid->hiddev_hid_event)  in hid_process_event() 1524 		hid->hiddev_hid_event(hid, field, usage, value);  in hid_process_event()
  | 
| /Linux-v5.15/drivers/hid/usbhid/ | 
| 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);
  | 
| D | hid-core.c | 1368 	hid->hiddev_hid_event = hiddev_hid_event;  in usbhid_probe()
  |