Searched refs:dma_transfer (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/include/mach/
H A Ddma.h506 * Note: If you call dma_transfer, or one of the other dma_alloc_ functions
736 int dma_transfer(DMA_Handle_t handle, /* DMA Handle */
759 return dma_transfer(handle,
780 return dma_transfer(handle,
801 return dma_transfer(handle,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Ddw_spi.c419 static void dma_transfer(struct dw_spi *dws, int cs_change) function
602 dma_transfer(dws, cs_change);
H A Dpxa2xx_spi.c542 "dma_transfer: ssp rx stall failed\n");
603 static irqreturn_t dma_transfer(struct driver_data *drv_data) function
610 dma_error_stop(drv_data, "dma_transfer: fifo overrun");
1040 drv_data->transfer_handler = dma_transfer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/
H A Ddma.c554 * Note: If you call dma_transfer, or one of the other dma_alloc_ functions
586 /* Set things up so that if dma_transfer is called then this descriptor */
1481 int dma_transfer(DMA_Handle_t handle, /* DMA Handle */ function
1528 EXPORT_SYMBOL(dma_transfer); variable

Completed in 66 milliseconds