Searched refs:reattach_i3c_device (Results 1 – 4 of 4) sorted by relevance
292 if (api->reattach_i3c_device != NULL) { in i3c_reattach_i3c_device()293 status = api->reattach_i3c_device(target->bus, target, old_dyn_addr); in i3c_reattach_i3c_device()
2360 .reattach_i3c_device = dw_i3c_reattach_device,
3621 .reattach_i3c_device = cdns_i3c_reattach_device,
591 int (*reattach_i3c_device)(const struct device *dev, member