Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/i3c/
Dtarget_device.h305 if (api->target_controller_handoff == NULL) { in i3c_target_controller_handoff()
309 return api->target_controller_handoff(dev, accept); in i3c_target_controller_handoff()
/Zephyr-latest/include/zephyr/drivers/
Di3c.h829 int (*target_controller_handoff)(const struct device *dev, member
/Zephyr-latest/drivers/i3c/
Di3c_cdns.c3636 .target_controller_handoff = cdns_i3c_target_controller_handoff,