Lines Matching full:message
65 * struct scmi_msg - SCMI message context
68 * @protocol_id: SCMI protocol ID for the related message, set by caller agent
69 * @message_id: SCMI message ID for the related message, set by caller agent
70 * @in: Address of the incoming message payload copied in secure memory
71 * @in_size: Byte length of the incoming message payload, set by caller agent
72 * @out: Address of of the output message payload message in non-secure memory
74 * @out_size_out: Byte length of the output message payload
89 * the handler function for the incoming message ID.
94 * Process Read, process and write response for input SCMI message
96 * @msg: SCMI message context
101 * Write SCMI response payload to output message shared memory
103 * @msg: SCMI message context
104 * @payload: Output message payload
105 * @size: Byte size of output message payload
110 * Write status only SCMI response payload to output message shared memory
112 * @msg: SCMI message context
133 * @payload_buf: Secure buffer where to copy input message
141 * @in_buf: Shared buffer storing input SCMI message
142 * @in_size: Byte size of @in_buf, including MSG header and message payload
143 * @out_buf: Shared buffer storing input SCMI message
145 * [out] @out_buf output byte size (MSG header and message payload)
146 * @sec_buf: Secure buffer where to copy input message