Searched refs:scmi_msg_handler_t (Results 1 – 5 of 5) sorted by relevance
90 typedef void (*scmi_msg_handler_t)(struct scmi_msg *msg); typedef97 scmi_msg_handler_t scmi_msg_get_base_handler(struct scmi_msg *msg);104 scmi_msg_handler_t scmi_msg_get_clock_handler(struct scmi_msg *msg);111 scmi_msg_handler_t scmi_msg_get_rstd_handler(struct scmi_msg *msg);
171 static const scmi_msg_handler_t scmi_base_handler_table[] = {188 scmi_msg_handler_t scmi_msg_get_base_handler(struct scmi_msg *msg) in scmi_msg_get_base_handler()
173 static const scmi_msg_handler_t scmi_rstd_handler_table[] = {187 scmi_msg_handler_t scmi_msg_get_rstd_handler(struct scmi_msg *msg) in scmi_msg_get_rstd_handler()
38 scmi_msg_handler_t handler = NULL; in scmi_process_message()
353 static const scmi_msg_handler_t scmi_clock_handler_table[] = {370 scmi_msg_handler_t scmi_msg_get_clock_handler(struct scmi_msg *msg) in scmi_msg_get_clock_handler()