Searched refs:dmam_alloc_coherent (Results 1 - 34 of 34) sorted by relevance

/linux-4.1.27/sound/pci/asihpi/
H A Dhpios.c49 /*?? any benefit in using managed dmam_alloc_coherent? */ hpios_locked_mem_alloc()
/linux-4.1.27/drivers/base/
H A Ddma-mapping.c53 * dmam_alloc_coherent - Managed dma_alloc_coherent()
65 void *dmam_alloc_coherent(struct device *dev, size_t size, dmam_alloc_coherent() function
89 EXPORT_SYMBOL(dmam_alloc_coherent); variable
/linux-4.1.27/drivers/staging/goldfish/
H A Dgoldfish_audio.c296 data->buffer_virt = dmam_alloc_coherent(&pdev->dev, goldfish_audio_probe()
/linux-4.1.27/include/linux/
H A Ddma-mapping.h231 extern void *dmam_alloc_coherent(struct device *dev, size_t size,
/linux-4.1.27/drivers/ata/
H A Dsata_inic162x.c704 pp->pkt = dmam_alloc_coherent(dev, sizeof(struct inic_pkt), inic_port_start()
709 pp->cpb_tbl = dmam_alloc_coherent(dev, IDMA_CPB_TBL_SIZE, inic_port_start()
H A Dpata_pxa.c342 data->dma_desc = dmam_alloc_coherent(&pdev->dev, PAGE_SIZE, pxa_ata_probe()
H A Dacard-ahci.c360 mem = dmam_alloc_coherent(dev, dma_sz, &mem_dma, GFP_KERNEL); acard_ahci_port_start()
H A Dpdc_adma.c559 pp->pkt = dmam_alloc_coherent(dev, ADMA_PKT_BYTES, &pp->pkt_dma, adma_port_start()
H A Dsata_qstor.c492 pp->pkt = dmam_alloc_coherent(dev, QS_PKT_BYTES, &pp->pkt_dma, qs_port_start()
H A Dsata_nv.c1168 mem = dmam_alloc_coherent(dev, NV_ADMA_PORT_PRIV_DMA_SZ, nv_adma_port_start()
1978 pp->prd = dmam_alloc_coherent(dev, ATA_PRD_TBL_SZ * ATA_MAX_QUEUE, nv_swncq_port_start()
H A Dsata_promise.c346 pp->pkt = dmam_alloc_coherent(dev, 128, &pp->pkt_dma, GFP_KERNEL); pdc_common_port_start()
H A Dsata_sil24.c1212 cb = dmam_alloc_coherent(dev, cb_size, &cb_dma, GFP_KERNEL); sil24_port_start()
H A Dsata_sx4.c308 pp->pkt = dmam_alloc_coherent(dev, 128, &pp->pkt_dma, GFP_KERNEL); pdc_port_start()
H A Dpata_macio.c717 dmam_alloc_coherent(priv->dev, pata_macio_port_start()
H A Dlibahci.c2261 mem = dmam_alloc_coherent(dev, dma_sz, &mem_dma, GFP_KERNEL); ahci_port_start()
H A Dlibata-sff.c3115 dmam_alloc_coherent(ap->host->dev, ATA_PRD_TBL_SZ, ata_bmdma_port_start()
/linux-4.1.27/drivers/video/fbdev/
H A Dwm8505fb.c333 fb_mem_virt = dmam_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, wm8505fb_probe()
H A Dau1100fb.c488 fbdev->fb_mem = dmam_alloc_coherent(&dev->dev, au1100fb_drv_probe()
H A Dfsl-diu-fb.c1693 data = dmam_alloc_coherent(&pdev->dev, sizeof(struct fsl_diu_data), fsl_diu_probe()
/linux-4.1.27/drivers/scsi/isci/
H A Dhost.c2257 ihost->completion_queue = dmam_alloc_coherent(dev, size, &ihost->cq_dma, sci_controller_dma_alloc()
2263 ihost->remote_node_context_table = dmam_alloc_coherent(dev, size, &ihost->rnc_dma, sci_controller_dma_alloc()
2270 ihost->task_context_table = dmam_alloc_coherent(dev, size, &ihost->tc_dma, sci_controller_dma_alloc()
2276 ihost->ufi_buf = dmam_alloc_coherent(dev, size, &ihost->ufi_dma, GFP_KERNEL); sci_controller_dma_alloc()
2284 ireq = dmam_alloc_coherent(dev, sizeof(*ireq), &dma, GFP_KERNEL); sci_controller_dma_alloc()
/linux-4.1.27/drivers/mtd/nand/
H A Dhisi504_nand.c773 host->buffer = dmam_alloc_coherent(dev, mtd->writesize + mtd->oobsize, hisi_nfc_probe()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dmci.c441 buf->bf_addr = dmam_alloc_coherent(sc->dev, ath_mci_setup()
H A Dinit.c271 dd->dd_desc = dmam_alloc_coherent(sc->dev, dd->dd_desc_len, ath_descdma_setup()
H A Dxmit.c2818 dd->dd_desc = dmam_alloc_coherent(sc->dev, dd->dd_desc_len, ath_txstatus_setup()
/linux-4.1.27/drivers/net/ethernet/arc/
H A Demac_main.c798 priv->rxbd = dmam_alloc_coherent(dev, RX_RING_SZ + TX_RING_SZ, arc_emac_probe()
/linux-4.1.27/drivers/block/mtip32xx/
H A Dmtip32xx.c1629 buf = dmam_alloc_coherent(&dd->pdev->dev, ATA_SECT_SIZE, &dma_addr, mtip_send_trim()
1874 buf = dmam_alloc_coherent(&port->dd->pdev->dev, exec_drive_command()
3062 dmam_alloc_coherent(&dd->pdev->dev, BLOCK_DMA_ALLOC_SZ, mtip_dma_alloc()
3070 dmam_alloc_coherent(&dd->pdev->dev, AHCI_CMD_TBL_SZ, mtip_dma_alloc()
3797 cmd->command = dmam_alloc_coherent(&dd->pdev->dev, CMD_DMA_ALLOC_SZ, mtip_init_cmd()
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-ismt.c766 priv->hw = dmam_alloc_coherent(&priv->pci_dev->dev, ismt_dev_init()
/linux-4.1.27/drivers/net/can/spi/
H A Dmcp251x.c1111 priv->spi_tx_buf = dmam_alloc_coherent(&spi->dev, mcp251x_can_probe()
/linux-4.1.27/drivers/net/ethernet/
H A Dethoc.c1096 priv->membase = dmam_alloc_coherent(&pdev->dev, ethoc_probe()
/linux-4.1.27/drivers/soc/ti/
H A Dknav_qmss_queue.c1148 block->virt = dmam_alloc_coherent(kdev->dev, knav_get_link_ram()
/linux-4.1.27/drivers/staging/fbtft/
H A Dfbtft-core.c861 txbuf = dmam_alloc_coherent(dev, txbuflen, &par->txbuf.dma, GFP_DMA); fbtft_framebuffer_alloc()
/linux-4.1.27/drivers/scsi/ufs/
H A Dufshcd.c1914 hba->ucdl_base_addr = dmam_alloc_coherent(hba->dev, ufshcd_memory_alloc()
1937 hba->utrdl_base_addr = dmam_alloc_coherent(hba->dev, ufshcd_memory_alloc()
1953 hba->utmrdl_base_addr = dmam_alloc_coherent(hba->dev, ufshcd_memory_alloc()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c773 iudma->bd_ring = dmam_alloc_coherent(udc->dev, iudma_init_channel()
/linux-4.1.27/drivers/mmc/host/
H A Ddw_mmc.c2501 host->sg_cpu = dmam_alloc_coherent(host->dev, PAGE_SIZE, dw_mci_init_dma()

Completed in 979 milliseconds