Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i3c/
H A Di3c.h245 uint8_t legacy_i2c_recv(I3CBus *bus);
/openbmc/qemu/hw/i3c/
H A Dtrace-events33 legacy_i2c_recv(uint8_t byte) "Legacy I2C recv 0x%" PRIx8
H A Dcore.c577 uint8_t legacy_i2c_recv(I3CBus *bus) in legacy_i2c_recv() function
H A Daspeed_i3c.c568 data[i] = legacy_i2c_recv(s->bus); in aspeed_i3c_device_recv_data()