Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/drivers/i3c/
Dtarget_device.h211 int (*stop_cb)(struct i3c_target_config *config); member
/Zephyr-Core-3.4.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
289 .stop = stop_cb,
/Zephyr-Core-3.4.0/drivers/i3c/
Di3c_cdns.c1929 if (target_cb != NULL && target_cb->stop_cb) { in cdns_i3c_irq_handler()
1930 target_cb->stop_cb(data->target_config); in cdns_i3c_irq_handler()
1939 if (target_cb != NULL && target_cb->stop_cb) { in cdns_i3c_irq_handler()
1940 target_cb->stop_cb(data->target_config); in cdns_i3c_irq_handler()
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/
Dbtp_bap.c670 static void stop_cb(struct bt_bap_stream *stream, enum bt_bap_ascs_rsp_code rsp_code, in stop_cb() function
776 .stop = stop_cb,
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/shell/
Dbap.c802 static void stop_cb(struct bt_bap_stream *stream, enum bt_bap_ascs_rsp_code rsp_code, in stop_cb() function
837 .stop = stop_cb,