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.h868 struct hid_ll_driver { struct
869 int (*start)(struct hid_device *hdev);
870 void (*stop)(struct hid_device *hdev);
872 int (*open)(struct hid_device *hdev);
873 void (*close)(struct hid_device *hdev);
875 int (*power)(struct hid_device *hdev, int level);
877 int (*parse)(struct hid_device *hdev);
879 void (*request)(struct hid_device *hdev,
882 int (*wait)(struct hid_device *hdev);
884 int (*raw_request) (struct hid_device *hdev, unsigned char reportnum,
[all …]