Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i3c/
H A Di3c.h122 int (*handle_ccc_read)(I3CTarget *s, uint8_t *data, uint32_t num_to_read, member
/openbmc/qemu/hw/i3c/
H A Dcore.c431 return tc->handle_ccc_read(t, data, num_to_read, num_read); in i3c_target_handle_ccc_read()
456 if (!tc->handle_ccc_read) { in i3c_recv()
H A Dmock-target.c293 k->handle_ccc_read = mock_target_handle_ccc_read; in mock_target_class_init()
H A Dremote-i3c.c450 k->handle_ccc_read = &remote_i3c_handle_ccc_read; in remote_i3c_class_init()