Searched refs:scmi_msg_handler_t (Results 1 – 7 of 7) sorted by relevance
92 typedef void (*scmi_msg_handler_t)(struct scmi_msg *msg); typedef99 scmi_msg_handler_t scmi_msg_get_base_handler(struct scmi_msg *msg);106 scmi_msg_handler_t scmi_msg_get_clock_handler(struct scmi_msg *msg);113 scmi_msg_handler_t scmi_msg_get_rstd_handler(struct scmi_msg *msg);120 scmi_msg_handler_t scmi_msg_get_pd_handler(struct scmi_msg *msg);127 scmi_msg_handler_t scmi_msg_get_sensor_handler(struct scmi_msg *msg);
20 scmi_msg_handler_t scmi_msg_get_clock_handler(struct scmi_msg *msg __unused) in scmi_msg_get_clock_handler()25 scmi_msg_handler_t scmi_msg_get_rstd_handler(struct scmi_msg *msg __unused) in scmi_msg_get_rstd_handler()30 scmi_msg_handler_t scmi_msg_get_pd_handler(struct scmi_msg *msg __unused) in scmi_msg_get_pd_handler()35 scmi_msg_handler_t scmi_msg_get_voltage_handler(struct scmi_msg *msg __unused) in scmi_msg_get_voltage_handler()40 scmi_msg_handler_t scmi_msg_get_sensor_handler(struct scmi_msg *msg __unused) in scmi_msg_get_sensor_handler()69 scmi_msg_handler_t handler = NULL; in scmi_process_message()
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()
176 static const scmi_msg_handler_t scmi_base_handler_table[] = {193 scmi_msg_handler_t scmi_msg_get_base_handler(struct scmi_msg *msg) in scmi_msg_get_base_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()
252 static const scmi_msg_handler_t scmi_sensor_handler_table[SCMI_SENSOR_MAX] = {267 scmi_msg_handler_t scmi_msg_get_sensor_handler(struct scmi_msg *msg) in scmi_msg_get_sensor_handler()
628 static const scmi_msg_handler_t scmi_clock_handler_table[] = {649 scmi_msg_handler_t scmi_msg_get_clock_handler(struct scmi_msg *msg) in scmi_msg_get_clock_handler()