Lines Matching defs:hid_ll_driver
729 struct hid_ll_driver { struct
730 int (*start)(struct hid_device *hdev);
731 void (*stop)(struct hid_device *hdev);
733 int (*open)(struct hid_device *hdev);
734 void (*close)(struct hid_device *hdev);
736 int (*power)(struct hid_device *hdev, int level);
738 int (*parse)(struct hid_device *hdev);
740 void (*request)(struct hid_device *hdev,
743 int (*wait)(struct hid_device *hdev);
745 int (*raw_request) (struct hid_device *hdev, unsigned char reportnum,
749 int (*output_report) (struct hid_device *hdev, __u8 *buf, size_t len);
751 int (*idle)(struct hid_device *hdev, int report, int idle, int reqtype);