Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dplatform_profile.c24 unsigned long hidden_choices[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)]; member
83 if (!test_bit(*bit, handler->choices) && !test_bit(*bit, handler->hidden_choices)) in _store_class_profile()
263 bitmap_or(tmp, handler->choices, handler->hidden_choices, PLATFORM_PROFILE_LAST); in _aggregate_choices()
285 handler->hidden_choices, PLATFORM_PROFILE_LAST); in _remove_hidden_choices()
579 if (ops->hidden_choices) { in platform_profile_register()
580 err = ops->hidden_choices(drvdata, pprof->hidden_choices); in platform_profile_register()
/linux/include/linux/
H A Dplatform_profile.h46 int (*hidden_choices)(void *drvdata, unsigned long *choices); member
/linux/drivers/platform/x86/amd/pmf/
H A Dsps.c415 .hidden_choices = amd_pmf_hidden_choices,