Home
last modified time | relevance | path

Searched refs:thermal_actors_count (Results 1 – 8 of 8) sorted by relevance

/SCP-firmware-master/module/thermal_mgmt/src/
A Dmod_thermal_mgmt.c178 if (dev_ctx->config->thermal_actors_count > 0) { in control_update()
212 if (dev_ctx->config->thermal_actors_count > 0) { in thermal_update()
261 if (dev_ctx->config->thermal_actors_count > 0) { in thermal_mgmt_dev_init()
266 dev_ctx->config->thermal_actors_count, in thermal_mgmt_dev_init()
273 for (actor = 0; actor < dev_ctx->config->thermal_actors_count; actor++) { in thermal_mgmt_dev_init()
346 for (actor = 0; actor < dev_ctx->config->thermal_actors_count; actor++) { in thermal_mgmt_bind()
A Dpower_allocation.c139 actors_count = dev_ctx->config->thermal_actors_count; in distribute_power()
/SCP-firmware-master/module/thermal_mgmt/test/
A Dconfig_thermal_mgmt.h132 .thermal_actors_count = 2,
152 .thermal_actors_count = 2,
A Dmod_thermal_mgmt_unit_test.c60 for (actor_idx = 0; actor_idx < dev_ctx->config->thermal_actors_count; in setUp()
105 dev_config_table[0].thermal_actors_count = 0; in test_thermal_mgmt_dev_init_error_no_config()
167 config->thermal_actors_count, in test_thermal_mgmt_dev_init_success()
170 for (actor_idx = 0; actor_idx < config->thermal_actors_count; in test_thermal_mgmt_dev_init_success()
/SCP-firmware-master/product/tc2/scp_ramfw/
A Dconfig_thermal_mgmt.c57 .thermal_actors_count = FWK_ARRAY_SIZE(actor_table_domain0),
/SCP-firmware-master/product/tc0/scp_ramfw/
A Dconfig_thermal_mgmt.c64 .thermal_actors_count = FWK_ARRAY_SIZE(actor_table_domain0),
/SCP-firmware-master/module/thermal_mgmt/include/
A Dmod_thermal_mgmt.h205 uint32_t thermal_actors_count; member
/SCP-firmware-master/module/thermal_mgmt/doc/
A Dthermal_mgmt.md249 .thermal_actors_count = FWK_ARRAY_SIZE(actor_table_domain0),
357 .thermal_actors_count = FWK_ARRAY_SIZE(actor_table_domain0),

Completed in 8 milliseconds