Searched refs:start_thermal_controller (Results 1 – 5 of 5) sorted by relevance
244 && hwmgr->hwmgr_func->start_thermal_controller != NULL) in phm_start_thermal_controller()245 ret = hwmgr->hwmgr_func->start_thermal_controller(hwmgr, &range); in phm_start_thermal_controller()
2406 .start_thermal_controller = vega12_start_thermal_controller,
4923 .start_thermal_controller = vega10_start_thermal_controller,
5094 .start_thermal_controller = smu7_start_thermal_controller,
315 … int (*start_thermal_controller)(struct pp_hwmgr *hwmgr, struct PP_TemperatureRange *range); member