Searched refs:agent_cfg (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/lib/scmi-server/ |
| H A D | scmi_server_scpfw.c | 65 static void scmi_scpfw_free_agent(struct scpfw_agent_config *agent_cfg) in scmi_scpfw_free_agent() argument 69 for (j = 0; j < agent_cfg->channel_count; j++) { in scmi_scpfw_free_agent() 71 agent_cfg->channel_config + j; in scmi_scpfw_free_agent() 76 free(agent_cfg->channel_config); in scmi_scpfw_free_agent() 188 struct scpfw_agent_config *agent_cfg, in optee_scmi_server_init_protocol() argument 194 agent_cfg, channel_cfg)) in optee_scmi_server_init_protocol() 199 agent_cfg, channel_cfg)) in optee_scmi_server_init_protocol() 266 struct scpfw_agent_config *agent_cfg = in optee_scmi_server_probe() local 269 agent_cfg->name = (const char *)strdup(agent_ctx->dt_name); in optee_scmi_server_probe() 270 if (!agent_cfg->name) { in optee_scmi_server_probe() [all …]
|
| H A D | scmi_reset_consumer.c | 31 struct scpfw_agent_config *agent_cfg, in optee_scmi_server_init_resets() argument 120 agent_cfg->agent_id, channel_cfg->channel_id); in optee_scmi_server_init_resets()
|
| H A D | scmi_clock_consumer.c | 114 struct scpfw_agent_config *agent_cfg, in optee_scmi_server_init_clocks() argument 220 agent_cfg->agent_id, channel_cfg->channel_id); in optee_scmi_server_init_clocks()
|
| /optee_os/core/lib/scmi-server/include/ |
| H A D | scmi_clock_consumer.h | 20 struct scpfw_agent_config *agent_cfg, 26 struct scpfw_agent_config *agent_cfg __unused, in optee_scmi_server_init_clocks()
|
| H A D | scmi_reset_consumer.h | 19 struct scpfw_agent_config *agent_cfg, 25 struct scpfw_agent_config *agent_cfg __unused, in optee_scmi_server_init_resets()
|