Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dhid.h674 struct hid_driver { struct
675 char *name;
676 const struct hid_device_id *id_table;
678 struct list_head dyn_list;
679 spinlock_t dyn_lock;
681 int (*probe)(struct hid_device *dev, const struct hid_device_id *id);
682 void (*remove)(struct hid_device *dev);
684 const struct hid_report_id *report_table;
685 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
687 const struct hid_usage_id *usage_table;
[all …]
/linux-4.1.27/drivers/hid/usbhid/
Dhid-core.c1610 static struct usb_driver hid_driver = { variable