Home
last modified time | relevance | path

Searched refs:stop_cb (Results 1 – 7 of 7) 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.c2759 if (target_cb != NULL && target_cb->stop_cb) { in cdns_i3c_irq_handler()
2760 target_cb->stop_cb(data->target_config); in cdns_i3c_irq_handler()
2771 if (target_cb != NULL && target_cb->stop_cb) { in cdns_i3c_irq_handler()
2772 target_cb->stop_cb(data->target_config); in cdns_i3c_irq_handler()
2866 if (target_cb != NULL && target_cb->stop_cb != NULL) { in cdns_i3c_irq_handler()
2867 target_cb->stop_cb(data->target_config); in cdns_i3c_irq_handler()
2876 if (target_cb != NULL && target_cb->stop_cb) { in cdns_i3c_irq_handler()
2877 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()
Di3c_dw.c557 if (target_cb != NULL && target_cb->stop_cb != NULL) { in dw_i3c_end_xfer()
562 target_cb->stop_cb(data->target_config); in dw_i3c_end_xfer()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_unicast_client_test.c238 static void stop_cb(struct bt_bap_stream *stream, enum bt_bap_ascs_rsp_code rsp_code, in stop_cb() function
361 .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.c1042 static void stop_cb(struct bt_bap_stream *stream, enum bt_bap_ascs_rsp_code rsp_code, in stop_cb() function
1077 .stop = stop_cb,