Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/scmi-msg/
Dcommon.h90 typedef void (*scmi_msg_handler_t)(struct scmi_msg *msg); typedef
97 scmi_msg_handler_t scmi_msg_get_base_handler(struct scmi_msg *msg);
104 scmi_msg_handler_t scmi_msg_get_clock_handler(struct scmi_msg *msg);
111 scmi_msg_handler_t scmi_msg_get_rstd_handler(struct scmi_msg *msg);
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()
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()
Dentry.c38 scmi_msg_handler_t handler = NULL; in scmi_process_message()
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()