Searched defs:hid_driver (Results 1 – 4 of 4) sorted by relevance
739 struct hid_driver { struct740 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 …]
740 struct hid_driver { struct741 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 …]
1659 static struct usb_driver hid_driver = { variable
1651 static struct usb_driver hid_driver = { variable