Home
last modified time | relevance | path

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

12345

/openbmc/linux/arch/mips/alchemy/common/
H A Ddma.c77 static const struct dma_dev { struct
80 } dma_dev_table[DMA_NUM_DEV] = { argument
/openbmc/linux/drivers/net/ethernet/broadcom/
H A 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
/openbmc/linux/drivers/media/usb/stk1160/
H A 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
/openbmc/linux/drivers/spi/
H A 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
/openbmc/linux/drivers/dma/
H A 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()
H A 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()
/openbmc/linux/include/linux/platform_data/
H A Ddma-hsu.h14 struct device *dma_dev; member
H A Ddma-dw.h33 struct device *dma_dev; member
/openbmc/linux/sound/soc/samsung/
H A Ddmaengine.c19 struct device *dma_dev) in samsung_asoc_dma_platform_register()
/openbmc/linux/drivers/xen/
H A Dgntdev-common.h31 struct device *dma_dev; member
71 struct device *dma_dev; member
/openbmc/linux/drivers/thunderbolt/
H A 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
/openbmc/linux/include/linux/
H A Dpch_dma.h18 struct device *dma_dev; member
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A 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
/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A 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
/openbmc/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_lpbfifo.c165 struct dma_device *dma_dev = NULL; in mpc512x_lpbfifo_kick() local
483 struct dma_device *dma_dev = lpbfifo.chan->device; in mpc512x_lpbfifo_remove() local
/openbmc/linux/drivers/net/ethernet/sfc/
H A 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
/openbmc/linux/drivers/net/thunderbolt/
H A Dmain.c339 struct device *dma_dev = tb_ring_dma_device(ring->ring); in tbnet_free_buffers() local
505 struct device *dma_dev = tb_ring_dma_device(ring->ring); in tbnet_alloc_rx_buffers() local
551 struct device *dma_dev = tb_ring_dma_device(ring->ring); in tbnet_get_tx_buffer() local
585 struct device *dma_dev = tb_ring_dma_device(ring->ring); in tbnet_alloc_tx_buffers() local
806 struct device *dma_dev = tb_ring_dma_device(net->rx_ring.ring); in tbnet_poll() local
993 struct device *dma_dev = tb_ring_dma_device(net->tx_ring.ring); in tbnet_xmit_csum_and_map() local
/openbmc/linux/drivers/virtio/
H A Dvirtio_ring.c214 struct device *dma_dev; member
313 struct device *dma_dev) in vring_alloc_queue()
347 struct device *dma_dev) in vring_free_queue()
1079 struct virtio_device *vdev, struct device *dma_dev) in vring_free_split()
1095 struct device *dma_dev) in vring_alloc_queue_split()
1152 struct device *dma_dev) in vring_create_virtqueue_split()
1911 struct device *dma_dev) in vring_free_packed()
1937 u32 num, struct device *dma_dev) in vring_alloc_queue_packed()
2064 struct device *dma_dev) in vring_create_virtqueue_packed()
2610 struct device *dma_dev) in __vring_new_virtqueue()
[all …]
/openbmc/linux/drivers/dma/ptdma/
H A Dptdma-dmaengine.c323 struct dma_device *dma_dev = &pt->dma_dev; in pt_dmaengine_register() local
405 struct dma_device *dma_dev = &pt->dma_dev; in pt_dmaengine_unregister() local
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dtx.c57 struct device *dma_dev = &tx_queue->efx->pci_dev->dev; in ef4_dequeue_buffer() local
210 struct device *dma_dev = &efx->pci_dev->dev; in ef4_tx_map_data() local
/openbmc/linux/include/linux/soc/ti/
H A Dk3-ringacc.h82 struct device *dma_dev; member
/openbmc/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-mhi.c277 struct device *dma_dev = epf_mhi->epf->epc->dev.parent; in pci_epf_mhi_edma_read() local
348 struct device *dma_dev = epf_mhi->epf->epc->dev.parent; in pci_epf_mhi_edma_write() local
434 struct device *dma_dev = epf_mhi->epf->epc->dev.parent; in pci_epf_mhi_dma_init() local
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-dmaengine.c668 struct dma_device *dma_dev = &ccp->dma_dev; in ccp_dmaengine_register() local
780 struct dma_device *dma_dev = &ccp->dma_dev; in ccp_dmaengine_unregister() local
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.h40 struct device *dma_dev; member
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_rxtx.c470 struct device *dma_dev = sdma->sw->dev->dev; in prestera_sdma_tx_buf_map() local
486 struct device *dma_dev = sdma->sw->dev->dev; in prestera_sdma_tx_buf_unmap() local
716 struct device *dma_dev = sdma->sw->dev->dev; in prestera_sdma_xmit() local

12345