get_clock_by_type_with_latency  428 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c 	if (pp_funcs && pp_funcs->get_clock_by_type_with_latency) {
get_clock_by_type_with_latency  429 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c 		ret = pp_funcs->get_clock_by_type_with_latency(pp_handle,
get_clock_by_type_with_latency  434 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c 	} else if (adev->smu.ppt_funcs && adev->smu.ppt_funcs->get_clock_by_type_with_latency) {
get_clock_by_type_with_latency  291 drivers/gpu/drm/amd/include/kgd_pp_interface.h 	int (*get_clock_by_type_with_latency)(void *handle,
get_clock_by_type_with_latency 1594 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	.get_clock_by_type_with_latency = pp_get_clock_by_type_with_latency,
get_clock_by_type_with_latency  428 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c 	if (hwmgr->hwmgr_func->get_clock_by_type_with_latency == NULL)
get_clock_by_type_with_latency  431 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c 	return hwmgr->hwmgr_func->get_clock_by_type_with_latency(hwmgr, type, clocks);
get_clock_by_type_with_latency 1348 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 	.get_clock_by_type_with_latency = smu10_get_clock_by_type_with_latency,
get_clock_by_type_with_latency 5300 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	.get_clock_by_type_with_latency = vega10_get_clock_by_type_with_latency,
get_clock_by_type_with_latency 2687 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	.get_clock_by_type_with_latency = vega12_get_clock_by_type_with_latency,
get_clock_by_type_with_latency 4178 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	.get_clock_by_type_with_latency = vega20_get_clock_by_type_with_latency,
get_clock_by_type_with_latency  418 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	int (*get_clock_by_type_with_latency)(struct smu_context *smu,
get_clock_by_type_with_latency  716 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	((smu)->ppt_funcs->get_clock_by_type_with_latency ? (smu)->ppt_funcs->get_clock_by_type_with_latency((smu), (clk_type), (clocks)) : 0)
get_clock_by_type_with_latency  303 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	int (*get_clock_by_type_with_latency)(struct pp_hwmgr *hwmgr,
get_clock_by_type_with_latency 1622 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	.get_clock_by_type_with_latency = navi10_get_clock_by_type_with_latency,
get_clock_by_type_with_latency 3167 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	.get_clock_by_type_with_latency = vega20_get_clock_by_type_with_latency,