Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i3c/
H A Di3c.h226 int i3c_recv(I3CBus *bus, uint8_t *data, uint32_t num_to_read,
/openbmc/qemu/hw/i3c/
H A Dcore.c441 return i3c_recv(bus, data, 1, &num_read); in i3c_recv_byte()
444 int i3c_recv(I3CBus *bus, uint8_t *data, uint32_t num_to_read, in i3c_recv() function
H A Dtrace-events31 i3c_recv(uint32_t num_read, uint32_t num_to_read, bool ack) "I3C recv %" PRId32 "/%" PRId32 " bytes…
H A Daspeed_i3c.c576 ret = i3c_recv(s->bus, data, num_to_read, num_read); in aspeed_i3c_device_recv_data()