Searched refs:hidden_choices (Results 1 – 3 of 3) sorted by relevance
24 unsigned long hidden_choices[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)]; member82 if (!test_bit(*bit, handler->choices) && !test_bit(*bit, handler->hidden_choices)) in _store_class_profile()262 bitmap_or(tmp, handler->choices, handler->hidden_choices, PLATFORM_PROFILE_LAST); in _aggregate_choices()284 handler->hidden_choices, PLATFORM_PROFILE_LAST); in _remove_hidden_choices()576 if (ops->hidden_choices) { in platform_profile_register()577 err = ops->hidden_choices(drvdata, pprof->hidden_choices); in platform_profile_register()
45 int (*hidden_choices)(void *drvdata, unsigned long *choices); member
415 .hidden_choices = amd_pmf_hidden_choices,