Searched defs:dmab (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/sound/core/ |
D | memalloc.c | 118 static void snd_malloc_dev_iram(struct snd_dma_buffer *dmab, size_t size) in snd_malloc_dev_iram() 142 static void snd_free_dev_iram(struct snd_dma_buffer *dmab) in snd_free_dev_iram() 173 struct snd_dma_buffer *dmab) in snd_dma_alloc_pages() 237 struct snd_dma_buffer *dmab) in snd_dma_alloc_pages_fallback() 265 void snd_dma_free_pages(struct snd_dma_buffer *dmab) in snd_dma_free_pages()
|
D | sgbuf.c | 33 int snd_free_sgbuf_pages(struct snd_dma_buffer *dmab) in snd_free_sgbuf_pages() 67 size_t size, struct snd_dma_buffer *dmab, in snd_malloc_sgbuf_pages() 143 unsigned int snd_sgbuf_get_chunk_size(struct snd_dma_buffer *dmab, in snd_sgbuf_get_chunk_size()
|
D | pcm_memory.c | 53 struct snd_dma_buffer *dmab = &substream->dma_buffer; in preallocate_pcm_pages() local 335 struct snd_dma_buffer *dmab = NULL; in snd_pcm_lib_malloc_pages() local
|
/linux-4.1.27/include/sound/ |
D | memalloc.h | 106 static inline dma_addr_t snd_sgbuf_get_addr(struct snd_dma_buffer *dmab, in snd_sgbuf_get_addr() 118 static inline void *snd_sgbuf_get_ptr(struct snd_dma_buffer *dmab, in snd_sgbuf_get_ptr() 129 static inline dma_addr_t snd_sgbuf_get_addr(struct snd_dma_buffer *dmab, in snd_sgbuf_get_addr() 135 static inline void *snd_sgbuf_get_ptr(struct snd_dma_buffer *dmab, in snd_sgbuf_get_ptr() 141 #define snd_sgbuf_get_chunk_size(dmab, ofs, size) (size) argument
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 538 lpfc_sli4_rb_free(struct lpfc_hba *phba, struct hbq_dmabuf *dmab) in lpfc_sli4_rb_free()
|
/linux-4.1.27/sound/soc/intel/haswell/ |
D | sst-haswell-pcm.c | 143 struct snd_dma_buffer dmab[HSW_PCM_COUNT][2]; member 443 struct snd_dma_buffer *dmab = snd_pcm_get_dma_buf(substream); in create_adsp_page_table() local 481 struct snd_dma_buffer *dmab; in hsw_pcm_hw_params() local
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_controller.c | 291 struct snd_dma_buffer *dmab, in setup_bdle() 1443 struct snd_dma_buffer *dmab) in azx_load_dsp_cleanup()
|
D | hda_codec.h | 543 struct snd_dma_buffer *dmab) in snd_hda_codec_load_dsp_cleanup() 559 struct snd_dma_buffer *dmab) {} in snd_hda_codec_load_dsp_cleanup()
|
D | hda_intel.c | 373 static void __mark_pages_wc(struct azx *chip, struct snd_dma_buffer *dmab, bool on) in __mark_pages_wc()
|
D | patch_ca0132.c | 2038 struct snd_dma_buffer *dmab; member
|
/linux-4.1.27/sound/pci/rme9652/ |
D | rme9652.c | 293 static int snd_hammerfall_get_buffer(struct pci_dev *pci, struct snd_dma_buffer *dmab, size_t size) in snd_hammerfall_get_buffer() 303 static void snd_hammerfall_free_buffer(struct snd_dma_buffer *dmab, struct pci_dev *pci) in snd_hammerfall_free_buffer()
|
D | hdsp.c | 583 static int snd_hammerfall_get_buffer(struct pci_dev *pci, struct snd_dma_buffer *dmab, size_t size) in snd_hammerfall_get_buffer() 593 static void snd_hammerfall_free_buffer(struct snd_dma_buffer *dmab, struct pci_dev *pci) in snd_hammerfall_free_buffer()
|