| /Linux-v5.4/drivers/dma/qcom/ | 
| D | hidma.c | 77 static inline struct hidma_dev *to_hidma_dev(struct dma_device *dmadev)  in to_hidma_dev()99 static void hidma_free(struct hidma_dev *dmadev)  in hidma_free()
 176 	struct hidma_dev *dmadev = to_hidma_dev(ddev);  in hidma_callback()  local
 200 static int hidma_chan_init(struct hidma_dev *dmadev, u32 dma_sig)  in hidma_chan_init()
 229 	struct hidma_dev *dmadev = (struct hidma_dev *)arg;  in hidma_issue_task()  local
 238 	struct hidma_dev *dmadev = mchan->dmadev;  in hidma_issue_pending()  local
 320 	struct hidma_dev *dmadev = mchan->dmadev;  in hidma_tx_submit()  local
 351 	struct hidma_dev *dmadev = mchan->dmadev;  in hidma_alloc_chan_resources()  local
 468 	struct hidma_dev *dmadev = to_hidma_dev(mchan->chan.device);  in hidma_terminate_channel()  local
 515 	struct hidma_dev *dmadev = to_hidma_dev(mchan->chan.device);  in hidma_terminate_all()  local
 [all …]
 
 | 
| D | hidma_dbg.c | 88 	struct hidma_dev *dmadev = mchan->dmadev;  in hidma_chan_show()  local118 	struct hidma_dev *dmadev = s->private;  in hidma_dma_show()  local
 136 void hidma_debug_uninit(struct hidma_dev *dmadev)  in hidma_debug_uninit()
 141 void hidma_debug_init(struct hidma_dev *dmadev)  in hidma_debug_init()
 
 | 
| D | hidma.h | 96 	struct hidma_dev		*dmadev;  member
 | 
| /Linux-v5.4/drivers/dma/ | 
| D | stm32-dma.c | 236 static u32 stm32_dma_read(struct stm32_dma_device *dmadev, u32 reg)  in stm32_dma_read()241 static void stm32_dma_write(struct stm32_dma_device *dmadev, u32 reg, u32 val)  in stm32_dma_write()
 380 	struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan);  in stm32_dma_irq_status()  local
 403 	struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan);  in stm32_dma_irq_clear()  local
 424 	struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan);  in stm32_dma_disable_chan()  local
 455 	struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan);  in stm32_dma_stop()  local
 512 	struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan);  in stm32_dma_dump_reg()  local
 532 	struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan);  in stm32_dma_start_transfer()  local
 588 	struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan);  in stm32_dma_configure_next_sg()  local
 637 	struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan);  in stm32_dma_chan_irq()  local
 [all …]
 
 | 
| D | stm32-mdma.c | 311 static u32 stm32_mdma_read(struct stm32_mdma_device *dmadev, u32 reg)  in stm32_mdma_read()316 static void stm32_mdma_write(struct stm32_mdma_device *dmadev, u32 reg, u32 val)  in stm32_mdma_write()
 321 static void stm32_mdma_set_bits(struct stm32_mdma_device *dmadev, u32 reg,  in stm32_mdma_set_bits()
 329 static void stm32_mdma_clr_bits(struct stm32_mdma_device *dmadev, u32 reg,  in stm32_mdma_clr_bits()
 429 	struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan);  in stm32_mdma_disable_chan()  local
 458 	struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan);  in stm32_mdma_stop()  local
 478 static void stm32_mdma_set_bus(struct stm32_mdma_device *dmadev, u32 *ctbr,  in stm32_mdma_set_bus()
 501 	struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan);  in stm32_mdma_set_xfer_param()  local
 731 	struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan);  in stm32_mdma_setup_xfer()  local
 827 	struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan);  in stm32_mdma_prep_dma_cyclic()  local
 [all …]
 
 | 
| D | virt-dma.c | 129 void vchan_init(struct virt_dma_chan *vc, struct dma_device *dmadev)  in vchan_init()
 | 
| D | sa11x0-dma.c | 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()
 
 | 
| D | s3c24xx-dma.c | 1089 		struct dma_device *dmadev, unsigned int channels, bool slave)  in s3c24xx_dma_init_virtual_channels()1132 static void s3c24xx_dma_free_virtual_channels(struct dma_device *dmadev)  in s3c24xx_dma_free_virtual_channels()
 
 | 
| D | mv_xor.h | 118 	struct dma_device	dmadev;  member
 | 
| D | fsl-edma-common.c | 649 void fsl_edma_cleanup_vchan(struct dma_device *dmadev)  in fsl_edma_cleanup_vchan()
 | 
| D | pxa_dma.c | 140 #define to_pxad_dev(dmadev)					\  argument1222 static void pxad_free_channels(struct dma_device *dmadev)  in pxad_free_channels()
 
 | 
| D | mv_xor_v2.c | 159 	struct dma_device dmadev;  member
 | 
| D | amba-pl08x.c | 2370 		struct dma_device *dmadev, unsigned int channels, bool slave)  in pl08x_dma_init_virtual_channels()2427 static void pl08x_free_virtual_channels(struct dma_device *dmadev)  in pl08x_free_virtual_channels()
 
 | 
| D | altera-msgdma.c | 179 	struct dma_device dmadev;  member
 | 
| D | k3dma.c | 123 #define to_k3_dma(dmadev) container_of(dmadev, struct k3_dma_dev, slave)  argument
 | 
| D | mmp_pdma.c | 138 #define to_mmp_pdma_dev(dmadev)					\  argument
 | 
| D | zx_dma.c | 131 #define to_zx_dma(dmadev) container_of(dmadev, struct zx_dma_dev, slave)  argument
 | 
| D | fsl-qdma.c | 1204 static void fsl_qdma_cleanup_vchan(struct dma_device *dmadev)  in fsl_qdma_cleanup_vchan()
 | 
| /Linux-v5.4/drivers/infiniband/hw/efa/ | 
| D | efa_com.h | 59 	void *dmadev;  member106 	void *dmadev;  member
 
 | 
| /Linux-v5.4/drivers/spi/ | 
| D | spi-mem.c | 38 	struct device *dmadev;  in spi_controller_dma_map_mem_op_data()  local84 	struct device *dmadev;  in spi_controller_dma_unmap_mem_op_data()  local
 
 | 
| /Linux-v5.4/drivers/media/platform/ | 
| D | m2m-deinterlace.c | 209 	struct dma_device *dmadev = chan->device;  in deinterlace_issue_dma()  local
 | 
| /Linux-v5.4/drivers/net/ethernet/amazon/ena/ | 
| D | ena_com.h | 325 	void *dmadev;  member
 | 
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ | 
| D | dma.c | 213 	struct device *dmadev;  member
 | 
| /Linux-v5.4/drivers/dma/ti/ | 
| D | edma.c | 2479 static void edma_cleanupp_vchan(struct dma_device *dmadev)  in edma_cleanupp_vchan()
 |