Lines Matching defs:scmi_msg
65 * struct scmi_msg - SCMI message context
76 struct scmi_msg {
91 typedef void (*scmi_msg_handler_t)(struct scmi_msg *msg);
98 scmi_msg_handler_t scmi_msg_get_base_handler(struct scmi_msg *msg);
105 scmi_msg_handler_t scmi_msg_get_clock_handler(struct scmi_msg *msg);
112 scmi_msg_handler_t scmi_msg_get_rstd_handler(struct scmi_msg *msg);
119 scmi_msg_handler_t scmi_msg_get_pd_handler(struct scmi_msg *msg);
126 void scmi_process_message(struct scmi_msg *msg);
135 void scmi_write_response(struct scmi_msg *msg, void *payload, size_t size);
143 void scmi_status_response(struct scmi_msg *msg, int32_t status);