Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dhid.h873 struct hid_ll_driver { struct
874 int (*start)(struct hid_device *hdev);
875 void (*stop)(struct hid_device *hdev);
877 int (*open)(struct hid_device *hdev);
878 void (*close)(struct hid_device *hdev);
880 int (*power)(struct hid_device *hdev, int level);
882 int (*parse)(struct hid_device *hdev);
884 void (*request)(struct hid_device *hdev,
887 int (*wait)(struct hid_device *hdev);
889 int (*raw_request) (struct hid_device *hdev, unsigned char reportnum,
[all …]