Searched defs:hid_driver (Results 1 – 2 of 2) sorted by relevance
849 struct hid_driver { struct850 const char *name;851 const struct hid_device_id *id_table;853 struct list_head dyn_list;854 spinlock_t dyn_lock;856 bool (*match)(struct hid_device *dev, bool ignore_special_driver);857 int (*probe)(struct hid_device *dev, const struct hid_device_id *id);858 void (*remove)(struct hid_device *dev);860 const struct hid_report_id *report_table;861 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,[all …]
1670 static struct usb_driver hid_driver = { variable