Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dplatform_profile.c23 unsigned long choices[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)];
24 unsigned long hidden_choices[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)];
29 unsigned long aggregate[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)];
42 static_assert(ARRAY_SIZE(profile_names) == PLATFORM_PROFILE_LAST);
57 for_each_set_bit(i, choices, PLATFORM_PROFILE_LAST) { in _commmon_choices_show()
128 if (WARN_ON(val >= PLATFORM_PROFILE_LAST)) in get_class_profile()
181 enum platform_profile_option profile = PLATFORM_PROFILE_LAST; in profile_show()
254 unsigned long tmp[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)]; in _aggregate_choices()
260 bitmap_or(tmp, handler->choices, handler->hidden_choices, PLATFORM_PROFILE_LAST); in _aggregate_choices()
261 if (test_bit(PLATFORM_PROFILE_LAST, data->aggregate)) in _aggregate_choices()
[all …]
/linux/include/linux/
H A Dplatform_profile.h28 PLATFORM_PROFILE_LAST, /*must always be last */ enumerator
/linux/drivers/platform/x86/dell/
H A Dalienware-wmi.c418 static enum wmax_thermal_mode supported_thermal_profiles[PLATFORM_PROFILE_LAST];
1128 if (bitmap_empty(choices, PLATFORM_PROFILE_LAST)) in thermal_profile_probe()