us_max_fan_pwm   4031 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c static int smu7_set_max_fan_pwm_output(struct pp_hwmgr *hwmgr, uint16_t us_max_fan_pwm)
us_max_fan_pwm   4034 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	advanceFanControlParameters.usMaxFanPWM = us_max_fan_pwm;
us_max_fan_pwm   4037 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 			PPSMC_MSG_SetFanPwmMax, us_max_fan_pwm);
us_max_fan_pwm    274 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	int (*set_max_fan_rpm_output)(struct pp_hwmgr *hwmgr, uint16_t us_max_fan_pwm);
us_max_fan_pwm    275 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	int (*set_max_fan_pwm_output)(struct pp_hwmgr *hwmgr, uint16_t us_max_fan_pwm);