Home
last modified time | relevance | path

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

/SCP-firmware-master/module/thermal_mgmt/src/
A Dmod_thermal_mgmt.c91 dev_ctx->config->temp_protection->crit_temp_threshold) { in thermal_protection()
99 dev_ctx->config->temp_protection->driver_id, dev_ctx->id); in thermal_protection()
103 dev_ctx->config->temp_protection->warn_temp_threshold) { in thermal_protection()
111 dev_ctx->config->temp_protection->driver_id, dev_ctx->id); in thermal_protection()
184 if (dev_ctx->config->temp_protection != NULL) { in control_update()
268 } else if (dev_ctx->config->temp_protection == NULL) { in thermal_mgmt_dev_init()
326 if (dev_ctx->config->temp_protection != NULL) { in thermal_mgmt_bind()
329 dev_ctx->config->temp_protection->driver_id, in thermal_mgmt_bind()
330 dev_ctx->config->temp_protection->driver_api_id, in thermal_mgmt_bind()
/SCP-firmware-master/module/thermal_mgmt/test/
A Dconfig_thermal_mgmt.h106 static struct mod_thermal_mgmt_protection_config temp_protection = { variable
133 .temp_protection = &temp_protection,
A Dmod_thermal_mgmt_unit_test.c106 dev_config_table[0].temp_protection = NULL; in test_thermal_mgmt_dev_init_error_no_config()
250 dev_ctx->config->temp_protection->driver_id, in test_thermal_mgmt_bind_success()
251 dev_ctx->config->temp_protection->driver_api_id, in test_thermal_mgmt_bind_success()
399 dev_ctx->config->temp_protection->driver_id, dev_ctx->id); in test_thermal_mgmt_thermal_protection()
408 dev_ctx->config->temp_protection->driver_id, dev_ctx->id); in test_thermal_mgmt_thermal_protection()
/SCP-firmware-master/module/thermal_mgmt/include/
A Dmod_thermal_mgmt.h191 struct mod_thermal_mgmt_protection_config *temp_protection; member
/SCP-firmware-master/module/thermal_mgmt/doc/
A Dthermal_mgmt.md238 .temp_protection = &((struct mod_thermal_mgmt_protection_config){
346 .temp_protection = &((struct mod_thermal_mgmt_protection_config){
404 .temp_protection = &((struct mod_thermal_mgmt_protection_config){

Completed in 7 milliseconds