Home
last modified time | relevance | path

Searched refs:pm_type (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/amd/pm/swsmu/smu12/
A Drenoir_ppt.c615 enum amd_pm_state_type pm_type; in renoir_get_current_power_state() local
624 pm_type = POWER_STATE_TYPE_BATTERY; in renoir_get_current_power_state()
627 pm_type = POWER_STATE_TYPE_BALANCED; in renoir_get_current_power_state()
630 pm_type = POWER_STATE_TYPE_PERFORMANCE; in renoir_get_current_power_state()
634 pm_type = POWER_STATE_TYPE_INTERNAL_BOOT; in renoir_get_current_power_state()
636 pm_type = POWER_STATE_TYPE_DEFAULT; in renoir_get_current_power_state()
640 return pm_type; in renoir_get_current_power_state()
/drivers/gpu/drm/amd/pm/powerplay/
A Damd_powerplay.c470 enum amd_pm_state_type pm_type; in pp_dpm_get_current_power_state() local
479 pm_type = POWER_STATE_TYPE_BATTERY; in pp_dpm_get_current_power_state()
482 pm_type = POWER_STATE_TYPE_BALANCED; in pp_dpm_get_current_power_state()
485 pm_type = POWER_STATE_TYPE_PERFORMANCE; in pp_dpm_get_current_power_state()
489 pm_type = POWER_STATE_TYPE_INTERNAL_BOOT; in pp_dpm_get_current_power_state()
491 pm_type = POWER_STATE_TYPE_DEFAULT; in pp_dpm_get_current_power_state()
495 return pm_type; in pp_dpm_get_current_power_state()
/drivers/mmc/core/
A Dmmc.c2024 enum mmc_poweroff_type pm_type) in mmc_host_can_poweroff_notify() argument
2030 pm_type == MMC_POWEROFF_SUSPEND) in mmc_host_can_poweroff_notify()
2033 return pm_type == MMC_POWEROFF_SHUTDOWN; in mmc_host_can_poweroff_notify()
2122 static int _mmc_suspend(struct mmc_host *host, enum mmc_poweroff_type pm_type) in _mmc_suspend() argument
2127 if (pm_type == MMC_POWEROFF_SHUTDOWN) in _mmc_suspend()
2140 mmc_host_can_poweroff_notify(host, pm_type)) in _mmc_suspend()

Completed in 141 milliseconds