Lines Matching refs:AXP2xxI2CState
41 OBJECT_DECLARE_TYPE(AXP2xxI2CState, AXP2xxClass, AXP2XX)
46 typedef struct AXP2xxI2CState { struct
53 } AXP2xxI2CState; argument
59 void (*reset_enter)(AXP2xxI2CState *s, ResetType type);
66 static void axp209_reset_enter(AXP2xxI2CState *s, ResetType type) in axp209_reset_enter()
109 static void axp221_reset_enter(AXP2xxI2CState *s, ResetType type) in axp221_reset_enter()
165 AXP2xxI2CState *s = AXP2XX(obj); in axp2xx_reset_enter()
174 AXP2xxI2CState *s = AXP2XX(i2c); in axp2xx_event()
184 AXP2xxI2CState *s = AXP2XX(i2c); in axp2xx_rx()
202 AXP2xxI2CState *s = AXP2XX(i2c); in axp2xx_tx()
221 VMSTATE_UINT8_ARRAY(regs, AXP2xxI2CState, NR_REGS),
222 VMSTATE_UINT8(ptr, AXP2xxI2CState),
223 VMSTATE_UINT8(count, AXP2xxI2CState),
244 .instance_size = sizeof(AXP2xxI2CState),