Searched refs:aiodma_rb_set_threshold (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/sound/soc/uniphier/ |
H A D | aio-dma.c | 36 ret = aiodma_rb_set_threshold(sub, runtime->dma_bytes, in aiodma_pcm_irq() 55 ret = aiodma_rb_set_threshold(sub, sub->compr_bytes, in aiodma_compr_irq()
|
H A D | aio-core.c | 1122 int aiodma_rb_set_threshold(struct uniphier_aio_sub *sub, u64 size, u32 th) in aiodma_rb_set_threshold() function 1157 ret = aiodma_rb_set_threshold(sub, size, 2 * period); in aiodma_rb_set_buffer() 1196 aiodma_rb_set_threshold(sub, size, 2 * period); in aiodma_rb_sync() 1208 aiodma_rb_set_threshold(sub, size, 2 * period); in aiodma_rb_sync()
|
H A D | aio.h | 346 int aiodma_rb_set_threshold(struct uniphier_aio_sub *sub, u64 size, u32 th);
|
H A D | aio-compress.c | 366 aiodma_rb_set_threshold(sub, sub->compr_bytes, 2 * bytes); in uniphier_aio_compr_copy()
|