Home
last modified time | relevance | path

Searched refs:scmi_msg_handler_t (Results 1 – 6 of 6) sorted by relevance

/tf-a-ffa_el3_spmc/drivers/scmi-msg/
A Dcommon.h91 typedef void (*scmi_msg_handler_t)(struct scmi_msg *msg); typedef
98 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);
A Dentry.c19 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()
A Dbase.c171 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()
A Dreset_domain.c173 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()
A Dpower_domain.c213 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()
A Dclock.c353 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()

Completed in 7 milliseconds