Searched refs:power_off_asic (Results 1 – 8 of 8) sorted by relevance
53 if (NULL != hwmgr->hwmgr_func->power_off_asic) in phm_power_down_asic()54 return hwmgr->hwmgr_func->power_off_asic(hwmgr); in phm_power_down_asic()
1639 .power_off_asic = smu10_power_off_asic,
2043 .power_off_asic = smu8_power_off_asic,
2929 .power_off_asic = vega12_power_off_asic,
4362 .power_off_asic = vega20_power_off_asic,
5716 .power_off_asic = vega10_power_off_asic,
5737 .power_off_asic = smu7_power_off_asic,
314 int (*power_off_asic)(struct pp_hwmgr *hwmgr); member