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