Searched refs:scmi_msg_handler_t (Results 1 – 10 of 10) 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()
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
76 scmi_msg_handler_t handler = NULL; in scmi_process_message()
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()
Completed in 9 milliseconds