Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Daxp2xx.c41 OBJECT_DECLARE_TYPE(AXP2xxI2CState, AXP2xxClass, AXP2XX)
46 typedef struct AXP2xxI2CState { struct
53 } AXP2xxI2CState; argument
59 void (*reset_enter)(AXP2xxI2CState *s, ResetType type);
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()
222 VMSTATE_UINT8(ptr, AXP2xxI2CState),
223 VMSTATE_UINT8(count, AXP2xxI2CState),
[all …]