Home
last modified time | relevance | path

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

/optee_os/core/lib/scmi-server/
H A Dscmi_reset_consumer.c33 *channel_cfg) in optee_scmi_server_init_resets()
118 if (channel_cfg->reset) { in optee_scmi_server_init_resets()
120 agent_cfg->agent_id, channel_cfg->channel_id); in optee_scmi_server_init_resets()
124 channel_cfg->reset_count = s_resets_count; in optee_scmi_server_init_resets()
125 channel_cfg->reset = calloc(channel_cfg->reset_count, in optee_scmi_server_init_resets()
126 sizeof(*channel_cfg->reset)); in optee_scmi_server_init_resets()
127 if (!channel_cfg->reset) in optee_scmi_server_init_resets()
133 channel_cfg->reset[domain_id] = (struct scmi_reset){ in optee_scmi_server_init_resets()
H A Dscmi_server_scpfw.c70 struct scpfw_channel_config *channel_cfg = in scmi_scpfw_free_agent() local
73 free(channel_cfg->reset); in scmi_scpfw_free_agent()
74 free(channel_cfg->clock); in scmi_scpfw_free_agent()
189 struct scpfw_channel_config *channel_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()
292 struct scpfw_channel_config *channel_cfg = in optee_scmi_server_probe() local
295 channel_cfg->name = "channel"; in optee_scmi_server_probe()
296 channel_cfg->channel_id = agent_ctx->channel_id; in optee_scmi_server_probe()
305 struct scpfw_channel_config *channel_cfg = in optee_scmi_server_probe() local
[all …]
H A Dscmi_clock_consumer.c116 *channel_cfg) in optee_scmi_server_init_clocks()
218 if (consumer->clocks || channel_cfg->clock) { in optee_scmi_server_init_clocks()
220 agent_cfg->agent_id, channel_cfg->channel_id); in optee_scmi_server_init_clocks()
232 channel_cfg->clock_count = s_clocks_count; in optee_scmi_server_init_clocks()
233 channel_cfg->clock = calloc(channel_cfg->clock_count, in optee_scmi_server_init_clocks()
234 sizeof(*channel_cfg->clock)); in optee_scmi_server_init_clocks()
235 assert(channel_cfg->clock); in optee_scmi_server_init_clocks()
257 channel_cfg->clock[domain_id] = (struct scmi_clock){ in optee_scmi_server_init_clocks()
/optee_os/core/lib/scmi-server/include/
H A Dscmi_clock_consumer.h22 *channel_cfg);
27 struct scpfw_channel_config *channel_cfg __unused) in optee_scmi_server_init_clocks()
H A Dscmi_reset_consumer.h21 *channel_cfg);
26 struct scpfw_channel_config *channel_cfg __unused) in optee_scmi_server_init_resets()