get_clock_by_type_with_voltage  458 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c 	if (pp_funcs && pp_funcs->get_clock_by_type_with_voltage) {
get_clock_by_type_with_voltage  459 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c 		ret = pp_funcs->get_clock_by_type_with_voltage(pp_handle,
get_clock_by_type_with_voltage  464 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_voltage) {
get_clock_by_type_with_voltage  294 drivers/gpu/drm/amd/include/kgd_pp_interface.h 	int (*get_clock_by_type_with_voltage)(void *handle,
get_clock_by_type_with_voltage 1595 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	.get_clock_by_type_with_voltage = pp_get_clock_by_type_with_voltage,
get_clock_by_type_with_voltage  441 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c 	if (hwmgr->hwmgr_func->get_clock_by_type_with_voltage == NULL)
get_clock_by_type_with_voltage  444 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c 	return hwmgr->hwmgr_func->get_clock_by_type_with_voltage(hwmgr, type, clocks);
get_clock_by_type_with_voltage 1349 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 	.get_clock_by_type_with_voltage = smu10_get_clock_by_type_with_voltage,
get_clock_by_type_with_voltage 5301 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	.get_clock_by_type_with_voltage = vega10_get_clock_by_type_with_voltage,
get_clock_by_type_with_voltage 2688 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	.get_clock_by_type_with_voltage = vega12_get_clock_by_type_with_voltage,
get_clock_by_type_with_voltage 4179 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	.get_clock_by_type_with_voltage = vega20_get_clock_by_type_with_voltage,
get_clock_by_type_with_voltage  423 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	int (*get_clock_by_type_with_voltage)(struct smu_context *smu,
get_clock_by_type_with_voltage  718 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	((smu)->ppt_funcs->get_clock_by_type_with_voltage ? (smu)->ppt_funcs->get_clock_by_type_with_voltage((smu), (type), (clocks)) : 0)
get_clock_by_type_with_voltage  306 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	int (*get_clock_by_type_with_voltage)(struct pp_hwmgr *hwmgr,