Home
last modified time | relevance | path

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

/include/linux/
Dhid.h818 struct hid_driver { struct
819 char *name;
820 const struct hid_device_id *id_table;
822 struct list_head dyn_list;
823 spinlock_t dyn_lock;
825 bool (*match)(struct hid_device *dev, bool ignore_special_driver);
826 int (*probe)(struct hid_device *dev, const struct hid_device_id *id);
827 void (*remove)(struct hid_device *dev);
829 const struct hid_report_id *report_table;
830 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
[all …]