Home
last modified time | relevance | path

Searched refs:dma_device (Results 26 – 50 of 133) sorted by relevance

123456

/openbmc/linux/include/rdma/
H A Dib_verbs.h2703 struct device *dma_device; member
2867 struct device *dma_device);
4036 return dma_pci_p2pdma_supported(dev->dma_device); in ib_dma_pci_p2p_dma_supported()
4073 return dma_mapping_error(dev->dma_device, dma_addr); in ib_dma_mapping_error()
4104 dma_unmap_single(dev->dma_device, addr, size, direction); in ib_dma_unmap_single()
4138 dma_unmap_page(dev->dma_device, addr, size, direction); in ib_dma_unmap_page()
4149 return dma_map_sg_attrs(dev->dma_device, sg, nents, direction, in ib_dma_map_sg_attrs()
4159 dma_unmap_sg_attrs(dev->dma_device, sg, nents, direction, in ib_dma_unmap_sg_attrs()
4234 return dma_get_max_seg_size(dev->dma_device); in ib_dma_max_seg_size()
4250 dma_sync_single_for_cpu(dev->dma_device, addr, size, dir); in ib_dma_sync_single_for_cpu()
[all …]
/openbmc/linux/drivers/dma/ppc4xx/
H A Dadma.h70 struct dma_device common;
/openbmc/linux/drivers/dma/fsl-dpaa2-qdma/
H A Ddpaa2-qdma.h100 struct dma_device dma_dev;
/openbmc/linux/drivers/dma/dw/
H A Dregs.h314 struct dma_device dma;
364 static inline struct dw_dma *to_dw_dma(struct dma_device *ddev) in to_dw_dma()
/openbmc/linux/drivers/dma/
H A Dplx_dma.c104 struct dma_device dma_dev;
488 static void plx_dma_release(struct dma_device *dma_dev) in plx_dma_release()
500 struct dma_device *dma; in plx_dma_create()
H A Dmilbeaut-xdmac.c75 struct dma_device ddev;
314 struct dma_device *ddev; in milbeaut_xdmac_probe()
H A Dfsl-edma-common.h217 struct dma_device dma_dev;
351 void fsl_edma_cleanup_vchan(struct dma_device *dmadev);
H A Duniphier-xdmac.c97 struct dma_device ddev;
485 struct dma_device *ddev; in uniphier_xdmac_probe()
569 struct dma_device *ddev = &xdev->ddev; in uniphier_xdmac_remove()
H A Dvirt-dma.c123 void vchan_init(struct virt_dma_chan *vc, struct dma_device *dmadev) in vchan_init()
H A Dmv_xor.h118 struct dma_device dmadev;
H A Duniphier-mdmac.c68 struct dma_device ddev;
384 struct dma_device *ddev; in uniphier_mdmac_probe()
H A Dfsl_raid.h258 struct dma_device dma_dev;
H A Dvirt-dma.h45 void vchan_init(struct virt_dma_chan *vc, struct dma_device *dmadev);
H A Dtxx9dmac.h162 struct dma_device dma;
H A Dsa11x0-dma.c118 struct dma_device slave;
131 static struct sa11x0_dma_dev *to_sa11x0_dma(struct dma_device *dmadev) in to_sa11x0_dma()
835 static int sa11x0_dma_init_dmadev(struct dma_device *dmadev, in sa11x0_dma_init_dmadev()
890 static void sa11x0_dma_free_channels(struct dma_device *dmadev) in sa11x0_dma_free_channels()
/openbmc/linux/include/linux/
H A Drio.h291 struct dma_device dma;
516 static inline struct rio_mport *dma_to_mport(struct dma_device *ddev) in dma_to_mport()
H A Dasync_tx.h92 struct dma_device *dma = chan->device; in async_tx_issue_pending()
/openbmc/linux/drivers/dma/ptdma/
H A Dptdma-dmaengine.c323 struct dma_device *dma_dev = &pt->dma_dev; in pt_dmaengine_register()
405 struct dma_device *dma_dev = &pt->dma_dev; in pt_dmaengine_unregister()
H A Dptdma.h254 struct dma_device dma_dev;
/openbmc/linux/drivers/dma/qcom/
H A Dhidma.h124 struct dma_device ddev;
H A Dhidma.c77 static inline struct hidma_dev *to_hidma_dev(struct dma_device *dmadev) in to_hidma_dev()
110 struct dma_device *ddev = mchan->chan.device; in hidma_process_completed()
169 struct dma_device *ddev = mchan->chan.device; in hidma_callback()
197 struct dma_device *ddev; in hidma_chan_init()
/openbmc/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.h101 struct dma_device dma;
/openbmc/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_lpbfifo.c165 struct dma_device *dma_dev = NULL; in mpc512x_lpbfifo_kick()
483 struct dma_device *dma_dev = lpbfifo.chan->device; in mpc512x_lpbfifo_remove()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c1179 struct device *dma_device; in dr_reg_mr() local
1186 dma_device = mlx5_core_dma_dev(mdev); in dr_reg_mr()
1187 dma_addr = dma_map_single(dma_device, buf, size, in dr_reg_mr()
1189 err = dma_mapping_error(dma_device, dma_addr); in dr_reg_mr()
1199 dma_unmap_single(dma_device, dma_addr, size, in dr_reg_mr()
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7722.c168 struct platform_device dma_device = { variable
492 &dma_device,

123456