Searched refs:hidden_choices (Results 1 – 3 of 3) sorted by relevance
24 unsigned long hidden_choices[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)]; member83 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()
46 int (*hidden_choices)(void *drvdata, unsigned long *choices); member
415 .hidden_choices = amd_pmf_hidden_choices,