Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhid.h875 struct hid_ll_driver { struct
876 int (*start)(struct hid_device *hdev);
877 void (*stop)(struct hid_device *hdev);
879 int (*open)(struct hid_device *hdev);
880 void (*close)(struct hid_device *hdev);
882 int (*power)(struct hid_device *hdev, int level);
884 int (*parse)(struct hid_device *hdev);
886 void (*request)(struct hid_device *hdev,
889 int (*wait)(struct hid_device *hdev);
898 bool (*may_wakeup)(struct hid_device *hdev);
[all …]