Searched defs:hid_ll_driver (Results 1 – 1 of 1) sorted by relevance
75199 struct hid_ll_driver { struct75200 int (*start)(struct hid_device *);75201 void (*stop)(struct hid_device *);75202 int (*open)(struct hid_device *);75203 void (*close)(struct hid_device *);75204 int (*power)(struct hid_device *, int);75205 int (*parse)(struct hid_device *);75206 void (*request)(struct hid_device *, struct hid_report *, int);75207 int (*wait)(struct hid_device *);75208 int (*raw_request)(struct hid_device *, unsigned char, __u8 *, size_t, unsigned char, int);[all …]