Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i3c/
H A Di3c.h246 int legacy_i2c_send(I3CBus *bus, uint8_t data);
/openbmc/qemu/hw/i3c/
H A Dtrace-events34 legacy_i2c_send(uint8_t byte) "Legacy I2C send 0x%" PRIx8
H A Dcore.c584 int legacy_i2c_send(I3CBus *bus, uint8_t data) in legacy_i2c_send() function
H A Daspeed_i3c.c524 ret = legacy_i2c_send(s->bus, data[i]); in aspeed_i3c_device_send()