Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/scmi-msg/
A Dreset_domain.h131 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()
A Dvoltage_domain.h127 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()
A Dclock.h157 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()
A Dbase.h83 scmi_msg_handler_t scmi_msg_get_base_handler(struct scmi_msg *msg);
A Dbase.c163 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()
A Dreset_domain.c167 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()
A Dcommon.h91 typedef void (*scmi_msg_handler_t)(struct scmi_msg *msg); typedef
A Dentry.c76 scmi_msg_handler_t handler = NULL; in scmi_process_message()
A Dclock.c359 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()
A Dvoltage_domain.c379 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