Searched defs:thermal_state (Results 1 – 3 of 3) sorted by relevance
51 struct thermal_state { struct52 struct _thermal_state core_throttle; argument53 struct _thermal_state core_power_limit; argument54 struct _thermal_state package_throttle; argument55 struct _thermal_state package_power_limit; argument56 struct _thermal_state core_thresh0; argument57 struct _thermal_state core_thresh1; argument58 struct _thermal_state pkg_thresh0; argument59 struct _thermal_state pkg_thresh1; argument
59 u8 thermal_state; /* thermal state: state id (0: exit state, non-0: state) */ member
2267 bool thermal_state; member