Searched defs:hid_driver (Results 1 – 2 of 2) sorted by relevance
813 struct hid_driver { struct814 char *name;815 const struct hid_device_id *id_table;817 struct list_head dyn_list;818 spinlock_t dyn_lock;822 void (*remove)(struct hid_device *dev);824 const struct hid_report_id *report_table;827 const struct hid_usage_id *usage_table;828 int (*event)(struct hid_device *hdev, struct hid_field *field,855 #define to_hid_driver(pdrv) \ argument[all …]
1667 static struct usb_driver hid_driver = { variable