Searched refs:dma_alloc_pages (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/sound/hda/ |
D | hdac_controller.c | 466 err = bus->io_ops->dma_alloc_pages(bus, SNDRV_DMA_TYPE_DEV, in snd_hdac_bus_alloc_stream_pages() 476 err = bus->io_ops->dma_alloc_pages(bus, SNDRV_DMA_TYPE_DEV, in snd_hdac_bus_alloc_stream_pages() 484 return bus->io_ops->dma_alloc_pages(bus, SNDRV_DMA_TYPE_DEV, in snd_hdac_bus_alloc_stream_pages()
|
D | hdac_stream.c | 637 err = bus->io_ops->dma_alloc_pages(bus, SNDRV_DMA_TYPE_DEV_SG, in snd_hdac_dsp_prepare()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_tegra.c | 91 static int dma_alloc_pages(struct hdac_bus *bus, int type, size_t size, in dma_alloc_pages() function 179 .dma_alloc_pages = dma_alloc_pages,
|
D | hda_intel.c | 1883 static int dma_alloc_pages(struct hdac_bus *bus, in dma_alloc_pages() function 1949 .dma_alloc_pages = dma_alloc_pages,
|
/linux-4.4.14/sound/hda/ext/ |
D | hdac_ext_bus.c | 76 .dma_alloc_pages = hdac_ext_dma_alloc_pages,
|
/linux-4.4.14/include/sound/ |
D | hdaudio.h | 219 int (*dma_alloc_pages)(struct hdac_bus *bus, int type, size_t size, member
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-messages.c | 41 return bus->io_ops->dma_alloc_pages(bus, SNDRV_DMA_TYPE_DEV, size, dmab); in skl_alloc_dma_buf()
|