Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i3c/
H A Di3c.h219 int i3c_send(I3CBus *bus, const uint8_t *data, uint32_t num_to_send,
/openbmc/qemu/hw/i3c/
H A Dcore.c326 return i3c_send(bus, &data, 1, &num_sent); in i3c_send_byte()
329 int i3c_send(I3CBus *bus, const uint8_t *data, uint32_t num_to_send, in i3c_send() function
H A Dtrace-events30 i3c_send(uint32_t num_sent, uint32_t num_to_send, bool ack) "I3C send %" PRId32 "/%" PRId32 " bytes…
H A Daspeed_i3c.c531 ret = i3c_send(s->bus, data, num_to_send, num_sent); in aspeed_i3c_device_send()