thermal_state
n->thermal_state = mask & ATIF_THERMAL_STATE_CHANGE_REQUEST_SUPPORTED;
bool thermal_state;
u8 thermal_state; /* thermal state: state id (0: exit state, non-0: state) */
bool thermal_state;
n->thermal_state = mask & ATIF_THERMAL_STATE_CHANGE_REQUEST_SUPPORTED;
u8 thermal_state; /* thermal state: state id (0: exit state, non-0: state) */
static DEFINE_PER_CPU(struct thermal_state, thermal_state);
per_cpu(thermal_state, cpu).event.name); \
struct thermal_state *pstate = &per_cpu(thermal_state, this_cpu);
struct thermal_state *pstate = &per_cpu(thermal_state, this_cpu);
struct thermal_state *state = &per_cpu(thermal_state, cpu);
struct thermal_state *state = &per_cpu(thermal_state, cpu);