Searched refs:scmi_msg_handler_t (Results 1 – 12 of 12) sorted by relevance
131 scmi_msg_handler_t scmi_msg_get_rd_handler(struct scmi_msg *msg);134 scmi_msg_handler_t scmi_msg_get_rd_handler(struct scmi_msg *msg __unused) in scmi_msg_get_rd_handler()
127 scmi_msg_handler_t scmi_msg_get_voltd_handler(struct scmi_msg *msg);130 scmi_msg_handler_t scmi_msg_get_voltd_handler(struct scmi_msg *msg __unused) in scmi_msg_get_voltd_handler()
131 scmi_msg_handler_t scmi_msg_get_perf_handler(struct scmi_msg *msg);134 scmi_msg_handler_t scmi_msg_get_perf_handler(struct scmi_msg *msg __unused) in scmi_msg_get_perf_handler()
157 scmi_msg_handler_t scmi_msg_get_clock_handler(struct scmi_msg *msg);160 scmi_msg_handler_t scmi_msg_get_clock_handler(struct scmi_msg *msg __unused) in scmi_msg_get_clock_handler()
83 scmi_msg_handler_t scmi_msg_get_base_handler(struct scmi_msg *msg);
163 static const scmi_msg_handler_t scmi_base_handler_table[] = {180 scmi_msg_handler_t scmi_msg_get_base_handler(struct scmi_msg *msg) in scmi_msg_get_base_handler()
167 static const scmi_msg_handler_t scmi_rd_handler_table[] = {181 scmi_msg_handler_t scmi_msg_get_rd_handler(struct scmi_msg *msg) in scmi_msg_get_rd_handler()
91 typedef void (*scmi_msg_handler_t)(struct scmi_msg *msg); typedef
77 scmi_msg_handler_t handler = NULL; in scmi_process_message()
378 static const scmi_msg_handler_t scmi_perf_handler_table[] = {394 scmi_msg_handler_t scmi_msg_get_perf_handler(struct scmi_msg *msg) in scmi_msg_get_perf_handler()
359 static const scmi_msg_handler_t scmi_clock_handler_table[] = {376 scmi_msg_handler_t scmi_msg_get_clock_handler(struct scmi_msg *msg) in scmi_msg_get_clock_handler()
379 static const scmi_msg_handler_t handler_array[] = {396 scmi_msg_handler_t scmi_msg_get_voltd_handler(struct scmi_msg *msg) in scmi_msg_get_voltd_handler()