Home
last modified time | relevance | path

Searched refs:detect_falling (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/sensor/
H A Dtmp105.c56 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()
/openbmc/qemu/include/hw/sensor/
H A Dtmp105.h52 bool detect_falling; member