Lines Matching refs:ovly
2602 bool ovly)
2634 if (ovly) {
2659 if (ovly) {
2803 unsigned int dma_chan, bool ovly)
2810 if (ovly) {
2839 unsigned int dma_chan, bool ovly)
2846 if (ovly) {
3190 * @ovly: TRUE if overlay format is required
3200 bool ovly)
3307 status = dsp_dma_stop(codec, dma_chan, ovly);
3311 dma_chan, port_map_mask, ovly);
3321 status = dsp_dma_start(codec, dma_chan, ovly);
3386 * @ovly: TRUE if overlay format is required
3395 bool ovly)
3422 dma_engine->buf_size = (ovly ? DSP_DMA_WRITE_BUFLEN_OVLY :
3425 dma_chan = ovly ? INVALID_DMA_CHANNEL : 0;
3443 if (ovly) {
3476 port_map_mask, ovly);
3497 if (ovly && (dma_chan != INVALID_DMA_CHANNEL))
3530 * @ovly: TRUE if overlay format is required
3533 * @autostart: TRUE if DSP starts after loading; ignored if ovly is TRUE
3545 bool ovly,
3556 if (!ovly)
3572 if (!ovly)
3580 ovly);
3586 if (autostart && !ovly) {