Searched defs:cpuidle_state (Results 1 – 1 of 1) sorted by relevance
48 struct cpuidle_state { struct49 char name[CPUIDLE_NAME_LEN];50 char desc[CPUIDLE_DESC_LEN];52 u64 exit_latency_ns;53 u64 target_residency_ns;54 unsigned int flags;55 unsigned int exit_latency; /* in US */56 int power_usage; /* in mW */57 unsigned int target_residency; /* in US */59 int (*enter) (struct cpuidle_device *dev,[all …]