/Zephyr-latest/drivers/i2s/ |
D | i2s_nrfx.c | 258 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/ |
D | log_backend_net.c | 234 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/ |
D | cap_stream.c | 155 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/ |
D | bap_stream.c | 53 mock_bap_stream_ops.released = mock_bap_stream_released_cb; in mock_bap_stream_init()
|
/Zephyr-latest/doc/releases/ |
D | index.rst | 8 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/ |
D | a2dp.rst | 68 stream released 101 stream released
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | condvar.rst | 35 #. Re-acquires the mutex previously released. 85 * blocked, the mutex is released, then re-acquired before this
|
/Zephyr-latest/drivers/sensor/adi/adt7310/ |
D | Kconfig | 56 another thread until execution is released.
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.mcp251xfd | 46 another thread until execution is released.
|
/Zephyr-latest/dts/arm/renesas/rcar/gen4/ |
D | r8a779f0.dtsi | 45 * Control domain security has to be released to access gpio4 controller
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | csip.rst | 130 <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/ |
D | bap_unicast_client.c | 351 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/ |
D | l2cap.h | 430 void (*released)(struct bt_l2cap_chan *chan); member
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | slabs.rst | 9 allowing them to be allocated and released efficiently 122 A memory block is released by calling :c:func:`k_mem_slab_free`.
|
D | heap.rst | 40 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`.
|
D | sys_mem_blocks.rst | 148 Memory blocks are released by calling :c:func:`sys_mem_blocks_free`.
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/ |
D | Kconfig | 41 received SDU across all the fragments before each is released. The
|
/Zephyr-latest/doc/project/ |
D | code_flow.rst | 19 branch shall target the main development branch. For released versions of
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | a2dp.c | 376 (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/ |
D | a2dp.h | 670 void (*released)(struct bt_a2dp_stream *stream); member
|
/Zephyr-latest/samples/basic/button/ |
D | README.rst | 37 released.
|
/Zephyr-latest/samples/bluetooth/tmap_central/src/ |
D | cap_initiator.c | 103 .released = unicast_stream_released,
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_unicast.c | 410 .released = unicast_stream_released_cb, in init_cap_acceptor_unicast()
|
/Zephyr-latest/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 108 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/ |
D | Kconfig.deprecated | 5 # This file should be removed after Zephyr 4.0 is released
|