Home
last modified time | relevance | path

Searched defs:dma_dev (Results 1 – 25 of 199) sorted by relevance

12345678

/kernel/linux/linux-5.10/drivers/staging/ralink-gdma/
Dralink-gdma.c155 static inline uint32_t gdma_dma_read(struct gdma_dma_dev *dma_dev, in gdma_dma_read()
161 static inline void gdma_dma_write(struct gdma_dma_dev *dma_dev, in gdma_dma_write()
185 struct gdma_dma_dev *dma_dev = gdma_dma_chan_get_dev(chan); in gdma_dma_config() local
223 struct gdma_dma_dev *dma_dev = gdma_dma_chan_get_dev(chan); in gdma_dma_terminate_all() local
258 static void rt305x_dump_reg(struct gdma_dma_dev *dma_dev, int id) in rt305x_dump_reg()
272 struct gdma_dma_dev *dma_dev = gdma_dma_chan_get_dev(chan); in rt305x_gdma_start_transfer() local
332 static void rt3883_dump_reg(struct gdma_dma_dev *dma_dev, int id) in rt3883_dump_reg()
349 struct gdma_dma_dev *dma_dev = gdma_dma_chan_get_dev(chan); in rt3883_gdma_start_transfer() local
407 static inline int gdma_start_transfer(struct gdma_dma_dev *dma_dev, in gdma_start_transfer()
428 static void gdma_dma_chan_irq(struct gdma_dma_dev *dma_dev, in gdma_dma_chan_irq()
[all …]
/kernel/linux/linux-6.6/arch/mips/alchemy/common/
Ddma.c77 static const struct dma_dev { struct
80 } dma_dev_table[DMA_NUM_DEV] = { argument
/kernel/linux/linux-5.10/arch/mips/alchemy/common/
Ddma.c77 static const struct dma_dev { struct
80 } dma_dev_table[DMA_NUM_DEV] = { argument
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
Dbgmac.c135 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_tx_add() local
237 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_tx_free() local
336 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_rx_skb_for_slot() local
399 static void bgmac_dma_rx_poison_buf(struct device *dma_dev, in bgmac_dma_rx_poison_buf()
425 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_rx_read() local
528 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_tx_ring_free() local
555 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_rx_ring_free() local
576 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_ring_desc_free() local
614 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_alloc() local
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
Dbgmac.c135 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_tx_add() local
237 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_tx_free() local
336 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_rx_skb_for_slot() local
399 static void bgmac_dma_rx_poison_buf(struct device *dma_dev, in bgmac_dma_rx_poison_buf()
425 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_rx_read() local
528 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_tx_ring_free() local
555 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_rx_ring_free() local
576 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_ring_desc_free() local
614 struct device *dma_dev = bgmac->dma_dev; in bgmac_dma_alloc() local
/kernel/linux/linux-6.6/drivers/media/usb/stk1160/
Dstk1160-video.c309 struct device *dma_dev = stk1160_get_dmadev(dev); in stk1160_isoc_irq() local
374 struct device *dma_dev = stk1160_get_dmadev(dev); in stk_free_urb() local
419 struct device *dma_dev = stk1160_get_dmadev(dev); in stk1160_fill_urb() local
/kernel/linux/linux-6.6/drivers/spi/
Dspi-pxa2xx-pci.c85 static void lpss_dma_put_device(void *dma_dev) in lpss_dma_put_device()
94 struct pci_dev *dma_dev; in lpss_spi_setup() local
190 struct pci_dev *dma_dev; in mrfld_spi_setup() local
/kernel/linux/linux-5.10/drivers/spi/
Dspi-pxa2xx-pci.c77 static void lpss_dma_put_device(void *dma_dev) in lpss_dma_put_device()
84 struct pci_dev *dma_dev; in lpss_spi_setup() local
118 struct pci_dev *dma_dev; in mrfld_spi_setup() local
/kernel/linux/linux-5.10/drivers/dma/
Ddmaengine.h189 dmaengine_get_debugfs_root(struct dma_device *dma_dev) { in dmaengine_get_debugfs_root()
195 dmaengine_get_debugfs_root(struct dma_device *dma_dev) in dmaengine_get_debugfs_root()
Ddmaengine.c69 static void dmaengine_debug_register(struct dma_device *dma_dev) in dmaengine_debug_register()
77 static void dmaengine_debug_unregister(struct dma_device *dma_dev) in dmaengine_debug_unregister()
84 struct dma_device *dma_dev) in dmaengine_dbg_summary_show()
104 struct dma_device *dma_dev = NULL; in dmaengine_summary_show() local
136 static inline int dmaengine_debug_register(struct dma_device *dma_dev) in dmaengine_debug_register()
141 static inline void dmaengine_debug_unregister(struct dma_device *dma_dev) { } in dmaengine_debug_unregister()
/kernel/linux/linux-6.6/drivers/dma/
Ddmaengine.h189 dmaengine_get_debugfs_root(struct dma_device *dma_dev) { in dmaengine_get_debugfs_root()
195 dmaengine_get_debugfs_root(struct dma_device *dma_dev) in dmaengine_get_debugfs_root()
Ddmaengine.c69 static void dmaengine_debug_register(struct dma_device *dma_dev) in dmaengine_debug_register()
77 static void dmaengine_debug_unregister(struct dma_device *dma_dev) in dmaengine_debug_unregister()
84 struct dma_device *dma_dev) in dmaengine_dbg_summary_show()
104 struct dma_device *dma_dev = NULL; in dmaengine_summary_show() local
136 static inline int dmaengine_debug_register(struct dma_device *dma_dev) in dmaengine_debug_register()
141 static inline void dmaengine_debug_unregister(struct dma_device *dma_dev) { } in dmaengine_debug_unregister()
/kernel/linux/linux-6.6/include/linux/platform_data/
Ddma-hsu.h14 struct device *dma_dev; member
/kernel/linux/linux-5.10/include/linux/platform_data/
Ddma-hsu.h14 struct device *dma_dev; member
/kernel/linux/linux-6.6/sound/soc/samsung/
Ddmaengine.c19 struct device *dma_dev) in samsung_asoc_dma_platform_register()
/kernel/linux/linux-5.10/sound/soc/samsung/
Ddmaengine.c19 struct device *dma_dev) in samsung_asoc_dma_platform_register()
/kernel/linux/linux-6.6/drivers/xen/
Dgntdev-common.h31 struct device *dma_dev; member
71 struct device *dma_dev; member
/kernel/linux/linux-5.10/drivers/xen/
Dgntdev-common.h31 struct device *dma_dev; member
71 struct device *dma_dev; member
/kernel/linux/linux-6.6/drivers/thunderbolt/
Ddma_test.c235 struct device *dma_dev = tb_ring_dma_device(dt->rx_ring); in dma_test_rx_callback() local
263 struct device *dma_dev = tb_ring_dma_device(dt->rx_ring); in dma_test_submit_rx() local
304 struct device *dma_dev = tb_ring_dma_device(dt->tx_ring); in dma_test_tx_callback() local
314 struct device *dma_dev = tb_ring_dma_device(dt->tx_ring); in dma_test_submit_tx() local
/kernel/linux/linux-6.6/include/linux/
Dpch_dma.h18 struct device *dma_dev; member
/kernel/linux/linux-5.10/include/linux/
Dpch_dma.h18 struct device *dma_dev; member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
Dtx_common.c128 struct device *dma_dev = &tx_queue->efx->pci_dev->dev; in efx_dequeue_buffer() local
334 struct device *dma_dev = &efx->pci_dev->dev; in efx_siena_tx_map_data() local
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dtx_common.c150 struct device *dma_dev = &tx_queue->efx->pci_dev->dev; in efx_dequeue_buffer() local
333 struct device *dma_dev = &efx->pci_dev->dev; in efx_tx_map_data() local
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funcore/
Dfun_queue.c19 void *fun_alloc_ring_mem(struct device *dma_dev, size_t depth, in fun_alloc_ring_mem()
57 void fun_free_ring_mem(struct device *dma_dev, size_t depth, size_t hw_desc_sz, in fun_free_ring_mem()
237 struct device *dma_dev = funq->fdev->dev; in fun_data_from_rq() local
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
Dtx_common.c156 struct device *dma_dev = &tx_queue->efx->pci_dev->dev; in efx_dequeue_buffer() local
353 struct device *dma_dev = &efx->pci_dev->dev; in efx_tx_map_data() local

12345678