Lines Matching defs:ovly
2589 bool ovly)
2621 if (ovly) {
2646 if (ovly) {
2790 unsigned int dma_chan, bool ovly)
2797 if (ovly) {
2826 unsigned int dma_chan, bool ovly)
2833 if (ovly) {
3176 * @ovly: TRUE if overlay format is required
3186 bool ovly)
3293 status = dsp_dma_stop(codec, dma_chan, ovly);
3297 dma_chan, port_map_mask, ovly);
3307 status = dsp_dma_start(codec, dma_chan, ovly);
3372 * @ovly: TRUE if overlay format is required
3381 bool ovly)
3408 dma_engine->buf_size = (ovly ? DSP_DMA_WRITE_BUFLEN_OVLY :
3411 dma_chan = ovly ? INVALID_DMA_CHANNEL : 0;
3429 if (ovly) {
3462 port_map_mask, ovly);
3483 if (ovly && (dma_chan != INVALID_DMA_CHANNEL))
3516 * @ovly: TRUE if overlay format is required
3519 * @autostart: TRUE if DSP starts after loading; ignored if ovly is TRUE
3531 bool ovly,
3542 if (!ovly)
3558 if (!ovly)
3566 ovly);
3572 if (autostart && !ovly) {