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.h952 struct hid_ll_driver { struct
953 int (*start)(struct hid_device *hdev);
954 void (*stop)(struct hid_device *hdev);
956 int (*open)(struct hid_device *hdev);
957 void (*close)(struct hid_device *hdev);
959 int (*power)(struct hid_device *hdev, int level);
961 int (*parse)(struct hid_device *hdev);
963 void (*request)(struct hid_device *hdev,
966 int (*wait)(struct hid_device *hdev);
968 int (*raw_request) (struct hid_device *hdev, unsigned char reportnum,
[all …]