Home
last modified time | relevance | path

Searched refs:dma_type (Results 1 – 15 of 15) 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/sound/soc/intel/avs/
H A Dpath.c204 switch (module_template->cfg_ext->copier.dma_type) { in avs_path_set_constraint()
247 node_id->dma_type = te->copier.dma_type; in avs_init_node_id()
249 switch (node_id->dma_type) { in avs_init_node_id()
288 switch (te->copier.dma_type) { in avs_nhlt_config_or_default()
341 u32 dma_type = t->cfg_ext->copier.dma_type; in avs_append_dma_cfg() local
349 switch (dma_type) { in avs_append_dma_cfg()
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/drivers/scsi/megaraid/
H A Dmega_common.h72 uint32_t dma_type; member
H A Dmegaraid_mbox.c1078 scb->dma_type = MRAID_DMA_NONE; in megaraid_alloc_cmd_packets()
1297 scb->dma_type = MRAID_DMA_NONE; in megaraid_alloc_scb()
1358 scb->dma_type = MRAID_DMA_WSG; in megaraid_mbox_mksgl()
3447 scb->dma_type = MRAID_DMA_NONE; in megaraid_cmm_register()
3583 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/drivers/scsi/
H A Dmegaraid.c440 scb->dma_type = MEGA_DMA_TYPE_NONE; in DEF_SCSI_QCMD()
1665 switch( scb->dma_type ) { in mega_free_scb()
1726 scb->dma_type = MEGA_SGLIST; in mega_build_sglist()
2909 scb->dma_type = MEGA_DMA_TYPE_NONE; in mega_init_scb()
/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
H A Dlpfc_debugfs.c5873 enum mbox_type mbox_tp, enum dma_type dma_tp, in lpfc_idiag_mbxacc_dump_bsg_mbox()
/linux/sound/hda/controllers/
H A Dintel.c1823 azx_bus(chip)->dma_type = SNDRV_DMA_TYPE_DEV_WC; in azx_create()