update_smc_table  217 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	int (*update_smc_table)(struct pp_hwmgr *hwmgr, uint32_t type);
update_smc_table 2959 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	.update_smc_table = ci_update_smc_table,
update_smc_table 2657 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	.update_smc_table = fiji_update_smc_table,
update_smc_table 2570 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	.update_smc_table = polaris10_update_smc_table,
update_smc_table   85 drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c 	if (NULL != hwmgr->smumgr_funcs->update_smc_table)
update_smc_table   86 drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c 		return hwmgr->smumgr_funcs->update_smc_table(hwmgr, type);
update_smc_table 3253 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	.update_smc_table = tonga_update_smc_table,
update_smc_table 2294 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 	.update_smc_table = vegam_update_smc_table,