Home
last modified time | relevance | path

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

/arch/powerpc/platforms/512x/
A 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()
248 sg_dma_address(&sg) = dma_map_single(dma_dev->dev, in mpc512x_lpbfifo_kick()
250 if (dma_mapping_error(dma_dev->dev, sg_dma_address(&sg))) in mpc512x_lpbfifo_kick()
325 dma_unmap_single(dma_dev->dev, sg_dma_address(&sg), in mpc512x_lpbfifo_kick()
481 struct dma_device *dma_dev = lpbfifo.chan->device; in mpc512x_lpbfifo_remove() local
489 dma_dev->device_terminate_all(lpbfifo.chan); in mpc512x_lpbfifo_remove()
/arch/s390/include/asm/
A Dcio.h366 void *cio_gp_dma_zalloc(struct gen_pool *gp_dma, struct device *dma_dev,
368 void *__cio_gp_dma_zalloc(struct gen_pool *gp_dma, struct device *dma_dev,
371 void cio_gp_dma_destroy(struct gen_pool *gp_dma, struct device *dma_dev);
372 struct gen_pool *cio_gp_dma_create(struct device *dma_dev, int nr_pages);
/arch/mips/alchemy/common/
A Ddma.c77 static const struct dma_dev { struct
127 static const struct dma_dev dma_dev_table_bank2[DMA_NUM_DEV_BANK2] = {
145 const struct dma_dev *dev; in request_au1000_dma()

Completed in 8 milliseconds