Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhid.h729 struct hid_ll_driver { struct
730 int (*start)(struct hid_device *hdev);
731 void (*stop)(struct hid_device *hdev);
733 int (*open)(struct hid_device *hdev);
734 void (*close)(struct hid_device *hdev);
736 int (*power)(struct hid_device *hdev, int level);
738 int (*parse)(struct hid_device *hdev);
740 void (*request)(struct hid_device *hdev,
743 int (*wait)(struct hid_device *hdev);
745 int (*raw_request) (struct hid_device *hdev, unsigned char reportnum,
[all …]