/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/ |
H A D | atl2.c | 12 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | b44.c | 30 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_cxt.c | 9 #include <linux/dma-mapping.h>
|
H A D | qed_main.c | 13 #include <linux/dma-mapping.h>
|
H A D | qed_ll2.c | 9 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_main.c | 17 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | lanai.c | 61 #include <linux/dma-mapping.h> 2492 return sprintf(page, "resets: dma=%u, card=%u\n", in lanai_proc_read()
|
H A D | he.c | 69 #include <linux/dma-mapping.h> 363 printk(KERN_WARNING "he: no suitable dma available\n"); in he_init_one() 1828 hprintk("unable to locate tpd for dma buffer %x\n", in he_service_tbrq()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libahci.c | 27 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-6.6/drivers/virtio/ |
H A D | virtio_ring.c | 13 #include <linux/dma-mapping.h> 2318 * virtqueue_dma_dev - get the dma dev 2321 * Returns the dma dev. That can been used for dma api. 2772 * The vring in premapped mode does not do dma internally, so the driver must 2773 * do dma mapping in advance. The driver must pass the dma_address through 2775 * the vring, it has to unmap the dma address. 2785 * -EINVAL: vring does not use the dma api, so we can not enable premapped mode. 3112 * @ptr: the pointer of the buffer to do dma 3113 * @size: the size of the buffer to do dma [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci.h | 572 struct list_head dma_ranges; /* dma ranges resource list */ 2653 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | atmel_serial.c | 24 #include <linux/dma-mapping.h> 987 dev_err(port->dev, "Failed to send via dma!\n"); in atmel_tx_dma() 1041 dev_dbg(port->dev, "need to release resource of dma\n"); in atmel_prepare_tx_dma() 1135 * The current transfer size should not be larger than the dma buffer in atmel_rx_from_dma() 1142 * last byte of the dma buffer: in atmel_rx_from_dma() 1145 * However ring->tail must always points inside the dma buffer: in atmel_rx_from_dma() 1218 dev_dbg(port->dev, "need to release resource of dma\n"); in atmel_prepare_rx_dma() 1241 * Prepare a cyclic dma transfer, assign 2 descriptors, in atmel_prepare_rx_dma() 1737 if (of_property_read_bool(np, "atmel,use-dma-rx")) { in atmel_init_property() 1750 if (of_property_read_bool(np, "atmel,use-dma in atmel_init_property() [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-tegra.c | 11 #include <linux/dma-mapping.h>
|
H A D | octeon-hcd.c | 54 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | devio.c | 42 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-6.6/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 32 #include <linux/dma-mapping.h>
|
H A D | tsi721.c | 19 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 16 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | sh_mobile_lcdcfb.c | 16 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A D | musb_core.c | 77 #include <linux/dma-mapping.h> 1181 * Program the HDRC to start (enable interrupts, dma, etc.). 1716 * irq sources (phy, dma, etc) will be handled first, musb->int_* values
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gpuvm.c | 23 #include <linux/dma-buf.h> 871 * local hive, or userptr mapping can reuse dma map in kfd_mem_attach()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 25 #include <linux/dma-mapping.h> 124 * descriptor. Use DKP<ptr,imm> instead => both virtual and dma key in aead_set_sh_desc() 794 * @iv_dma: dma address of iv for checking continuity and link table 795 * @qm_sg_bytes: length of dma mapped h/w link table 818 * @iv_dma: dma address of iv for checking continuity and link table 819 * @qm_sg_bytes: length of dma mapped h/w link table
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | amba-pl08x.c | 70 #include <linux/dma-mapping.h> 83 #include "virt-dma.h"
|
H A D | pl330.c | 19 #include <linux/dma-mapping.h> 1193 * do FLUSHP at beginning to clear any stale dma requests before the in _ldst_peripheral() 2187 * We need the data direction between the DMAC (the dma-mapping "device") and 2698 dev_err(pch->dmac->ddma.dev, "%s:%d Invalid dma direction\n", in pl330_prep_dma_cyclic() 3042 pl330->rstc = devm_reset_control_get_optional(&adev->dev, "dma"); in pl330_probe() 3053 pl330->rstc_ocp = devm_reset_control_get_optional(&adev->dev, "dma-ocp"); in pl330_probe() 3265 .name = "dma-pl330",
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/ |
H A D | sec_crypto.c | 17 #include <linux/dma-mapping.h> 454 dev_err(dev, "fail to alloc pbuf dma resource!\n"); in sec_alg_resource_alloc() 1006 dev_err(dev, "fail to dma map input sgl buffers!\n"); in sec_cipher_map() 1028 dev_err(dev, "fail to dma map output sgl buffers!\n"); in sec_cipher_map()
|