Home
last modified time | relevance | path

Searched defs:hid_driver (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dhid.h748 struct hid_driver { struct
749 char *name;
750 const struct hid_device_id *id_table;
752 struct list_head dyn_list;
753 spinlock_t dyn_lock;
755 bool (*match)(struct hid_device *dev, bool ignore_special_driver);
756 int (*probe)(struct hid_device *dev, const struct hid_device_id *id);
757 void (*remove)(struct hid_device *dev);
759 const struct hid_report_id *report_table;
760 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
[all …]
/kernel/linux/linux-6.6/include/linux/
Dhid.h810 struct hid_driver { struct
811 char *name;
812 const struct hid_device_id *id_table;
814 struct list_head dyn_list;
815 spinlock_t dyn_lock;
817 bool (*match)(struct hid_device *dev, bool ignore_special_driver);
818 int (*probe)(struct hid_device *dev, const struct hid_device_id *id);
819 void (*remove)(struct hid_device *dev);
821 const struct hid_report_id *report_table;
822 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
[all …]
/kernel/linux/linux-6.6/drivers/hid/usbhid/
Dhid-core.c1670 static struct usb_driver hid_driver = { variable
/kernel/linux/linux-5.10/drivers/hid/usbhid/
Dhid-core.c1662 static struct usb_driver hid_driver = { variable