Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhid.h890 struct hid_driver { struct
891 const char *name;
892 const struct hid_device_id *id_table;
894 struct list_head dyn_list;
895 spinlock_t dyn_lock;
897 bool (*match)(struct hid_device *dev, bool ignore_special_driver);
898 int (*probe)(struct hid_device *dev, const struct hid_device_id *id);
899 void (*remove)(struct hid_device *dev);
901 const struct hid_report_id *report_table;
902 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
[all …]