/linux-6.1.9/drivers/dma/qcom/ |
D | hidma.c | 77 static inline struct hidma_dev *to_hidma_dev(struct dma_device *dmadev) in to_hidma_dev() 93 static void hidma_free(struct hidma_dev *dmadev) in hidma_free() 170 struct hidma_dev *dmadev = to_hidma_dev(ddev); in hidma_callback() local 194 static int hidma_chan_init(struct hidma_dev *dmadev, u32 dma_sig) in hidma_chan_init() 223 struct hidma_dev *dmadev = from_tasklet(dmadev, t, task); in hidma_issue_task() local 232 struct hidma_dev *dmadev = mchan->dmadev; in hidma_issue_pending() local 314 struct hidma_dev *dmadev = mchan->dmadev; in hidma_tx_submit() local 345 struct hidma_dev *dmadev = mchan->dmadev; in hidma_alloc_chan_resources() local 473 struct hidma_dev *dmadev = to_hidma_dev(mchan->chan.device); in hidma_terminate_channel() local 520 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
|
/linux-6.1.9/drivers/dma/ |
D | stm32-dma.c | 257 static u32 stm32_dma_read(struct stm32_dma_device *dmadev, u32 reg) in stm32_dma_read() 262 static void stm32_dma_write(struct stm32_dma_device *dmadev, u32 reg, u32 val) in stm32_dma_write() 419 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_irq_status() local 435 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_irq_clear() local 450 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_disable_chan() local 471 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_stop() local 532 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_dump_reg() local 559 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_start_transfer() local 622 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_configure_next_sg() local 646 struct stm32_dma_device *dmadev = stm32_dma_get_dev(chan); in stm32_dma_handle_chan_paused() local [all …]
|
D | stm32-mdma.c | 290 static u32 stm32_mdma_read(struct stm32_mdma_device *dmadev, u32 reg) in stm32_mdma_read() 295 static void stm32_mdma_write(struct stm32_mdma_device *dmadev, u32 reg, u32 val) in stm32_mdma_write() 300 static void stm32_mdma_set_bits(struct stm32_mdma_device *dmadev, u32 reg, in stm32_mdma_set_bits() 308 static void stm32_mdma_clr_bits(struct stm32_mdma_device *dmadev, u32 reg, in stm32_mdma_clr_bits() 408 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_disable_chan() local 437 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_stop() local 457 static void stm32_mdma_set_bus(struct stm32_mdma_device *dmadev, u32 *ctbr, in stm32_mdma_set_bus() 480 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 851 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_prep_dma_cyclic() 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 | mv_xor.h | 118 struct dma_device dmadev; member
|
D | pxa_dma.c | 140 #define to_pxad_dev(dmadev) \ argument 1213 static void pxad_free_channels(struct dma_device *dmadev) in pxad_free_channels()
|
D | fsl-edma-common.c | 688 void fsl_edma_cleanup_vchan(struct dma_device *dmadev) in fsl_edma_cleanup_vchan()
|
D | mv_xor_v2.c | 163 struct dma_device dmadev; member
|
D | amba-pl08x.c | 2362 struct dma_device *dmadev, unsigned int channels, bool slave) in pl08x_dma_init_virtual_channels() 2419 static void pl08x_free_virtual_channels(struct dma_device *dmadev) in pl08x_free_virtual_channels()
|
D | altera-msgdma.c | 181 struct dma_device dmadev; member
|
/linux-6.1.9/drivers/net/ethernet/engleder/ |
D | tsnep_main.c | 219 struct device *dmadev = tx->adapter->dmadev; in tsnep_tx_ring_cleanup() local 236 struct device *dmadev = tx->adapter->dmadev; in tsnep_tx_ring_init() local 340 struct device *dmadev = tx->adapter->dmadev; in tsnep_tx_map() local 376 struct device *dmadev = tx->adapter->dmadev; in tsnep_tx_unmap() local 608 struct device *dmadev = rx->adapter->dmadev; in tsnep_rx_ring_cleanup() local 654 struct device *dmadev = rx->adapter->dmadev; in tsnep_rx_ring_init() local 772 struct device *dmadev = rx->adapter->dmadev; in tsnep_rx_poll() local
|
D | tsnep.h | 147 struct device *dmadev; member
|
/linux-6.1.9/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
|
/linux-6.1.9/drivers/spi/ |
D | spi-mem.c | 40 struct device *dmadev; in spi_controller_dma_map_mem_op_data() local 86 struct device *dmadev; in spi_controller_dma_unmap_mem_op_data() local
|
/linux-6.1.9/drivers/infiniband/hw/efa/ |
D | efa_com.h | 60 void *dmadev; member 110 void *dmadev; member
|
/linux-6.1.9/drivers/gpu/drm/udl/ |
D | udl_drv.h | 52 struct device *dmadev; member
|
/linux-6.1.9/drivers/gpu/drm/gud/ |
D | gud_internal.h | 19 struct device *dmadev; member
|
/linux-6.1.9/drivers/usb/core/ |
D | usb.c | 776 struct device *dmadev; in usb_intf_get_dma_device() local
|
/linux-6.1.9/drivers/gpu/drm/tiny/ |
D | gm12u320.c | 88 struct device *dmadev; member
|
/linux-6.1.9/drivers/media/platform/ |
D | m2m-deinterlace.c | 209 struct dma_device *dmadev = chan->device; in deinterlace_issue_dma() local
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qede/ |
D | qede_fp.c | 343 struct device *dmadev = &edev->pdev->dev; in qede_xdp_transmit() local
|