Searched refs:powerdown_uvd (Results 1 – 5 of 5) sorted by relevance
150 if (hwmgr->hwmgr_func->powerdown_uvd != NULL) in phm_powerdown_uvd()151 return hwmgr->hwmgr_func->powerdown_uvd(hwmgr); in phm_powerdown_uvd()
1159 .powerdown_uvd = NULL,
1951 .powerdown_uvd = smu8_dpm_powerdown_uvd,
5025 .powerdown_uvd = smu7_powerdown_uvd,
247 int (*powerdown_uvd)(struct pp_hwmgr *hwmgr); member