Lines Matching defs:hid_ll_driver
865 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,
885 int (*output_report) (struct hid_device *hdev, __u8 *buf, size_t len);
887 int (*idle)(struct hid_device *hdev, int report, int idle, int reqtype);
888 bool (*may_wakeup)(struct hid_device *hdev);
890 unsigned int max_buffer_size;