Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dhid.h865 struct hid_ll_driver { struct
866 int (*start)(struct hid_device *hdev);
867 void (*stop)(struct hid_device *hdev);
869 int (*open)(struct hid_device *hdev);
870 void (*close)(struct hid_device *hdev);
872 int (*power)(struct hid_device *hdev, int level);
874 int (*parse)(struct hid_device *hdev);
876 void (*request)(struct hid_device *hdev,
879 int (*wait)(struct hid_device *hdev);
881 int (*raw_request) (struct hid_device *hdev, unsigned char reportnum,
[all …]