Home
last modified time | relevance | path

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

/include/linux/
Dhid.h883 struct hid_ll_driver { struct
884 int (*start)(struct hid_device *hdev);
885 void (*stop)(struct hid_device *hdev);
887 int (*open)(struct hid_device *hdev);
888 void (*close)(struct hid_device *hdev);
890 int (*power)(struct hid_device *hdev, int level);
892 int (*parse)(struct hid_device *hdev);
894 void (*request)(struct hid_device *hdev,
897 int (*wait)(struct hid_device *hdev);
899 int (*raw_request) (struct hid_device *hdev, unsigned char reportnum,
[all …]