Searched refs:dma_type (Results 1 – 12 of 12) sorted by relevance
707 int dma_type = bus->dma_type ? bus->dma_type : SNDRV_DMA_TYPE_DEV; in snd_hdac_bus_alloc_stream_pages() local712 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()
40 bus->dma_type = SNDRV_DMA_TYPE_DEV; in snd_hdac_bus_init()
746 const struct mxs_dma_type *dma_type; in mxs_dma_probe() local760 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()
72 uint32_t dma_type; member
1076 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()
414 enum vas_dma_type dma_type; member
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()
169 node_id.dma_type = AVS_DMA_HDA_HOST_INPUT; in avs_probe_compr_set_params()
773 u32 dma_type:5; member
334 int dma_type; /* SNDRV_DMA_TYPE_XXX for CORB/RIRB */ member
829 enum dma_type { enum
1823 azx_bus(chip)->dma_type = SNDRV_DMA_TYPE_DEV_WC; in azx_create()