Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dhid.h739 struct hid_driver { struct
740 char *name;
741 const struct hid_device_id *id_table;
743 struct list_head dyn_list;
744 spinlock_t dyn_lock;
746 bool (*match)(struct hid_device *dev, bool ignore_special_driver);
747 int (*probe)(struct hid_device *dev, const struct hid_device_id *id);
748 void (*remove)(struct hid_device *dev);
750 const struct hid_report_id *report_table;
751 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
[all …]
/kernel/linux/linux-5.10/include/linux/
Dhid.h740 struct hid_driver { struct
741 char *name;
742 const struct hid_device_id *id_table;
744 struct list_head dyn_list;
745 spinlock_t dyn_lock;
747 bool (*match)(struct hid_device *dev, bool ignore_special_driver);
748 int (*probe)(struct hid_device *dev, const struct hid_device_id *id);
749 void (*remove)(struct hid_device *dev);
751 const struct hid_report_id *report_table;
752 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-4.19/drivers/hid/usbhid/
Dhid-core.c1651 static struct usb_driver hid_driver = { variable