Searched defs:scmi_xfer (Results 1 – 1 of 1) sorted by relevance
127 struct scmi_xfer { struct128 int transfer_id;129 struct scmi_msg_hdr hdr;130 struct scmi_msg tx;131 struct scmi_msg rx;155 struct scmi_xfer_ops; argument