/Linux-v6.6/drivers/crypto/aspeed/ |
D | aspeed-hace.c | 188 dmam_alloc_coherent(&pdev->dev, in aspeed_hace_probe() 200 dmam_alloc_coherent(&pdev->dev, in aspeed_hace_probe() 212 dmam_alloc_coherent(&pdev->dev, in aspeed_hace_probe() 225 dmam_alloc_coherent(&pdev->dev, in aspeed_hace_probe()
|
/Linux-v6.6/drivers/crypto/inside-secure/ |
D | safexcel_ring.c | 23 cdr->base = dmam_alloc_coherent(priv->dev, in safexcel_init_ring_descriptors() 34 cdr->shbase = dmam_alloc_coherent(priv->dev, in safexcel_init_ring_descriptors() 60 rdr->base = dmam_alloc_coherent(priv->dev, in safexcel_init_ring_descriptors()
|
/Linux-v6.6/Documentation/driver-api/driver-model/ |
D | devres.rst | 60 dmam_alloc_coherent(). It is identical to dma_alloc_coherent() except 78 dmam_alloc_coherent(dev, size, dma_handle, gfp) 99 If a driver uses dmam_alloc_coherent(), the area is guaranteed to be 113 d->ring = dmam_alloc_coherent(...); 259 dmam_alloc_coherent()
|
/Linux-v6.6/drivers/accel/ivpu/ |
D | ivpu_mmu.c | 283 cdtab->base = dmam_alloc_coherent(vdev->drm.dev, size, &cdtab->dma, GFP_KERNEL); in ivpu_mmu_cdtab_alloc() 298 strtab->base = dmam_alloc_coherent(vdev->drm.dev, size, &strtab->dma, GFP_KERNEL); in ivpu_mmu_strtab_alloc() 317 q->base = dmam_alloc_coherent(vdev->drm.dev, IVPU_MMU_CMDQ_SIZE, &q->dma, GFP_KERNEL); in ivpu_mmu_cmdq_alloc() 336 q->base = dmam_alloc_coherent(vdev->drm.dev, IVPU_MMU_EVTQ_SIZE, &q->dma, GFP_KERNEL); in ivpu_mmu_evtq_alloc()
|
/Linux-v6.6/drivers/net/ethernet/intel/ice/ |
D | ice_controlq.c | 95 cq->sq.desc_buf.va = dmam_alloc_coherent(ice_hw_to_dev(hw), size, in ice_alloc_ctrlq_sq_ring() 126 cq->rq.desc_buf.va = dmam_alloc_coherent(ice_hw_to_dev(hw), size, in ice_alloc_ctrlq_rq_ring() 177 bi->va = dmam_alloc_coherent(ice_hw_to_dev(hw), in ice_alloc_rq_bufs() 246 bi->va = dmam_alloc_coherent(ice_hw_to_dev(hw), in ice_alloc_sq_bufs()
|
/Linux-v6.6/drivers/misc/mei/ |
D | dma-ring.c | 33 dscr->vaddr = dmam_alloc_coherent(dev->dev, dscr->size, &dscr->daddr, in mei_dmam_dscr_alloc()
|
/Linux-v6.6/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 2190 hisi_hba->cmd_hdr[i] = dmam_alloc_coherent(dev, s, in hisi_sas_alloc() 2198 hisi_hba->complete_hdr[i] = dmam_alloc_coherent(dev, s, in hisi_sas_alloc() 2206 hisi_hba->itct = dmam_alloc_coherent(dev, s, &hisi_hba->itct_dma, in hisi_sas_alloc() 2233 buf = dmam_alloc_coherent(dev, s, &buf_dma, in hisi_sas_alloc() 2252 hisi_hba->iost = dmam_alloc_coherent(dev, s, &hisi_hba->iost_dma, in hisi_sas_alloc() 2258 hisi_hba->breakpoint = dmam_alloc_coherent(dev, s, in hisi_sas_alloc() 2270 hisi_hba->initial_fis = dmam_alloc_coherent(dev, s, in hisi_sas_alloc() 2277 hisi_hba->sata_breakpoint = dmam_alloc_coherent(dev, s, in hisi_sas_alloc()
|
/Linux-v6.6/drivers/crypto/caam/ |
D | jr.c | 539 jrp->inpring = dmam_alloc_coherent(dev, SIZEOF_JR_INPENTRY * in caam_jr_init() 545 jrp->outring = dmam_alloc_coherent(dev, SIZEOF_JR_OUTENTRY * in caam_jr_init()
|
/Linux-v6.6/drivers/net/can/peak_canfd/ |
D | peak_pciefd_main.c | 611 priv->rx_dma_vaddr = dmam_alloc_coherent(&pciefd->pci_dev->dev, in pciefd_can_probe() 623 priv->tx_dma_vaddr = dmam_alloc_coherent(&pciefd->pci_dev->dev, in pciefd_can_probe()
|
/Linux-v6.6/drivers/ufs/core/ |
D | ufs-mcq.c | 210 hwq->sqe_base_addr = dmam_alloc_coherent(hba->dev, utrdl_size, in ufshcd_mcq_memory_alloc() 219 hwq->cqe_base_addr = dmam_alloc_coherent(hba->dev, cqe_size, in ufshcd_mcq_memory_alloc()
|
/Linux-v6.6/drivers/bluetooth/ |
D | hci_bcm4377.c | 1535 ring->ring = dmam_alloc_coherent(&bcm4377->pdev->dev, in bcm4377_alloc_transfer_ring() 1550 ring->payloads = dmam_alloc_coherent( in bcm4377_alloc_transfer_ring() 1575 ring->ring = dmam_alloc_coherent(&bcm4377->pdev->dev, in bcm4377_alloc_completion_ring() 1588 bcm4377->ctx = dmam_alloc_coherent(dev, sizeof(*bcm4377->ctx), in bcm4377_init_context() 1595 dmam_alloc_coherent(dev, sizeof(*bcm4377->ring_state), in bcm4377_init_context() 1610 if (!dmam_alloc_coherent(&bcm4377->pdev->dev, 0x20, in bcm4377_init_context()
|
/Linux-v6.6/drivers/ata/ |
D | sata_inic162x.c | 708 pp->pkt = dmam_alloc_coherent(dev, sizeof(struct inic_pkt), in inic_port_start() 713 pp->cpb_tbl = dmam_alloc_coherent(dev, IDMA_CPB_TBL_SIZE, in inic_port_start()
|
D | acard-ahci.c | 309 mem = dmam_alloc_coherent(dev, dma_sz, &mem_dma, GFP_KERNEL); in acard_ahci_port_start()
|
/Linux-v6.6/drivers/mmc/host/ |
D | mmci_stm32_sdmmc.c | 116 idma->bounce_buf = dmam_alloc_coherent(dev, in sdmmc_idma_validate_data() 200 idma->sg_cpu = dmam_alloc_coherent(dev, SDMMC_LLI_BUF_LEN, in sdmmc_idma_setup()
|
/Linux-v6.6/drivers/i2c/busses/ |
D | i2c-ismt.c | 801 priv->hw = dmam_alloc_coherent(&priv->pci_dev->dev, in ismt_dev_init() 812 priv->log = dmam_alloc_coherent(&priv->pci_dev->dev, in ismt_dev_init()
|
/Linux-v6.6/drivers/dma/qcom/ |
D | hidma_ll.c | 747 lldev->tre_ring = dmam_alloc_coherent(dev, sz, &lldev->tre_dma, in hidma_ll_init() 766 lldev->evre_ring = dmam_alloc_coherent(dev, sz, &lldev->evre_dma, in hidma_ll_init()
|
/Linux-v6.6/drivers/crypto/ |
D | sahara.c | 1405 dev->hw_desc[0] = dmam_alloc_coherent(&pdev->dev, in sahara_probe() 1417 dev->key_base = dmam_alloc_coherent(&pdev->dev, 2 * AES_KEYSIZE_128, in sahara_probe() 1427 dev->context_base = dmam_alloc_coherent(&pdev->dev, in sahara_probe() 1436 dev->hw_link[0] = dmam_alloc_coherent(&pdev->dev, in sahara_probe()
|
/Linux-v6.6/sound/soc/intel/catpt/ |
D | device.c | 275 cdev->dxbuf_vaddr = dmam_alloc_coherent(dev, catpt_dram_size(cdev), in catpt_acpi_probe()
|
/Linux-v6.6/drivers/scsi/isci/ |
D | host.c | 2255 ihost->completion_queue = dmam_alloc_coherent(dev, size, &ihost->cq_dma, in sci_controller_dma_alloc() 2261 ihost->remote_node_context_table = dmam_alloc_coherent(dev, size, &ihost->rnc_dma, in sci_controller_dma_alloc() 2268 ihost->task_context_table = dmam_alloc_coherent(dev, size, &ihost->tc_dma, in sci_controller_dma_alloc() 2274 ihost->ufi_buf = dmam_alloc_coherent(dev, size, &ihost->ufi_dma, GFP_KERNEL); in sci_controller_dma_alloc() 2282 ireq = dmam_alloc_coherent(dev, sizeof(*ireq), &dma, GFP_KERNEL); in sci_controller_dma_alloc()
|
/Linux-v6.6/drivers/dma/ |
D | hisi_dma.c | 593 chan->sq = dmam_alloc_coherent(dev, sq_size, &chan->sq_dma, in hisi_dma_alloc_qps_mem() 598 chan->cq = dmam_alloc_coherent(dev, cq_size, &chan->cq_dma, in hisi_dma_alloc_qps_mem()
|
/Linux-v6.6/drivers/nvme/host/ |
D | apple.c | 1299 q->cqes = dmam_alloc_coherent(anv->dev, in apple_nvme_queue_alloc() 1305 q->sqes = dmam_alloc_coherent(anv->dev, in apple_nvme_queue_alloc() 1315 q->tcbs = dmam_alloc_coherent(anv->dev, in apple_nvme_queue_alloc()
|
/Linux-v6.6/drivers/video/fbdev/ |
D | wm8505fb.c | 326 fb_mem_virt = dmam_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in wm8505fb_probe()
|
/Linux-v6.6/sound/soc/sprd/ |
D | sprd-pcm-dma.c | 86 data->virt = dmam_alloc_coherent(dev, size, &data->phys, in sprd_pcm_open()
|
/Linux-v6.6/drivers/pci/controller/dwc/ |
D | pcie-designware.c | 917 ll->vaddr.mem = dmam_alloc_coherent(pci->dev, ll->sz, in dw_pcie_edma_ll_alloc() 928 ll->vaddr.mem = dmam_alloc_coherent(pci->dev, ll->sz, in dw_pcie_edma_ll_alloc()
|
/Linux-v6.6/drivers/iommu/arm/arm-smmu-v3/ |
D | arm-smmu-v3.c | 1009 l1_desc->l2ptr = dmam_alloc_coherent(smmu->dev, size, in arm_smmu_alloc_cd_leaf_table() 1166 cdcfg->cdtab = dmam_alloc_coherent(smmu->dev, l1size, &cdcfg->cdtab_dma, in arm_smmu_alloc_cd_tables() 1432 desc->l2ptr = dmam_alloc_coherent(smmu->dev, size, &desc->l2ptr_dma, in arm_smmu_init_l2_strtab() 2901 q->base = dmam_alloc_coherent(smmu->dev, qsz, &q->base_dma, in arm_smmu_init_one_queue() 3025 strtab = dmam_alloc_coherent(smmu->dev, l1size, &cfg->strtab_dma, in arm_smmu_init_strtab_2lvl() 3052 strtab = dmam_alloc_coherent(smmu->dev, size, &cfg->strtab_dma, in arm_smmu_init_strtab_linear()
|