Searched defs:cpuidle_driver (Results 1 – 4 of 4) sorted by relevance
25347 struct cpuidle_driver { struct25348 const char *name;25349 struct module *owner;25350 unsigned int bctimer: 1;25351 struct cpuidle_state states[10];25352 int state_count;25353 int safe_state_index;25354 struct cpumask *cpumask;25355 const char *governor;
22488 struct cpuidle_driver { struct22489 const char *name;22490 struct module *owner;22491 unsigned int bctimer: 1;22492 struct cpuidle_state states[10];22493 int state_count;22494 int safe_state_index;22495 struct cpumask *cpumask;22496 const char *governor;