Home
last modified time | relevance | path

Searched refs:stop_cb (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/i3c/
Dtarget_device.h263 int (*stop_cb)(struct i3c_target_config *config); member
/Zephyr-latest/drivers/i3c/
Di3c_cdns.c2581 if (target_cb != NULL && target_cb->stop_cb) { in cdns_i3c_irq_handler()
2582 target_cb->stop_cb(data->target_config); in cdns_i3c_irq_handler()
2593 if (target_cb != NULL && target_cb->stop_cb) { in cdns_i3c_irq_handler()
2594 target_cb->stop_cb(data->target_config); in cdns_i3c_irq_handler()
2689 if (target_cb != NULL && target_cb->stop_cb != NULL) { in cdns_i3c_irq_handler()
2690 target_cb->stop_cb(data->target_config); in cdns_i3c_irq_handler()
2699 if (target_cb != NULL && target_cb->stop_cb) { in cdns_i3c_irq_handler()
2700 target_cb->stop_cb(data->target_config); in cdns_i3c_irq_handler()
Di3c_npcx.c2695 if ((target_cb != NULL) && (target_cb->stop_cb != NULL)) { in npcx_i3c_target_isr()
2696 target_cb->stop_cb(data->target_config); in npcx_i3c_target_isr()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_unicast_client_test.c240 static void stop_cb(struct bt_bap_stream *stream, enum bt_bap_ascs_rsp_code rsp_code, in stop_cb() function
363 .stop = stop_cb,
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_unicast.c802 static void stop_cb(struct bt_bap_stream *stream, enum bt_bap_ascs_rsp_code rsp_code, in stop_cb() function
920 .stop = stop_cb,
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c1044 static void stop_cb(struct bt_bap_stream *stream, enum bt_bap_ascs_rsp_code rsp_code, in stop_cb() function
1079 .stop = stop_cb,