Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/drivers/i3c/
Dtarget_device.h211 int (*stop_cb)(struct i3c_target_config *config); member
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dbap_unicast_client_test.c168 static void stop_cb(struct bt_bap_stream *stream, enum bt_bap_ascs_rsp_code rsp_code, in stop_cb() function
291 .stop = stop_cb,
/Zephyr-Core-3.5.0/drivers/i3c/
Di3c_cdns.c1989 if (target_cb != NULL && target_cb->stop_cb) { in cdns_i3c_irq_handler()
1990 target_cb->stop_cb(data->target_config); in cdns_i3c_irq_handler()
1999 if (target_cb != NULL && target_cb->stop_cb) { in cdns_i3c_irq_handler()
2000 target_cb->stop_cb(data->target_config); in cdns_i3c_irq_handler()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dbap.c883 static void stop_cb(struct bt_bap_stream *stream, enum bt_bap_ascs_rsp_code rsp_code, in stop_cb() function
918 .stop = stop_cb,
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_bap.c896 static void stop_cb(struct bt_bap_stream *stream, enum bt_bap_ascs_rsp_code rsp_code, in stop_cb() function
999 .stop = stop_cb,