Home
last modified time | relevance | path

Searched defs:cpuidle_state (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Dcpuidle.h42 struct cpuidle_state { struct
43 char name[CPUIDLE_NAME_LEN];
44 char desc[CPUIDLE_DESC_LEN];
46 unsigned int flags;
47 unsigned int exit_latency; /* in US */
48 int power_usage; /* in mW */
49 unsigned int target_residency; /* in US */
50 bool disabled; /* disabled on all CPUs */
52 int (*enter) (struct cpuidle_device *dev,
77 struct cpuidle_state_kobj; argument