Searched refs:channel_cfg (Results 1 – 5 of 5) sorted by relevance
33 *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()
70 struct scpfw_channel_config *channel_cfg = in scmi_scpfw_free_agent() local73 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() argument194 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() local295 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 …]
116 *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()
22 *channel_cfg);27 struct scpfw_channel_config *channel_cfg __unused) in optee_scmi_server_init_clocks()
21 *channel_cfg);26 struct scpfw_channel_config *channel_cfg __unused) in optee_scmi_server_init_resets()