Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
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 …]
/kernel/linux/linux-5.10/include/linux/
Dhid.h808 struct hid_ll_driver { struct
809 int (*start)(struct hid_device *hdev);
810 void (*stop)(struct hid_device *hdev);
835 extern struct hid_ll_driver i2c_hid_ll_driver; argument