Home
last modified time | relevance | path

Searched refs:get_fifo_count (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_dlp.h14 int (*get_fifo_count)(struct device *dev, int stream); member
H A Drockchip_dlp.c626 fifo_a = dlp->config->get_fifo_count(dlp->dev, substream->stream); in dmaengine_dlp_setup()
630 fifo_b = dlp->config->get_fifo_count(dlp->dev, bstream); in dmaengine_dlp_setup()
H A Drockchip_i2s_tdm.c2462 .get_fifo_count = rockchip_i2s_tdm_get_fifo_count,