Searched refs:current_profile (Results 1 – 6 of 6) sorted by relevance
282 return (pmf->current_profile == PLATFORM_PROFILE_BALANCED) ? true : false; in is_pprof_balanced()290 *profile = pmf->current_profile; in amd_pmf_profile_get()298 switch (pmf->current_profile) { in amd_pmf_get_pprof_modes()372 pmf->current_profile = profile; in amd_pmf_profile_set()394 dev->current_profile = PLATFORM_PROFILE_BALANCED; in amd_pmf_init_sps()
154 switch (dev->current_profile) { in amd_pmf_get_slider_info()
339 enum platform_profile_option current_profile; member
344 int current_profile; in k90_show_current_profile() local362 current_profile = data[7]; in k90_show_current_profile()363 if (current_profile < 1 || current_profile > 3) { in k90_show_current_profile()370 ret = sysfs_emit(buf, "%d\n", current_profile); in k90_show_current_profile()406 static DEVICE_ATTR(current_profile, 0644, k90_show_current_profile,
11 What: /sys/bus/drivers/corsair/<dev>/current_profile
144 enum platform_profile_option current_profile; member941 *profile = dytc->current_profile; in dytc_profile_get()1019 dytc->current_profile = profile; in dytc_profile_set()1042 if (profile != priv->dytc->current_profile) { in dytc_profile_refresh()1043 priv->dytc->current_profile = profile; in dytc_profile_refresh()