set_ppfeature_status  379 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h 		((adev)->powerplay.pp_funcs->set_ppfeature_status(\
set_ppfeature_status  784 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	} else if (adev->powerplay.pp_funcs->set_ppfeature_status) {
set_ppfeature_status  313 drivers/gpu/drm/amd/include/kgd_pp_interface.h 	int (*set_ppfeature_status)(void *handle, uint64_t ppfeature_masks);
set_ppfeature_status 1502 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	if (hwmgr->hwmgr_func->set_ppfeature_status == NULL) {
set_ppfeature_status 1508 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	ret = hwmgr->hwmgr_func->set_ppfeature_status(hwmgr, ppfeature_masks);
set_ppfeature_status 1609 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	.set_ppfeature_status = pp_set_ppfeature_status,
set_ppfeature_status 5333 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	.set_ppfeature_status = vega10_set_ppfeature_status,
set_ppfeature_status 2721 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	.set_ppfeature_status = vega12_set_ppfeature_status,
set_ppfeature_status 4199 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	.set_ppfeature_status = vega20_set_ppfeature_status,
set_ppfeature_status  354 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	int (*set_ppfeature_status)(struct pp_hwmgr *hwmgr, uint64_t ppfeature_masks);