Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/i2s/
Di2s_ll_stm32.h57 struct queue_item { struct
64 struct queue_item *buf; argument
Di2s_litex.h75 struct queue_item { struct
82 struct queue_item *buf; argument
Di2s_litex.c617 static struct queue_item rx_ring_buf[CONFIG_I2S_LITEX_RX_BLOCK_COUNT]; \
618 static struct queue_item tx_ring_buf[CONFIG_I2S_LITEX_TX_BLOCK_COUNT]; \
623 sizeof(dir##_ring_buf) / sizeof(struct queue_item), \
Di2s_sam_ssc.c52 struct queue_item { struct
59 struct queue_item *buf; argument
1025 struct queue_item rx_0_ring_buf[CONFIG_I2S_SAM_SSC_RX_BLOCK_COUNT + 1];
1026 struct queue_item tx_0_ring_buf[CONFIG_I2S_SAM_SSC_TX_BLOCK_COUNT + 1];
Di2s_ll_stm32.c913 struct queue_item rx_##index##_ring_buf[CONFIG_I2S_STM32_RX_BLOCK_COUNT + 1];\
914 struct queue_item tx_##index##_ring_buf[CONFIG_I2S_STM32_TX_BLOCK_COUNT + 1];\