/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | debug.c | 138 i, (u32)hweprx->qh.dma, (u32)hweptx->qh.dma); in ci_qheads_show() 172 (u32)node->dma, in ci_requests_show()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | core.c | 31 #include <linux/dma-mapping.h> 48 if (req->req.dma) { in ast_vhub_done() 52 req->req.dma = 0; in ast_vhub_done()
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | sb16.c | 7 #include <asm/dma.h> 99 module_param_hw_array(dma8, int, dma, NULL, 0444); 101 module_param_hw_array(dma16, int, dma, NULL, 0444); 371 sprintf(card->longname, "%s at 0x%lx, irq %i, dma ", in snd_sb16_probe()
|
/kernel/linux/linux-5.10/sound/isa/ |
H A D | cmi8328.c | 16 #include <asm/dma.h> 59 module_param_hw_array(dma1, int, dma, NULL, 0444); 61 module_param_hw_array(dma2, int, dma, NULL, 0444); 367 sprintf(card->longname, "%s at 0x%lx, irq %d, dma %d,%d", in snd_cmi8328_probe()
|
/kernel/linux/linux-5.10/sound/soc/sprd/ |
H A D | sprd-pcm-dma.c | 4 #include <linux/dma-mapping.h> 6 #include <linux/dma/sprd-dma.h> 15 #include "sprd-pcm-dma.h" 167 dev_err(dev, "invalid dma channel number:%d\n", channels); in sprd_pcm_request_dma_channel() 177 dev_err(dev, "failed to request dma channel:%s\n", in sprd_pcm_request_dma_channel() 205 dev_warn(component->dev, "no dma parameters setting\n"); in sprd_pcm_hw_params() 338 "failed to submit dma request: %d\n", in sprd_pcm_trigger() 403 "failed to get dma channel %d status\n", i); in sprd_pcm_pointer() 470 "can't alloc playback dma buffe in sprd_pcm_new() [all...] |
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | swiotlb-xen.c | 30 #include <linux/dma-direct.h> 31 #include <linux/dma-map-ops.h> 38 #include <asm/dma-mapping.h> 311 /* At this point dma_handle is the dma address, next we are in xen_swiotlb_alloc_coherent() 370 * Once the device is given the dma address, the device owns this memory until
|
/kernel/linux/linux-5.10/kernel/dma/ |
H A D | swiotlb.c | 24 #include <linux/dma-direct.h> 25 #include <linux/dma-map-ops.h> 44 #include <asm/dma.h> 416 * Bounce: copy the swiotlb buffer from or back to the original dma location
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_tx.c | 345 struct mlx5e_sq_dma *dma; in mlx5e_ktls_tx_handle_resync_dump_comp() local 347 dma = mlx5e_dma_get(sq, (*dma_fifo_cc)++); in mlx5e_ktls_tx_handle_resync_dump_comp() 350 mlx5e_tx_dma_unmap(sq->pdev, dma); in mlx5e_ktls_tx_handle_resync_dump_comp()
|
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | st_remoteproc.c | 11 #include <linux/dma-mapping.h> 98 va = ioremap_wc(mem->dma, mem->len); in st_rproc_mem_alloc() 101 &mem->dma, mem->len); in st_rproc_mem_alloc()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dma-map-ops.h | 9 #include <linux/dma-mapping.h> 75 #include <asm/dma-mapping.h> 233 #include <asm/dma-coherence.h>
|
/kernel/linux/linux-6.6/drivers/media/usb/stk1160/ |
H A D | stk1160-video.c | 375 stk_urb->dma = 0; in stk_free_urb() 429 stk_urb->dma = stk_urb->sgt->sgl->dma_address; in stk1160_fill_urb() 498 urb->transfer_dma = dev->isoc_ctl.urb_ctl[i].dma; in stk1160_alloc_isoc()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-desc.c | 200 dma_addr_t *dma, int node) in xgbe_dma_alloc_node() 206 mem = dma_alloc_coherent(dev, size, dma, GFP_KERNEL); in xgbe_dma_alloc_node() 210 mem = dma_alloc_coherent(dev, size, dma, GFP_KERNEL); in xgbe_dma_alloc_node() 567 "skb header: index=%u, dma=%pad, len=%u\n", in xgbe_map_tx_skb() 591 "skb data: index=%u, dma=%pad, len=%u\n", in xgbe_map_tx_skb() 625 "skb frag: index=%u, dma=%pad, len=%u\n", in xgbe_map_tx_skb() 199 xgbe_dma_alloc_node(struct device *dev, size_t size, dma_addr_t *dma, int node) xgbe_dma_alloc_node() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | e1000.h | 125 u64 dma; /* must be u64 - written to hw */ member 132 dma_addr_t dma; member 156 dma_addr_t dma; /* phys address of ring */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k.h | 68 DEFINE_DMA_UNMAP_ADDR(dma); 73 dma_addr_t dma; member 115 dma_addr_t dma; /* phys. address of descriptor ring */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe.h | 419 * @dma: DMA address 425 dma_addr_t dma; member 435 * @dma: physical address of the descriptor ring 444 dma_addr_t dma; member 455 * @dma: physical address of the descriptor ring 464 dma_addr_t dma; member
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | swiotlb-xen.c | 30 #include <linux/dma-direct.h> 31 #include <linux/dma-map-ops.h> 38 #include <asm/dma-mapping.h> 191 * Once the device is given the dma address, the device owns this memory until
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | st_remoteproc.c | 11 #include <linux/dma-mapping.h> 98 va = ioremap_wc(mem->dma, mem->len); in st_rproc_mem_alloc() 101 &mem->dma, mem->len); in st_rproc_mem_alloc()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | core.c | 25 #include <linux/dma-mapping.h> 42 if (req->req.dma) { in ast_vhub_done() 46 req->req.dma = 0; in ast_vhub_done()
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | ccp-dev.h | 19 #include <linux/dma-direction.h> 266 /* Queue dma pool */ 462 struct ccp_dma_info dma; member 488 struct ccp_dma_info dma; member
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/ |
H A D | cesa.h | 8 #include <linux/dma-direction.h> 412 * @dma: dma pools 423 struct mv_cesa_dev_dma *dma; member 612 struct mv_cesa_ahash_dma_req dma; member
|
/kernel/linux/linux-6.6/drivers/dma-buf/heaps/ |
H A D | system_heap.c | 13 #include <linux/dma-buf.h> 14 #include <linux/dma-mapping.h> 15 #include <linux/dma-heap.h>
|
H A D | cma_heap.c | 13 #include <linux/dma-buf.h> 14 #include <linux/dma-heap.h> 15 #include <linux/dma-map-ops.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/ |
H A D | igc.h | 96 struct device *dev; /* device for dma mapping */ 104 dma_addr_t dma; /* phys address of the ring */ member 509 DEFINE_DMA_UNMAP_ADDR(dma); 517 dma_addr_t dma; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf.h | 40 DEFINE_DMA_UNMAP_ADDR(dma); 46 dma_addr_t dma; member 97 dma_addr_t dma; /* phys. address of descriptor ring */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cq.c | 149 return mlx4_cmd(dev, mailbox->dma, cq_num, opmod, in mlx4_SW2HW_CQ() 157 return mlx4_cmd(dev, mailbox->dma, cq_num, opmod, MLX4_CMD_MODIFY_CQ, in mlx4_MODIFY_CQ() 164 return mlx4_cmd_box(dev, 0, mailbox ? mailbox->dma : 0, in mlx4_HW2SW_CQ()
|