Searched refs:thermal_protection_api (Results 1 – 4 of 4) sorted by relevance
97 if (dev_ctx->thermal_protection_api->critical != NULL) { in thermal_protection()98 dev_ctx->thermal_protection_api->critical( in thermal_protection()109 if (dev_ctx->thermal_protection_api->warning != NULL) { in thermal_protection()110 dev_ctx->thermal_protection_api->warning( in thermal_protection()331 &dev_ctx->thermal_protection_api); in thermal_mgmt_bind()
107 struct mod_thermal_mgmt_protection_api *thermal_protection_api; member
183 static struct mod_thermal_mgmt_protection_api thermal_protection_api = { variable
56 dev_ctx->thermal_protection_api = &thermal_protection_api; in setUp()252 &dev_ctx->thermal_protection_api, in test_thermal_mgmt_bind_success()
Completed in 5 milliseconds