Searched defs:scmi_xfer (Results 1 – 1 of 1) sorted by relevance
125 struct scmi_xfer { struct126 int transfer_id;127 struct scmi_msg_hdr hdr;128 struct scmi_msg tx;129 struct scmi_msg rx;153 struct scmi_xfer_ops; argument