Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dplatform_profile.h26 PLATFORM_PROFILE_LAST, /*must always be last */ enumerator
30 unsigned long choices[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)];
/openbmc/linux/drivers/acpi/
H A Dplatform_profile.c23 static_assert(ARRAY_SIZE(profile_names) == PLATFORM_PROFILE_LAST);
41 for_each_set_bit(i, cur_profile->choices, PLATFORM_PROFILE_LAST) { in platform_profile_choices_show()
151 if (!pprof || bitmap_empty(pprof->choices, PLATFORM_PROFILE_LAST) || in platform_profile_register()