Home
last modified time | relevance | path

Searched refs:released (Results 1 – 25 of 73) sorted by relevance

123

/Zephyr-latest/drivers/i2s/
Di2s_nrfx.c258 const nrfx_i2s_buffers_t *released, uint32_t status) in data_handler() argument
279 if (drv_data->last_tx_buffer != released->p_tx_buffer) { in data_handler()
291 if (released == NULL) { in data_handler()
306 if (released->p_rx_buffer) { in data_handler()
308 free_rx_buffer(drv_data, released->p_rx_buffer); in data_handler()
311 .mem_block = released->p_rx_buffer, in data_handler()
312 .size = released->buffer_size * sizeof(uint32_t) in data_handler()
322 free_rx_buffer(drv_data, released->p_rx_buffer); in data_handler()
324 LOG_DBG("Queued RX %p", released->p_rx_buffer); in data_handler()
339 if (released->p_tx_buffer) { in data_handler()
[all …]
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_net.c234 int released; in check_net_init_done() local
236 released = zsock_close(ctx->sock); in check_net_init_done()
237 if (released < 0) { in check_net_init_done()
/Zephyr-latest/subsys/bluetooth/audio/
Dcap_stream.c155 if (ops != NULL && ops->released != NULL) { in cap_stream_released_cb()
156 ops->released(bap_stream); in cap_stream_released_cb()
270 .released = cap_stream_released_cb,
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dbap_stream.c53 mock_bap_stream_ops.released = mock_bap_stream_released_cb; in mock_bap_stream_init()
/Zephyr-latest/doc/releases/
Dindex.rst8 the Zephyr project are released approximately every four months.
11 to use a released version of the Zephyr project, it is recommended that you use
37 main tree for at least 2.5 years after it was released.
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/
Da2dp.rst68 stream released
101 stream released
/Zephyr-latest/doc/kernel/services/synchronization/
Dcondvar.rst35 #. Re-acquires the mutex previously released.
85 * blocked, the mutex is released, then re-acquired before this
/Zephyr-latest/drivers/sensor/adi/adt7310/
DKconfig56 another thread until execution is released.
/Zephyr-latest/drivers/can/
DKconfig.mcp251xfd46 another thread until execution is released.
/Zephyr-latest/dts/arm/renesas/rcar/gen4/
Dr8a779f0.dtsi45 * Control domain security has to be released to access gpio4 controller
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcsip.rst130 <dbg> bt_csip_set_coordinator.notify_func: Instance 0 lock was released
132 <dbg> bt_csip_set_coordinator.notify_func: Instance 0 lock was released
133 Set released
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/uut/
Dbap_unicast_client.c351 if (stream->ops != NULL && stream->ops->released != NULL) { in bt_bap_unicast_client_release()
352 stream->ops->released(stream); in bt_bap_unicast_client_release()
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h430 void (*released)(struct bt_l2cap_chan *chan); member
/Zephyr-latest/doc/kernel/memory_management/
Dslabs.rst9 allowing them to be allocated and released efficiently
122 A memory block is released by calling :c:func:`k_mem_slab_free`.
Dheap.rst40 Memory allocated with :c:func:`k_heap_alloc` must be released using
210 A chunk of heap memory is released by calling :c:func:`k_free`.
Dsys_mem_blocks.rst148 Memory blocks are released by calling :c:func:`sys_mem_blocks_free`.
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/
DKconfig41 received SDU across all the fragments before each is released. The
/Zephyr-latest/doc/project/
Dcode_flow.rst19 branch shall target the main development branch. For released versions of
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c376 (ep->stream != NULL && ep->stream->ops != NULL) ? ep->stream->ops->released : NULL; in a2dp_close_ind()
712 (ep->stream != NULL && ep->stream->ops != NULL) ? ep->stream->ops->released : NULL; in bt_a2dp_close_cb()
872 if ((ops != NULL) && (ops->released != NULL)) { in a2dp_stream_l2cap_disconnected()
873 ops->released(stream); in a2dp_stream_l2cap_disconnected()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h670 void (*released)(struct bt_a2dp_stream *stream); member
/Zephyr-latest/samples/basic/button/
DREADME.rst37 released.
/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dcap_initiator.c103 .released = unicast_stream_released,
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_unicast.c410 .released = unicast_stream_released_cb, in init_cap_acceptor_unicast()
/Zephyr-latest/drivers/wifi/esp32/
DKconfig.esp32108 initialized and released when WiFi is de-initialized. The size of each
140 called, they are not released until esp_wifi_deinit() is called.
184 If "Static" is selected, WiFi RX MGMT buffers are allocated when WiFi is initialized and released
/Zephyr-latest/lib/posix/options/
DKconfig.deprecated5 # This file should be removed after Zephyr 4.0 is released

123