Home
last modified time | relevance | path

Searched refs:REMOTE_I3C (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/i3c/
H A Dremote-i3c.c68 RemoteI3C *i3c = REMOTE_I3C(t); in remote_i3c_recv()
145 RemoteI3C *i3c = REMOTE_I3C(t); in remote_i3c_send()
157 RemoteI3C *i3c = REMOTE_I3C(t); in remote_i3c_handle_ccc_read()
175 RemoteI3C *i3c = REMOTE_I3C(t); in remote_i3c_handle_ccc_write()
186 RemoteI3C *i3c = REMOTE_I3C(t); in remote_i3c_event()
379 RemoteI3C *i3c = REMOTE_I3C(opaque); in remote_i3c_chr_receive()
423 RemoteI3C *i3c = REMOTE_I3C(dev); in remote_i3c_realize()
H A DKconfig14 config REMOTE_I3C config
/openbmc/qemu/include/hw/i3c/
H A Dremote-i3c.h44 #define REMOTE_I3C(obj) OBJECT_CHECK(RemoteI3C, (obj), TYPE_REMOTE_I3C) macro