Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i3c/
H A Di3c.h247 int legacy_i2c_start_transfer(I3CBus *bus, uint8_t address, bool is_recv);
/openbmc/qemu/hw/i3c/
H A Dtrace-events35 legacy_i2c_start_transfer(uint8_t address, bool is_recv) "Legacy I2C START with address 0x%" PRIx8 …
H A Dcore.c590 int legacy_i2c_start_transfer(I3CBus *bus, uint8_t address, bool is_recv) in legacy_i2c_start_transfer() function
H A Daspeed_i3c.c495 ret = legacy_i2c_start_transfer(s->bus, addr, is_recv); in aspeed_i3c_device_send_start()