Home
last modified time | relevance | path

Searched refs:dma_type (Results 1 – 12 of 12) sorted by relevance

/linux/sound/hda/core/
H A Dcontroller.c707 int dma_type = bus->dma_type ? bus->dma_type : SNDRV_DMA_TYPE_DEV; in snd_hdac_bus_alloc_stream_pages() local
712 err = snd_dma_alloc_pages(dma_type, bus->dev, in snd_hdac_bus_alloc_stream_pages()
722 err = snd_dma_alloc_pages(dma_type, bus->dev, in snd_hdac_bus_alloc_stream_pages()
730 return snd_dma_alloc_pages(dma_type, bus->dev, PAGE_SIZE, &bus->rb); in snd_hdac_bus_alloc_stream_pages()
H A Dbus.c40 bus->dma_type = SNDRV_DMA_TYPE_DEV; in snd_hdac_bus_init()
/linux/drivers/dma/
H A Dmxs-dma.c746 const struct mxs_dma_type *dma_type; in mxs_dma_probe() local
760 dma_type = (struct mxs_dma_type *)of_device_get_match_data(&pdev->dev); in mxs_dma_probe()
761 mxs_dma->type = dma_type->type; in mxs_dma_probe()
762 mxs_dma->dev_id = dma_type->id; in mxs_dma_probe()
/linux/drivers/scsi/megaraid/
H A Dmega_common.h72 uint32_t dma_type; member
H A Dmegaraid_mbox.c1076 scb->dma_type = MRAID_DMA_NONE; in megaraid_alloc_cmd_packets()
1295 scb->dma_type = MRAID_DMA_NONE; in megaraid_alloc_scb()
1356 scb->dma_type = MRAID_DMA_WSG; in megaraid_mbox_mksgl()
3444 scb->dma_type = MRAID_DMA_NONE; in megaraid_cmm_register()
3580 scb->dma_type = MRAID_DMA_NONE; in megaraid_mbox_mm_command()
/linux/arch/powerpc/platforms/powernv/
H A Dvas.h414 enum vas_dma_type dma_type; member
H A Dvas-window.c416 val = SET_FIELD(VAS_LDMA_TYPE, val, winctx->dma_type); in init_winctx_regs()
749 winctx->dma_type = VAS_DMA_TYPE_INJECT; in init_winctx_for_rxwin()
959 winctx->dma_type = VAS_DMA_TYPE_INJECT; in init_winctx_for_txwin()
/linux/sound/soc/intel/avs/
H A Dprobes.c169 node_id.dma_type = AVS_DMA_HDA_HOST_INPUT; in avs_probe_compr_set_params()
H A Dmessages.h773 u32 dma_type:5; member
/linux/include/sound/
H A Dhdaudio.h334 int dma_type; /* SNDRV_DMA_TYPE_XXX for CORB/RIRB */ member
/linux/drivers/scsi/lpfc/
H A Dlpfc.h829 enum dma_type { enum
/linux/sound/hda/controllers/
H A Dintel.c1823 azx_bus(chip)->dma_type = SNDRV_DMA_TYPE_DEV_WC; in azx_create()