Searched refs:dma_region_alloc (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Ddma.h71 int dma_region_alloc(struct dma_region *dma, unsigned long n_bytes,
H A Ddma.c77 * dma_region_alloc - allocate the buffer and map it to the IOMMU
79 int dma_region_alloc(struct dma_region *dma, unsigned long n_bytes, function
91 printk(KERN_ERR "dma_region_alloc: vmalloc_32() failed\n");
101 printk(KERN_ERR "dma_region_alloc: vmalloc(sglist) failed\n");
121 printk(KERN_ERR "dma_region_alloc: pci_map_sg() failed\n");
H A Diso.c130 if (dma_region_alloc
H A Dieee1394_core.c1344 EXPORT_SYMBOL(dma_region_alloc); variable
H A Ddv1394.c983 retval = dma_region_alloc(&video->dv_buf, new_buf_size, video->ohci->dev, PCI_DMA_TODEVICE);
1004 retval = dma_region_alloc(&video->packet_buf, video->packet_buf_size,
H A Dvideo1394.c205 if (dma_region_alloc(&d->dma, (d->num_desc - 1) * d->buf_size, ohci->dev,

Completed in 174 milliseconds