/kernel/linux/linux-5.10/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 = from_tasklet(dmadev, t, task); 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() local 118 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
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | stm32-mdma.c | 310 static u32 stm32_mdma_read(struct stm32_mdma_device *dmadev, u32 reg) in stm32_mdma_read() 315 static void stm32_mdma_write(struct stm32_mdma_device *dmadev, u32 reg, u32 val) in stm32_mdma_write() 320 static void stm32_mdma_set_bits(struct stm32_mdma_device *dmadev, u32 reg, in stm32_mdma_set_bits() 328 static void stm32_mdma_clr_bits(struct stm32_mdma_device *dmadev, u32 reg, in stm32_mdma_clr_bits() 428 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_disable_chan() local 457 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_stop() local 477 static void stm32_mdma_set_bus(struct stm32_mdma_device *dmadev, u32 *ctbr, in stm32_mdma_set_bus() 500 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_set_xfer_param() local 730 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_setup_xfer() local 826 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_prep_dma_cyclic() local [all …]
|
D | stm32-dma.c | 240 static u32 stm32_dma_read(struct stm32_dma_device *dmadev, u32 reg) in stm32_dma_read() 245 static void stm32_dma_write(struct stm32_dma_device *dmadev, u32 reg, u32 val) in stm32_dma_write() 391 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_irq_status() local 414 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_irq_clear() local 435 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_disable_chan() local 456 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_stop() local 515 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_dump_reg() local 535 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_start_transfer() local 594 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_configure_next_sg() local 642 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_chan_irq() local [all …]
|
D | virt-dma.c | 123 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 | fsl-edma-common.c | 658 void fsl_edma_cleanup_vchan(struct dma_device *dmadev) in fsl_edma_cleanup_vchan()
|
D | mv_xor.h | 118 struct dma_device dmadev; member
|
D | pxa_dma.c | 140 #define to_pxad_dev(dmadev) \ argument 1215 static void pxad_free_channels(struct dma_device *dmadev) in pxad_free_channels()
|
D | mv_xor_v2.c | 163 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 | 180 struct dma_device dmadev; member
|
D | zx_dma.c | 131 #define to_zx_dma(dmadev) container_of(dmadev, struct zx_dma_dev, slave) argument
|
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
|
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
D | pwc-if.c | 161 struct device *dmadev = dev->bus->sysdev; in pwc_alloc_urb_buffer() local 181 struct device *dmadev = dev->bus->sysdev; in pwc_free_urb_buffer() local 288 struct device *dmadev = urb->dev->bus->sysdev; in pwc_isoc_handler() local
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/ |
D | efa_com.h | 60 void *dmadev; member 107 void *dmadev; member
|
/kernel/linux/linux-5.10/drivers/spi/ |
D | spi-mem.c | 38 struct device *dmadev; in spi_controller_dma_map_mem_op_data() local 84 struct device *dmadev; in spi_controller_dma_unmap_mem_op_data() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/ |
D | udl_drv.h | 53 struct device *dmadev; member
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
D | usb.c | 768 struct device *dmadev; in usb_intf_get_dma_device() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/ |
D | gm12u320.c | 86 struct device *dmadev; member
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
D | m2m-deinterlace.c | 209 struct dma_device *dmadev = chan->device; in deinterlace_issue_dma() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
D | qede_fp.c | 344 struct device *dmadev = &edev->pdev->dev; in qede_xdp_transmit() local
|