Home
last modified time | relevance | path

Searched refs:dma (Results 1476 - 1500 of 5387) sorted by relevance

1...<<51525354555657585960>>...216

/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Ddebug.c138 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 Dcore.c31 #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 Dsb16.c7 #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 Dcmi8328.c16 #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 Dsprd-pcm-dma.c4 #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 Dswiotlb-xen.c30 #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 Dswiotlb.c24 #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 Dktls_tx.c345 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 Dst_remoteproc.c11 #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 Ddma-map-ops.h9 #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 Dstk1160-video.c375 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 Dxgbe-desc.c200 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 De1000.h125 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 Dfm10k.h68 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 Dpch_gbe.h419 * @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 Dswiotlb-xen.c30 #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 Dst_remoteproc.c11 #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 Dcore.c25 #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 Dccp-dev.h19 #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 Dcesa.h8 #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 Dsystem_heap.c13 #include <linux/dma-buf.h>
14 #include <linux/dma-mapping.h>
15 #include <linux/dma-heap.h>
H A Dcma_heap.c13 #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 Digc.h96 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 Dixgbevf.h40 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 Dcq.c149 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()

Completed in 25 milliseconds

1...<<51525354555657585960>>...216