Searched refs:scmi_msg_handler_t (Results 1 – 6 of 6) sorted by relevance
91 typedef void (*scmi_msg_handler_t)(struct scmi_msg *msg); typedef98 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);
19 scmi_msg_handler_t scmi_msg_get_clock_handler(struct scmi_msg *msg __unused) in scmi_msg_get_clock_handler()24 scmi_msg_handler_t scmi_msg_get_rstd_handler(struct scmi_msg *msg __unused) in scmi_msg_get_rstd_handler()29 scmi_msg_handler_t scmi_msg_get_pd_handler(struct scmi_msg *msg __unused) in scmi_msg_get_pd_handler()34 scmi_msg_handler_t scmi_msg_get_voltage_handler(struct scmi_msg *msg __unused) in scmi_msg_get_voltage_handler()63 scmi_msg_handler_t handler = NULL; in scmi_process_message()
167 static const scmi_msg_handler_t scmi_base_handler_table[] = {184 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()
213 static const scmi_msg_handler_t scmi_pd_handler_table[] = {228 scmi_msg_handler_t scmi_msg_get_pd_handler(struct scmi_msg *msg) in scmi_msg_get_pd_handler()
355 static const scmi_msg_handler_t scmi_clock_handler_table[] = {372 scmi_msg_handler_t scmi_msg_get_clock_handler(struct scmi_msg *msg) in scmi_msg_get_clock_handler()