Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dbitbang_i2c.c189 OBJECT_DECLARE_SIMPLE_TYPE(GPIOI2CState, GPIO_I2C)
191 struct GPIOI2CState { struct
203 GPIOI2CState *s = opaque; in bitbang_i2c_gpio_set() argument
215 GPIOI2CState *s = GPIO_I2C(obj); in gpio_i2c_init()
236 .instance_size = sizeof(GPIOI2CState),