Lines Matching defs:hid_ll_driver
875 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);
891 int (*raw_request) (struct hid_device *hdev, unsigned char reportnum,
895 int (*output_report) (struct hid_device *hdev, __u8 *buf, size_t len);
897 int (*idle)(struct hid_device *hdev, int report, int idle, int reqtype);
898 bool (*may_wakeup)(struct hid_device *hdev);
900 unsigned int max_buffer_size;