Searched defs:platform_profile_handler (Results 1 – 1 of 1) sorted by relevance
19 struct platform_profile_handler { struct20 const char *name;21 struct device dev;22 int minor;23 unsigned long choices[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)];24 unsigned long hidden_choices[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)];25 const struct platform_profile_ops *ops;