Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Di2c-echo.c47 if (i2c_start_send_async(state->bus, state->data[0])) { in i2c_echo_bh()
/openbmc/qemu/include/hw/i2c/
H A Di2c.h142 int i2c_start_send_async(I2CBus *bus, uint8_t address);
/openbmc/qemu/hw/i2c/
H A Dcore.c233 int i2c_start_send_async(I2CBus *bus, uint8_t address) in i2c_start_send_async() function