Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Di2c-echo.c18 OBJECT_DECLARE_SIMPLE_TYPE(I2CEchoState, I2C_ECHO)
26 typedef struct I2CEchoState { struct
36 } I2CEchoState; argument
40 I2CEchoState *state = opaque; in i2c_echo_bh()
77 I2CEchoState *state = I2C_ECHO(s); in i2c_echo_event()
109 I2CEchoState *state = I2C_ECHO(s); in i2c_echo_recv()
120 I2CEchoState *state = I2C_ECHO(s); in i2c_echo_send()
133 I2CEchoState *state = I2C_ECHO(dev); in i2c_echo_realize()
157 .instance_size = sizeof(I2CEchoState),