Searched defs:cpuidle_driver (Results 1 – 1 of 1) sorted by relevance
23343 struct cpuidle_driver { struct23344 const char *name;23345 struct module *owner;23346 unsigned int bctimer: 1;23347 struct cpuidle_state states[10];23348 int state_count;23349 int safe_state_index;23350 struct cpumask *cpumask;23351 const char *governor;