Home
last modified time | relevance | path

Searched refs:dma_dev (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/platforms/512x/
Dmpc512x_lpbfifo.c165 struct dma_device *dma_dev = NULL; in mpc512x_lpbfifo_kick() local
226 dma_dev = lpbfifo.chan->device; in mpc512x_lpbfifo_kick()
243 if (dma_dev->device_config(lpbfifo.chan, &dma_conf)) { in mpc512x_lpbfifo_kick()
250 sg_dma_address(&sg) = dma_map_single(dma_dev->dev, in mpc512x_lpbfifo_kick()
252 if (dma_mapping_error(dma_dev->dev, sg_dma_address(&sg))) in mpc512x_lpbfifo_kick()
327 dma_unmap_single(dma_dev->dev, sg_dma_address(&sg), in mpc512x_lpbfifo_kick()
501 struct dma_device *dma_dev = lpbfifo.chan->device; in mpc512x_lpbfifo_remove() local
509 dma_dev->device_terminate_all(lpbfifo.chan); in mpc512x_lpbfifo_remove()
/arch/s390/include/asm/
Dcio.h365 void *cio_gp_dma_zalloc(struct gen_pool *gp_dma, struct device *dma_dev,
368 void cio_gp_dma_destroy(struct gen_pool *gp_dma, struct device *dma_dev);
369 struct gen_pool *cio_gp_dma_create(struct device *dma_dev, int nr_pages);
/arch/mips/alchemy/common/
Ddma.c77 static const struct dma_dev { struct
127 static const struct dma_dev dma_dev_table_bank2[DMA_NUM_DEV_BANK2] = {
168 const struct dma_dev *dev; in request_au1000_dma()