/drivers/base/ |
D | dma-mapping.c | 64 void *dmam_alloc_coherent(struct device *dev, size_t size, in dmam_alloc_coherent() function 88 EXPORT_SYMBOL(dmam_alloc_coherent);
|
/drivers/crypto/ |
D | sahara.c | 1444 dev->hw_desc[0] = dmam_alloc_coherent(&pdev->dev, in sahara_probe() 1456 dev->key_base = dmam_alloc_coherent(&pdev->dev, 2 * AES_KEYSIZE_128, in sahara_probe() 1466 dev->context_base = dmam_alloc_coherent(&pdev->dev, in sahara_probe() 1475 dev->hw_link[0] = dmam_alloc_coherent(&pdev->dev, in sahara_probe()
|
/drivers/dma/qcom/ |
D | hidma_ll.c | 745 lldev->tre_ring = dmam_alloc_coherent(dev, sz, &lldev->tre_dma, in hidma_ll_init() 765 lldev->evre_ring = dmam_alloc_coherent(dev, sz, &lldev->evre_dma, in hidma_ll_init()
|
/drivers/staging/goldfish/ |
D | goldfish_audio.c | 303 data->buffer_virt = dmam_alloc_coherent(&pdev->dev, in goldfish_audio_probe()
|
D | goldfish_nand.c | 291 nand->cmd_params = dmam_alloc_coherent(&pdev->dev, in nand_setup_cmd_params()
|
/drivers/scsi/isci/ |
D | host.c | 2257 ihost->completion_queue = dmam_alloc_coherent(dev, size, &ihost->cq_dma, in sci_controller_dma_alloc() 2263 ihost->remote_node_context_table = dmam_alloc_coherent(dev, size, &ihost->rnc_dma, in sci_controller_dma_alloc() 2270 ihost->task_context_table = dmam_alloc_coherent(dev, size, &ihost->tc_dma, in sci_controller_dma_alloc() 2276 ihost->ufi_buf = dmam_alloc_coherent(dev, size, &ihost->ufi_dma, GFP_KERNEL); in sci_controller_dma_alloc() 2284 ireq = dmam_alloc_coherent(dev, sizeof(*ireq), &dma, GFP_KERNEL); in sci_controller_dma_alloc()
|
/drivers/ata/ |
D | sata_inic162x.c | 704 pp->pkt = dmam_alloc_coherent(dev, sizeof(struct inic_pkt), in inic_port_start() 709 pp->cpb_tbl = dmam_alloc_coherent(dev, IDMA_CPB_TBL_SIZE, in inic_port_start()
|
D | acard-ahci.c | 360 mem = dmam_alloc_coherent(dev, dma_sz, &mem_dma, GFP_KERNEL); in acard_ahci_port_start()
|
D | sata_qstor.c | 492 pp->pkt = dmam_alloc_coherent(dev, QS_PKT_BYTES, &pp->pkt_dma, in qs_port_start()
|
D | pdc_adma.c | 559 pp->pkt = dmam_alloc_coherent(dev, ADMA_PKT_BYTES, &pp->pkt_dma, in adma_port_start()
|
D | pata_macio.c | 717 dmam_alloc_coherent(priv->dev, in pata_macio_port_start()
|
/drivers/iommu/ |
D | arm-smmu-v3.c | 1136 desc->l2ptr = dmam_alloc_coherent(smmu->dev, size, &desc->l2ptr_dma, in arm_smmu_init_l2_strtab() 1462 cfg->cdptr = dmam_alloc_coherent(smmu->dev, CTXDESC_CD_DWORDS << 3, in arm_smmu_domain_finalise_s1() 1913 q->base = dmam_alloc_coherent(smmu->dev, qsz, &q->base_dma, GFP_KERNEL); in arm_smmu_init_one_queue() 2006 strtab = dmam_alloc_coherent(smmu->dev, l1size, &cfg->strtab_dma, in arm_smmu_init_strtab_2lvl() 2035 strtab = dmam_alloc_coherent(smmu->dev, size, &cfg->strtab_dma, in arm_smmu_init_strtab_linear()
|
/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_2835_arm.c | 123 slot_mem = dmam_alloc_coherent(dev, slot_mem_size + frag_mem_size, in vchiq_platform_init()
|
/drivers/platform/goldfish/ |
D | goldfish_pipe.c | 177 aps = dmam_alloc_coherent(&pdev->dev, sizeof(struct access_params), in setup_access_params_addr()
|
/drivers/video/fbdev/ |
D | wm8505fb.c | 333 fb_mem_virt = dmam_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in wm8505fb_probe()
|
D | au1100fb.c | 466 fbdev->fb_mem = dmam_alloc_coherent(&dev->dev, in au1100fb_drv_probe()
|
/drivers/mtd/spi-nor/ |
D | hisi-sfc.c | 446 host->buffer = dmam_alloc_coherent(dev, HIFMC_DMA_MAX_LEN, in hisi_spi_nor_probe()
|
/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_main.c | 1012 ring->desc_addr = dmam_alloc_coherent(dev, size, &ring->dma, in xgene_enet_create_desc_ring() 1021 irq_mbox_addr = dmam_alloc_coherent(dev, INTR_MBOX_SIZE, in xgene_enet_create_desc_ring() 1149 exp_bufs = dmam_alloc_coherent(dev, size, &dma_exp_bufs, in xgene_enet_create_desc_rings()
|
/drivers/block/mtip32xx/ |
D | mtip32xx.c | 1632 buf = dmam_alloc_coherent(&dd->pdev->dev, ATA_SECT_SIZE, &dma_addr, in mtip_send_trim() 1877 buf = dmam_alloc_coherent(&port->dd->pdev->dev, in exec_drive_command() 3093 dmam_alloc_coherent(&dd->pdev->dev, BLOCK_DMA_ALLOC_SZ, in mtip_dma_alloc() 3101 dmam_alloc_coherent(&dd->pdev->dev, AHCI_CMD_TBL_SZ, in mtip_dma_alloc() 3855 cmd->command = dmam_alloc_coherent(&dd->pdev->dev, CMD_DMA_ALLOC_SZ, in mtip_init_cmd()
|
/drivers/net/wireless/ath/ath9k/ |
D | mci.c | 441 buf->bf_addr = dmam_alloc_coherent(sc->dev, in ath_mci_setup()
|
D | init.c | 271 dd->dd_desc = dmam_alloc_coherent(sc->dev, dd->dd_desc_len, in ath_descdma_setup()
|
/drivers/i2c/busses/ |
D | i2c-ismt.c | 772 priv->hw = dmam_alloc_coherent(&priv->pci_dev->dev, in ismt_dev_init()
|
/drivers/staging/rts5208/ |
D | rtsx.c | 917 dev->rtsx_resv_buf = dmam_alloc_coherent(&pci->dev, RTSX_RESV_BUF_LEN, in rtsx_probe()
|
/drivers/net/ethernet/arc/ |
D | emac_main.c | 845 priv->rxbd = dmam_alloc_coherent(dev, RX_RING_SZ + TX_RING_SZ, in arc_emac_probe()
|
/drivers/mtd/nand/ |
D | hisi504_nand.c | 782 host->buffer = dmam_alloc_coherent(dev, mtd->writesize + mtd->oobsize, in hisi_nfc_probe()
|