Searched refs:hal2_desc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/mips/ |
H A D | hal2.c | 50 struct hal2_desc { struct 61 struct hal2_desc *desc; 448 struct hal2_desc *desc; in hal2_alloc_dmabuf() 457 desc = dma_alloc_noncoherent(dev, count * sizeof(struct hal2_desc), in hal2_alloc_dmabuf() 471 desc_dma : desc_dma + (i + 1) * sizeof(struct hal2_desc); in hal2_alloc_dmabuf() 475 count * sizeof(struct hal2_desc), in hal2_alloc_dmabuf() 486 dma_free_noncoherent(dev, codec->desc_count * sizeof(struct hal2_desc), in hal2_free_dmabuf()
|
/kernel/linux/linux-6.6/sound/mips/ |
H A D | hal2.c | 50 struct hal2_desc { struct 61 struct hal2_desc *desc; 448 struct hal2_desc *desc; in hal2_alloc_dmabuf() 457 desc = dma_alloc_noncoherent(dev, count * sizeof(struct hal2_desc), in hal2_alloc_dmabuf() 471 desc_dma : desc_dma + (i + 1) * sizeof(struct hal2_desc); in hal2_alloc_dmabuf() 475 count * sizeof(struct hal2_desc), in hal2_alloc_dmabuf() 486 dma_free_noncoherent(dev, codec->desc_count * sizeof(struct hal2_desc), in hal2_free_dmabuf()
|
Completed in 3 milliseconds