Lines Matching defs:message
49 * struct qcom_rpm_request - request message to the rpm
50 * @msg_id: identifier of the outgoing message
65 * struct qcom_rpm_message - response message from the rpm
66 * @msg_type: indicator of the type of message
67 * @length: the size of this message, including the message header
68 * @msg_id: message id
69 * @message: textual message from the rpm
71 * Multiple of these messages can be stacked in an rpm message.
78 u8 message[0];
179 memcpy_fromio(msgbuf, msg->message, len);