/Zephyr-latest/dts/bindings/usb/uac2/ |
D | zephyr,uac2-audio-streaming.yaml | 52 data-underrun-control: 54 description: Data Underrun capabilities
|
/Zephyr-latest/dts/bindings/display/ |
D | renesas,smartbond-display.yaml | 34 In such a case it might case that the controller runs into underrun conditions which
|
/Zephyr-latest/drivers/disk/ |
D | Kconfig.sdmmc | 56 Enable SDMMC Hardware Flow Control to avoid FIFO underrun (TX mode) and
|
/Zephyr-latest/dts/bindings/mipi-dbi/ |
D | renesas,smartbond-mipi-dbi.yaml | 44 In such a case it might case that the controller runs into underrun conditions which
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_uart.c | 39 * because of an underrun situation. 123 /* If state is receiving then timeout was hit due to underrun */ in rx_timeout() 124 LOG_ERR("Request underrun detected"); in rx_timeout()
|
/Zephyr-latest/tests/drivers/i2s/i2s_api/src/ |
D | test_i2s_dir_both_loopback.c | 251 /** @brief TX buffer underrun. 253 * - An attempt to write to the TX queue when TX buffer underrun has occurred 255 * - Sending PREPARE trigger after the TX buffer underrun occurred changes
|
D | test_i2s_loopback.c | 365 /** @brief TX buffer underrun. 367 * - An attempt to write to the TX queue when TX buffer underrun has occurred 369 * - Sending PREPARE trigger after the TX buffer underrun occurred changes
|
/Zephyr-latest/drivers/usb/uhc/ |
D | uhc_max3421e.h | 192 /* Toggle error/ISO over-underrun */
|
/Zephyr-latest/drivers/dai/nxp/sai/ |
D | sai.c | 100 LOG_WRN("FIFO underrun detected"); in sai_isr() 273 * overrun/underrun when working with a SYNC direction. in sai_config_set() 278 * the SYNC direction which would lead to a FIFO underrun. in sai_config_set() 749 /* avoid initial underrun by writing a frame's worth of 0s */ in sai_trigger_start()
|
/Zephyr-latest/drivers/dma/ |
D | dma_nxp_edma.c | 15 * 4) Support for error if buffer overflow/underrun. 59 LOG_ERR("chan %d buffer overflow/underrun", chan->id); in edma_isr() 559 LOG_ERR("chan %d buffer overflow/underrun", chan_id); in edma_reload()
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | virtual_memory.rst | 184 automatically allocated to catch access issue due to buffer underrun
|
/Zephyr-latest/subsys/llext/ |
D | llext_link.c | 105 * life cycle, so it shouldn't underrun. in llext_dependency_remove_all() 108 __ASSERT(ext->dependency[i]->use_count, "LLEXT dependency use-count underrun!"); in llext_dependency_remove_all()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | dai.h | 151 /** TX buffer underrun or RX buffer overrun has occurred. */ 210 /** @brief Prepare the queues after underrun/overrun error has occurred.
|
D | i2s.h | 233 /** TX buffer underrun or RX buffer overrun has occurred. */ 272 /** @brief Prepare the queues after underrun/overrun error has occurred.
|
/Zephyr-latest/drivers/dai/nxp/esai/ |
D | esai.c | 14 * 2) Add function for handling underrun/overrun. Preferably 567 /* TODO: without this, the ESAI won't enter underrun in esai_trigger_start()
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/src/ |
D | main.c | 131 /* Most likely underrun occurred, prepare I2S restart */ in uac2_data_recv_cb()
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688_rtio_stream.c | 86 /* Not inherently an underrun/overrun as we may have a buffer to fill next time */ in icm42688_fifo_count_cb()
|
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/ |
D | main.c | 260 /* Test different types of underrun */ in ZTEST()
|
/Zephyr-latest/drivers/sensor/adi/adxl345/ |
D | adxl345_stream.c | 132 /* Not inherently an underrun/overrun as we may have a buffer to fill next time */ in adxl345_process_fifo_samples_cb()
|
/Zephyr-latest/drivers/sensor/adi/adxl362/ |
D | adxl362_stream.c | 164 /* Not inherently an underrun/overrun as we may have a buffer to fill next time */ in adxl362_process_fifo_samples_cb()
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_sam_ssc.c | 943 /* Check for TX buffer underrun */ in i2s_sam_isr() 948 LOG_DBG("TX buffer underrun error"); in i2s_sam_isr()
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | adxl372_stream.c | 187 /* Not inherently an underrun/overrun as we may have a buffer to fill next time */ in adxl372_process_fifo_samples_cb()
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | intel_adsp_hda.h | 50 #define DGCS_BUR BIT(10) /* Buffer Underrun */
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | adxl367_stream.c | 247 /* Not inherently an underrun/overrun as we may have a buffer to fill next time */ in adxl367_process_fifo_samples_cb()
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_si32.c | 107 * FIFO overrun (DORF = 1) or underrun (DURF = 1) error occurs, or when an XOR data FIFO in crypto_si32_irq_error_handler() 111 LOG_ERR("AES0 FIFO overrun (%u), underrun (%u), XOR FIF0 overrun (%u)", in crypto_si32_irq_error_handler()
|