Searched defs:scmi_xfer_ops (Results 1 – 1 of 1) sorted by relevance
257 struct scmi_xfer_ops { struct258 int (*version_get)(const struct scmi_protocol_handle *ph, u32 *version);259 int (*xfer_get_init)(const struct scmi_protocol_handle *ph, u8 msg_id,262 void (*reset_rx_to_maxsz)(const struct scmi_protocol_handle *ph,264 int (*do_xfer)(const struct scmi_protocol_handle *ph,266 int (*do_xfer_with_response)(const struct scmi_protocol_handle *ph,268 void (*xfer_put)(const struct scmi_protocol_handle *ph,
Completed in 3 milliseconds