Searched refs:failure_state (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/macintosh/
H A Dwindfarm_pm72.c89 static int failure_state; variable
134 if ((failure_state & FAILURE_LOW_OVERTEMP) == 0)
140 if ((failure_state & FAILURE_HIGH_OVERTEMP) == 0)
177 if ((failure_state & FAILURE_LOW_OVERTEMP) == 0)
183 if ((failure_state & FAILURE_HIGH_OVERTEMP) == 0)
196 if ((failure_state & new_state) != new_state)
198 failure_state |= new_state;
199 } else if ((failure_state & FAILURE_LOW_OVERTEMP) &&
202 failure_state &= ~FAILURE_LOW_OVERTEMP;
205 return failure_state
[all...]
H A Dwindfarm_pm112.c109 static int failure_state; variable
210 if ((failure_state & FAILURE_LOW_OVERTEMP) == 0)
216 if ((failure_state & FAILURE_HIGH_OVERTEMP) == 0)
237 if ((failure_state & FAILURE_LOW_OVERTEMP) == 0)
243 if ((failure_state & FAILURE_HIGH_OVERTEMP) == 0)
256 if ((failure_state & new_state) != new_state)
258 failure_state |= new_state;
259 } else if ((failure_state & FAILURE_LOW_OVERTEMP) &&
262 failure_state &= ~FAILURE_LOW_OVERTEMP;
265 return failure_state
[all...]
H A Dwindfarm_rm31.c83 static int failure_state; variable
128 if ((failure_state & FAILURE_LOW_OVERTEMP) == 0)
134 if ((failure_state & FAILURE_HIGH_OVERTEMP) == 0)
171 if ((failure_state & FAILURE_LOW_OVERTEMP) == 0)
177 if ((failure_state & FAILURE_HIGH_OVERTEMP) == 0)
190 if ((failure_state & new_state) != new_state)
192 failure_state |= new_state;
193 } else if ((failure_state & FAILURE_LOW_OVERTEMP) &&
196 failure_state &= ~FAILURE_LOW_OVERTEMP;
199 return failure_state
[all...]

Completed in 274 milliseconds