Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sensor/
H A Dtmp105.c86 TMP105State *s = TMP105(obj); in tmp105_get_temperature()
98 TMP105State *s = TMP105(obj); in tmp105_set_temperature()
117 static void tmp105_read(TMP105State *s) in tmp105_read()
149 static void tmp105_write(TMP105State *s) in tmp105_write()
175 TMP105State *s = TMP105(i2c); in tmp105_rx()
186 TMP105State *s = TMP105(i2c); in tmp105_tx()
204 TMP105State *s = TMP105(i2c); in tmp105_event()
216 TMP105State *s = opaque; in tmp105_post_load()
226 TMP105State *s = opaque; in detect_falling_needed()
271 TMP105State *s = TMP105(i2c); in tmp105_reset()
[all …]
/openbmc/qemu/include/hw/sensor/
H A Dtmp105.h22 OBJECT_DECLARE_SIMPLE_TYPE(TMP105State, TMP105)
31 struct TMP105State { struct