Home
last modified time | relevance | path

Searched refs:k3_ringacc_ring_pop (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/soc/ti/
H A Dk3-ringacc.h218 int k3_ringacc_ring_pop(struct k3_ring *ring, void *elem);
/OK3568_Linux_fs/kernel/drivers/dma/ti/
H A Dk3-udma-glue.c371 ret = k3_ringacc_ring_pop(tx_chn->ringtxcq, desc_dma); in k3_udma_glue_pop_tx_chn()
458 ret = k3_ringacc_ring_pop(tx_chn->ringtx, &desc_dma); in k3_udma_glue_reset_tx_chn()
1149 ret = k3_ringacc_ring_pop(flow->ringrxfdq, &desc_dma); in k3_udma_glue_reset_rx_chn()
1176 return k3_ringacc_ring_pop(flow->ringrx, desc_dma); in k3_udma_glue_pop_rx_chn()
H A Dk3-udma.c606 ret = k3_ringacc_ring_pop(ring, addr); in udma_pop_from_ring()
/OK3568_Linux_fs/kernel/drivers/soc/ti/
H A Dk3-ringacc.c976 int k3_ringacc_ring_pop(struct k3_ring *ring, void *elem) in k3_ringacc_ring_pop() function
997 EXPORT_SYMBOL_GPL(k3_ringacc_ring_pop);