Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhid.h871 struct hid_ll_driver { struct
872 int (*start)(struct hid_device *hdev);
873 void (*stop)(struct hid_device *hdev);
875 int (*open)(struct hid_device *hdev);
876 void (*close)(struct hid_device *hdev);
878 int (*power)(struct hid_device *hdev, int level);
880 int (*parse)(struct hid_device *hdev);
882 void (*request)(struct hid_device *hdev,
885 int (*wait)(struct hid_device *hdev);
887 int (*raw_request) (struct hid_device *hdev, unsigned char reportnum,
[all …]