update_sclk_threshold  219 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	int (*update_sclk_threshold)(struct pp_hwmgr *hwmgr);
update_sclk_threshold 2951 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	.update_sclk_threshold = ci_update_sclk_threshold,
update_sclk_threshold 2661 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	.update_sclk_threshold = fiji_update_sclk_threshold,
update_sclk_threshold 2677 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	.update_sclk_threshold = iceland_update_sclk_threshold,
update_sclk_threshold 2574 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	.update_sclk_threshold = polaris10_update_sclk_threshold,
update_sclk_threshold   76 drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c 	if (NULL != hwmgr->smumgr_funcs->update_sclk_threshold)
update_sclk_threshold   77 drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c 		return hwmgr->smumgr_funcs->update_sclk_threshold(hwmgr);
update_sclk_threshold 3257 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	.update_sclk_threshold = tonga_update_sclk_threshold,
update_sclk_threshold 2299 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 	.update_sclk_threshold = vegam_update_sclk_threshold,