Searched defs:cpuidle_driver (Results 1 – 2 of 2) sorted by relevance
24508 struct cpuidle_driver { struct24509 const char *name;24510 struct module *owner;24511 unsigned int bctimer: 1;24512 struct cpuidle_state states[10];24513 int state_count;24514 int safe_state_index;24515 struct cpumask *cpumask;24516 const char *governor;24517 u64 android_kabi_reserved1;
34673 struct cpuidle_driver { struct34674 const char *name;34675 struct module *owner;34676 unsigned int bctimer: 1;34677 struct cpuidle_state states[10];34678 int state_count;34679 int safe_state_index;34680 struct cpumask *cpumask;34681 const char *governor;34682 u64 android_kabi_reserved1;