Searched refs:dma_alloc_coherent (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | libata-compat.h | 63 #define dma_alloc_coherent(dev,sz,dma,gfp) \ macro
|
D | libata.h | 797 ap->pad = dma_alloc_coherent(dev, ATA_DMA_PAD_BUF_SZ, in ata_pad_alloc()
|
/linux-2.4.37.9/drivers/media/video/ |
D | meye.c | 167 void *dma_alloc_coherent(struct pci_dev *dev, size_t size, in dma_alloc_coherent() function 206 meye.mchip_ptable_toc = dma_alloc_coherent(meye.mchip_dev, in ptable_alloc() 217 meye.mchip_ptable[i] = dma_alloc_coherent(meye.mchip_dev, in ptable_alloc()
|
/linux-2.4.37.9/drivers/scsi/ |
D | sata_promise.c | 258 pp->pkt = dma_alloc_coherent(dev, 128, &pp->pkt_dma, GFP_KERNEL); in pdc_port_start()
|
D | sata_qstor.c | 511 pp->pkt = dma_alloc_coherent(dev, QS_PKT_BYTES, &pp->pkt_dma, in qs_port_start()
|
D | ahci.c | 538 mem = dma_alloc_coherent(dev, AHCI_PORT_PRIV_DMA_SZ, &mem_dma, GFP_KERNEL); in ahci_port_start()
|
D | sata_sx4.c | 275 pp->pkt = dma_alloc_coherent(dev, 128, &pp->pkt_dma, GFP_KERNEL); in pdc_port_start()
|
D | libata-core.c | 4106 ap->prd = dma_alloc_coherent(dev, ATA_PRD_TBL_SZ, &ap->prd_dma, GFP_KERNEL); in ata_port_start()
|