Searched refs:thermal_mgmt_dev_init (Results 1 – 2 of 2) sorted by relevance
/SCP-firmware-master/module/thermal_mgmt/test/ |
A D | mod_thermal_mgmt_unit_test.c | 96 status = thermal_mgmt_dev_init(fwk_module_id_thermal_mgmt, 0, NULL); in test_thermal_mgmt_dev_init_error_null_ptr() 109 status = thermal_mgmt_dev_init(element_id, 0, &dev_config_table[0]); in test_thermal_mgmt_dev_init_error_no_config() 122 status = thermal_mgmt_dev_init(element_id, 0, &dev_config_table[0]); in test_thermal_mgmt_dev_init_error_invalid_dvfs_domain() 137 status = thermal_mgmt_dev_init(element_id, 0, &dev_config_table[0]); in test_thermal_mgmt_dev_init_error_invalid_driver() 147 status = thermal_mgmt_dev_init(element_id, 0, &dev_config_table[0]); in test_thermal_mgmt_dev_init_error_invalid_driver() 177 status = thermal_mgmt_dev_init(element_id, dev_idx, config); in test_thermal_mgmt_dev_init_success()
|
/SCP-firmware-master/module/thermal_mgmt/src/ |
A D | mod_thermal_mgmt.c | 240 static int thermal_mgmt_dev_init( in thermal_mgmt_dev_init() function 420 .element_init = thermal_mgmt_dev_init,
|
Completed in 4 milliseconds