Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dplatform_profile.c33 static const char * const profile_names[] = { variable
43 static_assert(ARRAY_SIZE(profile_names) == PLATFORM_PROFILE_LAST);
60 len += sysfs_emit_at(buf, len, "%s", profile_names[i]); in _commmon_choices_show()
62 len += sysfs_emit_at(buf, len, " %s", profile_names[i]); in _commmon_choices_show()
191 return sysfs_emit(buf, "%s\n", profile_names[profile]); in profile_show()
209 index = sysfs_match_string(profile_names, buf); in profile_store()
397 return sysfs_emit(buf, "%s\n", profile_names[profile]); in platform_profile_show()
421 i = sysfs_match_string(profile_names, buf); in platform_profile_store()