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

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

Completed in 135 milliseconds