Lines Matching refs:fanInfo

42 	if (hwmgr->thermal_controller.fanInfo.bNoFan)  in vega10_fan_ctrl_get_fan_speed_info()
51 hwmgr->thermal_controller.fanInfo. in vega10_fan_ctrl_get_fan_speed_info()
56 hwmgr->thermal_controller.fanInfo.ulMinRPM; in vega10_fan_ctrl_get_fan_speed_info()
58 hwmgr->thermal_controller.fanInfo.ulMaxRPM; in vega10_fan_ctrl_get_fan_speed_info()
73 if (hwmgr->thermal_controller.fanInfo.bNoFan) in vega10_fan_ctrl_get_fan_speed_percent()
98 if (hwmgr->thermal_controller.fanInfo.bNoFan) in vega10_fan_ctrl_get_fan_speed_rpm()
218 if (hwmgr->thermal_controller.fanInfo.bNoFan) in vega10_fan_ctrl_start_smc_fan_control()
233 if (hwmgr->thermal_controller.fanInfo.bNoFan) in vega10_fan_ctrl_stop_smc_fan_control()
258 if (hwmgr->thermal_controller.fanInfo.bNoFan) in vega10_fan_ctrl_set_fan_speed_percent()
291 if (hwmgr->thermal_controller.fanInfo.bNoFan) in vega10_fan_ctrl_reset_fan_speed_to_default()
313 if (hwmgr->thermal_controller.fanInfo.bNoFan || in vega10_fan_ctrl_set_fan_speed_rpm()
314 (speed < hwmgr->thermal_controller.fanInfo.ulMinRPM) || in vega10_fan_ctrl_set_fan_speed_rpm()
315 (speed > hwmgr->thermal_controller.fanInfo.ulMaxRPM)) in vega10_fan_ctrl_set_fan_speed_rpm()
404 if (hwmgr->thermal_controller.fanInfo.ucTachometerPulsesPerRevolution) { in vega10_thermal_initialize()
408 hwmgr->thermal_controller.fanInfo.ucTachometerPulsesPerRevolution - 1)); in vega10_thermal_initialize()
486 if (!hwmgr->thermal_controller.fanInfo.bNoFan) in vega10_thermal_stop_thermal_controller()
613 if (!hwmgr->thermal_controller.fanInfo.bNoFan) { in vega10_thermal_ctrl_uninitialize_thermal_controller()