Searched refs:out_msg_sz (Results 1 – 3 of 3) sorted by relevance
76 (!msg->out_msg && msg->out_msg_sz)) in scmi_write_msg_to_smt()85 smt->size < (sizeof(*hdr) + msg->out_msg_sz)) { in scmi_write_msg_to_smt()122 if (hdr->length > msg->out_msg_sz + sizeof(hdr->msg_header)) { in scmi_read_resp_from_smt()128 msg->out_msg_sz = hdr->length - sizeof(hdr->msg_header); in scmi_read_resp_from_smt()129 memcpy_fromio(msg->out_msg, hdr->msg_payload, msg->out_msg_sz); in scmi_read_resp_from_smt()
141 !msg->out_msg || msg->out_msg_sz < sizeof(*out)) in sandbox_scmi_clock_rate_set()172 !msg->out_msg || msg->out_msg_sz < sizeof(*out)) in sandbox_scmi_clock_rate_get()201 !msg->out_msg || msg->out_msg_sz < sizeof(*out)) in sandbox_scmi_clock_gate()231 !msg->out_msg || msg->out_msg_sz < sizeof(*out)) in sandbox_scmi_rd_attribs()260 !msg->out_msg || msg->out_msg_sz < sizeof(*out)) in sandbox_scmi_rd_reset()335 if (msg->out_msg_sz < sizeof(u32)) in sandbox_scmi_test_process_msg()
33 size_t out_msg_sz; member44 .out_msg_sz = sizeof(_out_array), \
Completed in 4 milliseconds