Home
last modified time | relevance | path

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

/Linux-v4.19/sound/mips/
Dhal2.c63 struct hal2_desc { struct
74 struct hal2_desc *desc; argument
459 struct hal2_desc *desc; in hal2_alloc_dmabuf()
468 desc = dma_alloc_attrs(NULL, count * sizeof(struct hal2_desc), in hal2_alloc_dmabuf()
482 desc_dma : desc_dma + (i + 1) * sizeof(struct hal2_desc); in hal2_alloc_dmabuf()
485 dma_cache_sync(NULL, codec->desc, count * sizeof(struct hal2_desc), in hal2_alloc_dmabuf()
493 dma_free_attrs(NULL, codec->desc_count * sizeof(struct hal2_desc), in hal2_free_dmabuf()