Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sensor/
H A Ddps310.c19 typedef struct DPS310State { struct
29 } DPS310State; argument
61 DPS310State *s = DPS310(dev); in dps310_reset()
79 static uint8_t dps310_read(DPS310State *s, uint8_t reg) in dps310_read()
138 DPS310State *s = DPS310(i2c); in dps310_rx()
149 DPS310State *s = DPS310(i2c); in dps310_tx()
167 DPS310State *s = DPS310(i2c); in dps310_event()
192 VMSTATE_UINT8(len, DPS310State),
194 VMSTATE_UINT8(pointer, DPS310State),
195 VMSTATE_I2C_SLAVE(i2c, DPS310State),
[all …]