Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/amd/pmf/
H A Dsps.c286 return pmf->current_profile == PLATFORM_PROFILE_BALANCED; in is_pprof_balanced()
294 *profile = pmf->current_profile; in amd_pmf_profile_get()
302 switch (pmf->current_profile) { in amd_pmf_get_pprof_modes()
378 pmf->current_profile = profile; in amd_pmf_profile_set()
422 dev->current_profile = PLATFORM_PROFILE_BALANCED; in amd_pmf_init_sps()
H A Dspc.c237 switch (dev->current_profile) { in amd_pmf_get_slider_info()
H A Dpmf.h629 enum platform_profile_option current_profile; member
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-corsair11 What: /sys/bus/drivers/corsair/<dev>/current_profile
/linux/drivers/cpufreq/
H A Damd-pstate.c1180 if (cpudata->current_profile != PLATFORM_PROFILE_BALANCED) in amd_pstate_power_supply_notifier()
1227 *profile = cpudata->current_profile; in amd_pstate_profile_get()
1252 cpudata->current_profile = profile; in amd_pstate_profile_set()
1285 ret = amd_pstate_get_epp_from_platform_profile(policy, cpudata->current_profile); in amd_pstate_set_dynamic_epp()
1439 cpudata->current_profile = PLATFORM_PROFILE_BALANCED; in store_energy_performance_preference()
1945 cpudata->current_profile = PLATFORM_PROFILE_PERFORMANCE; in amd_pstate_epp_cpu_init()
1950 cpudata->current_profile = PLATFORM_PROFILE_BALANCED; in amd_pstate_epp_cpu_init()
/linux/drivers/platform/x86/lenovo/
H A Dideapad-laptop.c162 enum platform_profile_option current_profile; member
1002 *profile = dytc->current_profile; in dytc_profile_get()
1080 dytc->current_profile = profile; in dytc_profile_set()
1112 if (profile != priv->dytc->current_profile) { in dytc_profile_refresh()
1113 priv->dytc->current_profile = profile; in dytc_profile_refresh()