Searched refs:detect_falling (Results 1 – 2 of 2) sorted by relevance
56 if (s->detect_falling) { in tmp105_alarm_update()59 s->detect_falling = false; in tmp105_alarm_update()64 s->detect_falling = true; in tmp105_alarm_update()73 if (s->detect_falling) { in tmp105_alarm_update()76 s->detect_falling = false; in tmp105_alarm_update()81 s->detect_falling = true; in tmp105_alarm_update()246 return s->detect_falling; in detect_falling_needed()255 VMSTATE_BOOL(detect_falling, TMP105State),291 s->detect_falling = false; in tmp105_reset()
52 bool detect_falling; member