Searched refs:dma_type (Results 1 – 15 of 15) sorted by relevance
| /linux/sound/hda/core/ |
| H A D | controller.c | 707 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 D | bus.c | 40 bus->dma_type = SNDRV_DMA_TYPE_DEV; in snd_hdac_bus_init()
|
| /linux/drivers/dma/ |
| H A D | mxs-dma.c | 746 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 D | path.c | 204 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 D | probes.c | 169 node_id.dma_type = AVS_DMA_HDA_HOST_INPUT; in avs_probe_compr_set_params()
|
| H A D | messages.h | 773 u32 dma_type:5; member
|
| /linux/drivers/scsi/megaraid/ |
| H A D | mega_common.h | 72 uint32_t dma_type; member
|
| H A D | megaraid_mbox.c | 1078 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 D | vas.h | 414 enum vas_dma_type dma_type; member
|
| H A D | vas-window.c | 416 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 D | megaraid.c | 440 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 D | hdaudio.h | 334 int dma_type; /* SNDRV_DMA_TYPE_XXX for CORB/RIRB */ member
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc.h | 829 enum dma_type { enum
|
| H A D | lpfc_debugfs.c | 5873 enum mbox_type mbox_tp, enum dma_type dma_tp, in lpfc_idiag_mbxacc_dump_bsg_mbox()
|
| /linux/sound/hda/controllers/ |
| H A D | intel.c | 1823 azx_bus(chip)->dma_type = SNDRV_DMA_TYPE_DEV_WC; in azx_create()
|