Searched refs:current_profile (Results 1 – 5 of 5) sorted by relevance
286 return (pmf->current_profile == PLATFORM_PROFILE_BALANCED) ? true : false; 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()
220 switch (dev->current_profile) { in amd_pmf_get_slider_info()
343 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,
147 enum platform_profile_option current_profile; member969 *profile = dytc->current_profile; in dytc_profile_get()1047 dytc->current_profile = profile; in dytc_profile_set()1079 if (profile != priv->dytc->current_profile) { in dytc_profile_refresh()1080 priv->dytc->current_profile = profile; in dytc_profile_refresh()
Completed in 19 milliseconds