Home
last modified time | relevance | path

Searched refs:controller_handoff_cb (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/i3c/
Dtarget_device.h279 int (*controller_handoff_cb)(struct i3c_target_config *config); member
/Zephyr-latest/drivers/i3c/
Di3c_cdns.c2795 if (target_cb != NULL && target_cb->controller_handoff_cb) { in cdns_i3c_irq_handler()
2796 target_cb->controller_handoff_cb(data->target_config); in cdns_i3c_irq_handler()