Searched defs:scmi_xfer_ops (Results 1 – 1 of 1) sorted by relevance
140194 struct scmi_xfer_ops { struct140195 int (*version_get)(const struct scmi_protocol_handle *, u32 *);140196 int (*xfer_get_init)(const struct scmi_protocol_handle *, u8, size_t, size_t, struct scmi_xfer **);140197 void (*reset_rx_to_maxsz)(const struct scmi_protocol_handle *, struct scmi_xfer *);140198 int (*do_xfer)(const struct scmi_protocol_handle *, struct scmi_xfer *);140199 int (*do_xfer_with_response)(const struct scmi_protocol_handle *, struct scmi_xfer *);140200 void (*xfer_put)(const struct scmi_protocol_handle *, struct scmi_xfer *);