Home
last modified time | relevance | path

Searched refs:power_off_asic (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dhardwaremanager.c53 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()
H A Dsmu10_hwmgr.c1188 .power_off_asic = smu10_power_off_asic,
H A Dsmu8_hwmgr.c1970 .power_off_asic = smu8_power_off_asic,
H A Dvega12_hwmgr.c2394 .power_off_asic = vega12_power_off_asic,
H A Dvega10_hwmgr.c4913 .power_off_asic = vega10_power_off_asic,
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h302 int (*power_off_asic)(struct pp_hwmgr *hwmgr); member