Home
last modified time | relevance | path

Searched refs:hal2_desc (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/sound/mips/
Dhal2.c50 struct hal2_desc { struct
61 struct hal2_desc *desc; argument
447 struct hal2_desc *desc; in hal2_alloc_dmabuf()
456 desc = dma_alloc_attrs(dev, count * sizeof(struct hal2_desc), in hal2_alloc_dmabuf()
470 desc_dma : desc_dma + (i + 1) * sizeof(struct hal2_desc); in hal2_alloc_dmabuf()
473 dma_cache_sync(dev, codec->desc, count * sizeof(struct hal2_desc), in hal2_alloc_dmabuf()
483 dma_free_attrs(dev, codec->desc_count * sizeof(struct hal2_desc), in hal2_free_dmabuf()