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