Lines Matching defs:hid_ll_driver
873 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,
893 int (*output_report) (struct hid_device *hdev, __u8 *buf, size_t len);
895 int (*idle)(struct hid_device *hdev, int report, int idle, int reqtype);
896 bool (*may_wakeup)(struct hid_device *hdev);
898 unsigned int max_buffer_size;