Searched refs:BCM2835I2CState (Results 1 – 3 of 3) sorted by relevance
33 static void bcm2835_i2c_update_interrupt(BCM2835I2CState *s) in bcm2835_i2c_update_interrupt()53 static void bcm2835_i2c_begin_transfer(BCM2835I2CState *s) in bcm2835_i2c_begin_transfer()68 static void bcm2835_i2c_finish_transfer(BCM2835I2CState *s) in bcm2835_i2c_finish_transfer()90 BCM2835I2CState *s = opaque; in bcm2835_i2c_read()138 BCM2835I2CState *s = opaque; in bcm2835_i2c_write()221 BCM2835I2CState *s = BCM2835_I2C(dev); in bcm2835_i2c_realize()232 BCM2835I2CState *s = BCM2835_I2C(dev); in bcm2835_i2c_reset()249 VMSTATE_UINT32(c, BCM2835I2CState),250 VMSTATE_UINT32(s, BCM2835I2CState),251 VMSTATE_UINT32(dlen, BCM2835I2CState),[all …]
32 OBJECT_DECLARE_SIMPLE_TYPE(BCM2835I2CState, BCM2835_I2C)62 struct BCM2835I2CState { struct
73 BCM2835I2CState i2c[3];