/linux-4.1.27/sound/pci/asihpi/ |
H A D | hpios.c | 49 /*?? any benefit in using managed dmam_alloc_coherent? */ hpios_locked_mem_alloc()
|
/linux-4.1.27/drivers/base/ |
H A D | dma-mapping.c | 53 * 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 D | goldfish_audio.c | 296 data->buffer_virt = dmam_alloc_coherent(&pdev->dev, goldfish_audio_probe()
|
/linux-4.1.27/include/linux/ |
H A D | dma-mapping.h | 231 extern void *dmam_alloc_coherent(struct device *dev, size_t size,
|
/linux-4.1.27/drivers/ata/ |
H A D | sata_inic162x.c | 704 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 D | pata_pxa.c | 342 data->dma_desc = dmam_alloc_coherent(&pdev->dev, PAGE_SIZE, pxa_ata_probe()
|
H A D | acard-ahci.c | 360 mem = dmam_alloc_coherent(dev, dma_sz, &mem_dma, GFP_KERNEL); acard_ahci_port_start()
|
H A D | pdc_adma.c | 559 pp->pkt = dmam_alloc_coherent(dev, ADMA_PKT_BYTES, &pp->pkt_dma, adma_port_start()
|
H A D | sata_qstor.c | 492 pp->pkt = dmam_alloc_coherent(dev, QS_PKT_BYTES, &pp->pkt_dma, qs_port_start()
|
H A D | sata_nv.c | 1168 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 D | sata_promise.c | 346 pp->pkt = dmam_alloc_coherent(dev, 128, &pp->pkt_dma, GFP_KERNEL); pdc_common_port_start()
|
H A D | sata_sil24.c | 1212 cb = dmam_alloc_coherent(dev, cb_size, &cb_dma, GFP_KERNEL); sil24_port_start()
|
H A D | sata_sx4.c | 308 pp->pkt = dmam_alloc_coherent(dev, 128, &pp->pkt_dma, GFP_KERNEL); pdc_port_start()
|
H A D | pata_macio.c | 717 dmam_alloc_coherent(priv->dev, pata_macio_port_start()
|
H A D | libahci.c | 2261 mem = dmam_alloc_coherent(dev, dma_sz, &mem_dma, GFP_KERNEL); ahci_port_start()
|
H A D | libata-sff.c | 3115 dmam_alloc_coherent(ap->host->dev, ATA_PRD_TBL_SZ, ata_bmdma_port_start()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | wm8505fb.c | 333 fb_mem_virt = dmam_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, wm8505fb_probe()
|
H A D | au1100fb.c | 488 fbdev->fb_mem = dmam_alloc_coherent(&dev->dev, au1100fb_drv_probe()
|
H A D | fsl-diu-fb.c | 1693 data = dmam_alloc_coherent(&pdev->dev, sizeof(struct fsl_diu_data), fsl_diu_probe()
|
/linux-4.1.27/drivers/scsi/isci/ |
H A D | host.c | 2257 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 D | hisi504_nand.c | 773 host->buffer = dmam_alloc_coherent(dev, mtd->writesize + mtd->oobsize, hisi_nfc_probe()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | mci.c | 441 buf->bf_addr = dmam_alloc_coherent(sc->dev, ath_mci_setup()
|
H A D | init.c | 271 dd->dd_desc = dmam_alloc_coherent(sc->dev, dd->dd_desc_len, ath_descdma_setup()
|
H A D | xmit.c | 2818 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 D | emac_main.c | 798 priv->rxbd = dmam_alloc_coherent(dev, RX_RING_SZ + TX_RING_SZ, arc_emac_probe()
|
/linux-4.1.27/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 1629 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 D | i2c-ismt.c | 766 priv->hw = dmam_alloc_coherent(&priv->pci_dev->dev, ismt_dev_init()
|
/linux-4.1.27/drivers/net/can/spi/ |
H A D | mcp251x.c | 1111 priv->spi_tx_buf = dmam_alloc_coherent(&spi->dev, mcp251x_can_probe()
|
/linux-4.1.27/drivers/net/ethernet/ |
H A D | ethoc.c | 1096 priv->membase = dmam_alloc_coherent(&pdev->dev, ethoc_probe()
|
/linux-4.1.27/drivers/soc/ti/ |
H A D | knav_qmss_queue.c | 1148 block->virt = dmam_alloc_coherent(kdev->dev, knav_get_link_ram()
|
/linux-4.1.27/drivers/staging/fbtft/ |
H A D | fbtft-core.c | 861 txbuf = dmam_alloc_coherent(dev, txbuflen, &par->txbuf.dma, GFP_DMA); fbtft_framebuffer_alloc()
|
/linux-4.1.27/drivers/scsi/ufs/ |
H A D | ufshcd.c | 1914 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 D | bcm63xx_udc.c | 773 iudma->bd_ring = dmam_alloc_coherent(udc->dev, iudma_init_channel()
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | dw_mmc.c | 2501 host->sg_cpu = dmam_alloc_coherent(host->dev, PAGE_SIZE, dw_mci_init_dma()
|