Searched refs:handle_ccc_read (Results 1 – 4 of 4) sorted by relevance
122 int (*handle_ccc_read)(I3CTarget *s, uint8_t *data, uint32_t num_to_read, member
431 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()
293 k->handle_ccc_read = mock_target_handle_ccc_read; in mock_target_class_init()
450 k->handle_ccc_read = &remote_i3c_handle_ccc_read; in remote_i3c_class_init()