Searched defs:hid_driver (Results 1 – 2 of 2) sorted by relevance
745 struct hid_driver { struct746 char *name;747 const struct hid_device_id *id_table;749 struct list_head dyn_list;750 spinlock_t dyn_lock;754 void (*remove)(struct hid_device *dev);756 const struct hid_report_id *report_table;759 const struct hid_usage_id *usage_table;760 int (*event)(struct hid_device *hdev, struct hid_field *field,787 #define to_hid_driver(pdrv) \ argument[all …]
1665 static struct usb_driver hid_driver = { variable
Completed in 13 milliseconds