Lines Matching refs:ovly
2478 bool ovly)
2510 if (ovly) {
2535 if (ovly) {
2679 unsigned int dma_chan, bool ovly)
2686 if (ovly) {
2715 unsigned int dma_chan, bool ovly)
2722 if (ovly) {
3070 * @ovly: TRUE if overlay format is required
3080 bool ovly)
3187 status = dsp_dma_stop(codec, dma_chan, ovly);
3191 dma_chan, port_map_mask, ovly);
3201 status = dsp_dma_start(codec, dma_chan, ovly);
3266 * @ovly: TRUE if overlay format is required
3275 bool ovly)
3302 dma_engine->buf_size = (ovly ? DSP_DMA_WRITE_BUFLEN_OVLY :
3305 dma_chan = ovly ? INVALID_DMA_CHANNEL : 0;
3323 if (ovly) {
3356 port_map_mask, ovly);
3377 if (ovly && (dma_chan != INVALID_DMA_CHANNEL))
3410 * @ovly: TRUE if overlay format is required
3413 * @autostart: TRUE if DSP starts after loading; ignored if ovly is TRUE
3425 bool ovly,
3436 if (!ovly)
3452 if (!ovly)
3460 ovly);
3466 if (autostart && !ovly) {