Searched refs:i3c_send (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/hw/i3c/ |
H A D | i3c.h | 219 int i3c_send(I3CBus *bus, const uint8_t *data, uint32_t num_to_send,
|
/openbmc/qemu/hw/i3c/ |
H A D | core.c | 326 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 D | trace-events | 30 i3c_send(uint32_t num_sent, uint32_t num_to_send, bool ack) "I3C send %" PRId32 "/%" PRId32 " bytes…
|
H A D | aspeed_i3c.c | 531 ret = i3c_send(s->bus, data, num_to_send, num_sent); in aspeed_i3c_device_send()
|