Lines Matching defs:cpuidle_state
49 struct cpuidle_state { struct
50 char name[CPUIDLE_NAME_LEN];
51 char desc[CPUIDLE_DESC_LEN];
53 s64 exit_latency_ns;
54 s64 target_residency_ns;
55 unsigned int flags;
56 unsigned int exit_latency; /* in US */
57 int power_usage; /* in mW */
58 unsigned int target_residency; /* in US */
60 int (*enter) (struct cpuidle_device *dev,
64 int (*enter_dead) (struct cpuidle_device *dev, int index);
90 struct cpuidle_state_kobj; argument