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.h747 struct hid_driver { struct
748 char *name;
749 const struct hid_device_id *id_table;
751 struct list_head dyn_list;
752 spinlock_t dyn_lock;
754 bool (*match)(struct hid_device *dev, bool ignore_special_driver);
755 int (*probe)(struct hid_device *dev, const struct hid_device_id *id);
756 void (*remove)(struct hid_device *dev);
758 const struct hid_report_id *report_table;
759 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
[all …]
/kernel/linux/linux-6.6/include/linux/
Dhid.h809 struct hid_driver { struct
810 char *name;
811 const struct hid_device_id *id_table;
813 struct list_head dyn_list;
814 spinlock_t dyn_lock;
816 bool (*match)(struct hid_device *dev, bool ignore_special_driver);
817 int (*probe)(struct hid_device *dev, const struct hid_device_id *id);
818 void (*remove)(struct hid_device *dev);
820 const struct hid_report_id *report_table;
821 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
[all …]
/kernel/linux/linux-5.10/drivers/hid/usbhid/
Dhid-core.c1659 static struct usb_driver hid_driver = { variable
/kernel/linux/linux-6.6/drivers/hid/usbhid/
Dhid-core.c1667 static struct usb_driver hid_driver = { variable