Searched refs:current_profile (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/platform/x86/amd/pmf/
H A Dsps.c282 return (pmf->current_profile == PLATFORM_PROFILE_BALANCED) ? true : false;
290 *profile = pmf->current_profile;
298 switch (pmf->current_profile) {
372 pmf->current_profile = profile;
394 dev->current_profile = PLATFORM_PROFILE_BALANCED;
H A Dspc.c134 switch (dev->current_profile) {
H A Dpmf.h274 enum platform_profile_option current_profile; member in struct:amd_pmf_dev
/linux-master/drivers/hid/
H A Dhid-corsair.c344 int current_profile; local
362 current_profile = data[7];
363 if (current_profile < 1 || current_profile > 3) {
370 ret = snprintf(buf, PAGE_SIZE, "%d\n", current_profile);
406 static DEVICE_ATTR(current_profile, 0644, k90_show_current_profile,
/linux-master/drivers/platform/x86/
H A Dideapad-laptop.c115 enum platform_profile_option current_profile; member in struct:ideapad_dytc_priv
750 *profile = dytc->current_profile;
830 dytc->current_profile = profile;
855 if (profile != priv->dytc->current_profile) {
856 priv->dytc->current_profile = profile;

Completed in 182 milliseconds