Searched refs:dma_free_pages (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/sound/hda/ |
H A D | hdac_controller.c | 499 bus->io_ops->dma_free_pages(bus, &s->bdl); snd_hdac_bus_free_stream_pages() 503 bus->io_ops->dma_free_pages(bus, &bus->rb); snd_hdac_bus_free_stream_pages() 505 bus->io_ops->dma_free_pages(bus, &bus->posbuf); snd_hdac_bus_free_stream_pages()
|
H A D | hdac_stream.c | 664 bus->io_ops->dma_free_pages(bus, bufp); snd_hdac_dsp_prepare() 711 bus->io_ops->dma_free_pages(bus, dmab); snd_hdac_dsp_cleanup()
|
/linux-4.4.14/sound/pci/hda/ |
H A D | hda_tegra.c | 97 static void dma_free_pages(struct hdac_bus *bus, struct snd_dma_buffer *buf) dma_free_pages() function 180 .dma_free_pages = dma_free_pages,
|
H A D | hda_intel.c | 1900 static void dma_free_pages(struct hdac_bus *bus, struct snd_dma_buffer *buf) dma_free_pages() function 1950 .dma_free_pages = dma_free_pages,
|
/linux-4.4.14/sound/hda/ext/ |
H A D | hdac_ext_bus.c | 77 .dma_free_pages = hdac_ext_dma_free_pages,
|
/linux-4.4.14/include/sound/ |
H A D | hdaudio.h | 221 void (*dma_free_pages)(struct hdac_bus *bus, member in struct:hdac_io_ops
|
/linux-4.4.14/sound/soc/intel/skylake/ |
H A D | skl-messages.c | 52 bus->io_ops->dma_free_pages(bus, dmab); skl_free_dma_buf()
|
Completed in 343 milliseconds