Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhid.h913 struct hid_ll_driver { struct
914 int (*start)(struct hid_device *hdev);
915 void (*stop)(struct hid_device *hdev);
917 int (*open)(struct hid_device *hdev);
918 void (*close)(struct hid_device *hdev);
920 int (*power)(struct hid_device *hdev, int level);
922 int (*parse)(struct hid_device *hdev);
924 void (*request)(struct hid_device *hdev,
927 int (*wait)(struct hid_device *hdev);
929 int (*raw_request) (struct hid_device *hdev, unsigned char reportnum,
[all …]