Searched refs:snd_devm_alloc_pages (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | memalloc.h | 113 snd_devm_alloc_pages(struct device *dev, int type, size_t size) in snd_devm_alloc_pages() function
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | emu10k1.c | 115 snd_devm_alloc_pages(&pci->dev, SNDRV_DMA_TYPE_DEV, 1024); in snd_card_emu10k1_probe()
|
H A D | emu10k1x.c | 901 chip->dma_buffer = snd_devm_alloc_pages(&pci->dev, SNDRV_DMA_TYPE_DEV, in snd_emu10k1x_create()
|
/openbmc/linux/sound/pci/korg1212/ |
H A D | korg1212.c | 2183 korg1212->dma_shared = snd_devm_alloc_pages(&pci->dev, in snd_korg1212_create() 2195 korg1212->dma_play = snd_devm_alloc_pages(&pci->dev, SNDRV_DMA_TYPE_DEV, in snd_korg1212_create() 2206 korg1212->dma_rec = snd_devm_alloc_pages(&pci->dev, SNDRV_DMA_TYPE_DEV, in snd_korg1212_create() 2239 korg1212->dma_dsp = snd_devm_alloc_pages(&pci->dev, SNDRV_DMA_TYPE_DEV, in snd_korg1212_create()
|
/openbmc/linux/sound/pci/lola/ |
H A D | lola_pcm.c | 593 snd_devm_alloc_pages(&chip->pci->dev, SNDRV_DMA_TYPE_DEV, in lola_create_pcm()
|
H A D | lola.c | 350 chip->rb = snd_devm_alloc_pages(&chip->pci->dev, SNDRV_DMA_TYPE_DEV, in setup_corb_rirb()
|
/openbmc/linux/sound/pci/ |
H A D | intel8x0m.c | 1114 chip->bdbars = snd_devm_alloc_pages(&pci->dev, SNDRV_DMA_TYPE_DEV, in snd_intel8x0m_init()
|
H A D | ens1370.c | 2043 snd_devm_alloc_pages(&pci->dev, SNDRV_DMA_TYPE_DEV, 16); in snd_ensoniq_create()
|
H A D | intel8x0.c | 2990 chip->bdbars = snd_devm_alloc_pages(&pci->dev, intel8x0_dma_type(chip), in snd_intel8x0_init()
|
/openbmc/linux/sound/pci/ca0106/ |
H A D | ca0106_main.c | 1610 chip->buffer = snd_devm_alloc_pages(&pci->dev, SNDRV_DMA_TYPE_DEV, 1024); in snd_ca0106_create()
|
/openbmc/linux/sound/pci/trident/ |
H A D | trident_main.c | 3322 snd_devm_alloc_pages(&trident->pci->dev, SNDRV_DMA_TYPE_DEV, in snd_trident_tlb_alloc() 3333 snd_devm_alloc_pages(&trident->pci->dev, SNDRV_DMA_TYPE_DEV, in snd_trident_tlb_alloc()
|
/openbmc/linux/sound/pci/echoaudio/ |
H A D | echoaudio.c | 1954 snd_devm_alloc_pages(&pci->dev, SNDRV_DMA_TYPE_DEV, in snd_echo_create()
|
/openbmc/linux/sound/pci/rme9652/ |
H A D | rme9652.c | 284 return snd_devm_alloc_pages(&pci->dev, SNDRV_DMA_TYPE_DEV, size); in snd_hammerfall_get_buffer()
|
H A D | hdsp.c | 574 return snd_devm_alloc_pages(&pci->dev, SNDRV_DMA_TYPE_DEV, size); in snd_hammerfall_get_buffer()
|
/openbmc/linux/sound/pci/ymfpci/ |
H A D | ymfpci_main.c | 2114 chip->work_ptr = snd_devm_alloc_pages(&chip->pci->dev, in snd_ymfpci_memalloc()
|