pptable_func      218 drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c 	if (!hwmgr->pptable_func ||
pptable_func      219 drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c 	    !hwmgr->pptable_func->pptable_init ||
pptable_func      226 drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c 	ret = hwmgr->pptable_func->pptable_init(hwmgr);
pptable_func      265 drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c 	if (hwmgr->pptable_func->pptable_fini)
pptable_func      266 drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c 		hwmgr->pptable_func->pptable_fini(hwmgr);
pptable_func      284 drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c 	if (hwmgr->pptable_func->pptable_fini)
pptable_func      285 drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c 		hwmgr->pptable_func->pptable_fini(hwmgr);
pptable_func     1375 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 	hwmgr->pptable_func = &pptable_funcs;
pptable_func     5190 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		hwmgr->pptable_func = &pptable_funcs;
pptable_func     5192 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		hwmgr->pptable_func = &pptable_v1_0_funcs;
pptable_func     2000 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 	hwmgr->pptable_func = &pptable_funcs;
pptable_func     5342 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	hwmgr->pptable_func = &vega10_pptable_funcs;
pptable_func     2728 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	hwmgr->pptable_func = &vega12_pptable_funcs;
pptable_func     4231 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	hwmgr->pptable_func = &vega20_pptable_funcs;
pptable_func      768 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	const struct pp_table_func *pptable_func;