Home
last modified time | relevance | path

Searched refs:disable_smc_firmware_ctf (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dhardwaremanager.c476 if (hwmgr->hwmgr_func->disable_smc_firmware_ctf == NULL) in phm_disable_smc_firmware_ctf()
479 return hwmgr->hwmgr_func->disable_smc_firmware_ctf(hwmgr); in phm_disable_smc_firmware_ctf()
H A Dvega12_hwmgr.c2395 .disable_smc_firmware_ctf = vega12_thermal_disable_alert,
H A Dvega10_hwmgr.c4914 .disable_smc_firmware_ctf = vega10_thermal_disable_alert,
H A Dsmu7_hwmgr.c5093 .disable_smc_firmware_ctf = smu7_thermal_disable_alert,
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h312 int (*disable_smc_firmware_ctf)(struct pp_hwmgr *hwmgr); member