Searched refs:PLATFORM_PROFILE_LAST (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/acpi/ |
| H A D | platform_profile.c | 23 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)]; 43 static_assert(ARRAY_SIZE(profile_names) == PLATFORM_PROFILE_LAST); 58 for_each_set_bit(i, choices, PLATFORM_PROFILE_LAST) { in _commmon_choices_show() 129 if (WARN_ON(val >= PLATFORM_PROFILE_LAST)) in get_class_profile() 182 enum platform_profile_option profile = PLATFORM_PROFILE_LAST; in profile_show() 256 unsigned long tmp[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)]; in _aggregate_choices() 263 bitmap_or(tmp, handler->choices, handler->hidden_choices, PLATFORM_PROFILE_LAST); in _aggregate_choices() 264 bitmap_and(data->aggregate, tmp, data->aggregate, PLATFORM_PROFILE_LAST); in _aggregate_choices() [all …]
|
| /linux/include/linux/ |
| H A D | platform_profile.h | 29 PLATFORM_PROFILE_LAST, /*must always be last */ enumerator
|
| /linux/drivers/platform/x86/dell/ |
| H A D | alienware-wmi-wmax.c | 354 u8 supported_profiles[PLATFORM_PROFILE_LAST]; 1338 if (bitmap_empty(choices, PLATFORM_PROFILE_LAST)) in awcc_platform_profile_probe() 1419 for (u32 i = 0; i < PLATFORM_PROFILE_LAST; i++) { in awcc_debugfs_pprof_data_read()
|
| /linux/drivers/platform/x86/ |
| H A D | samsung-galaxybook.c | 60 u8 profile_performance_modes[PLATFORM_PROFILE_LAST];
|