Lines Matching full:memif
333 /* memif */
628 struct mtk_base_afe_memif *memif = &afe->memif[i]; in mt6797_afe_irq_handler() local
630 if (!memif->substream) in mt6797_afe_irq_handler()
633 irq = &afe->irqs[memif->irq_usage]; in mt6797_afe_irq_handler()
636 snd_pcm_period_elapsed(memif->substream); in mt6797_afe_irq_handler()
685 /* force all memif use normal mode */ in mt6797_afe_runtime_resume()
772 /* init memif */ in mt6797_afe_pcm_dev_probe()
774 afe->memif = devm_kcalloc(dev, afe->memif_size, sizeof(*afe->memif), in mt6797_afe_pcm_dev_probe()
776 if (!afe->memif) in mt6797_afe_pcm_dev_probe()
780 afe->memif[i].data = &memif_data[i]; in mt6797_afe_pcm_dev_probe()
781 afe->memif[i].irq_usage = -1; in mt6797_afe_pcm_dev_probe()