Searched refs:start_thermal_controller (Results 1 – 6 of 6) sorted by relevance
256 && hwmgr->hwmgr_func->start_thermal_controller != NULL) in phm_start_thermal_controller()257 ret = hwmgr->hwmgr_func->start_thermal_controller(hwmgr, &range); in phm_start_thermal_controller()
2941 .start_thermal_controller = vega12_start_thermal_controller,
4402 .start_thermal_controller = vega20_start_thermal_controller,
5725 .start_thermal_controller = smu7_start_thermal_controller,
5726 .start_thermal_controller = vega10_start_thermal_controller,
329 int (*start_thermal_controller)(struct pp_hwmgr *hwmgr, struct PP_TemperatureRange *range); member