/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-core.c | 21 #include <media/videobuf2-dma-contig.h> 170 "\t\t 1 == dma-contig"); 1841 /* init dma queues */ in vivid_create_instance()
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | unittest.c | 10 #include <linux/dma-direct.h> /* to test phys_to_dma/dma_to_phys */ 986 pr_err("missing dma-ranges property\n"); in of_unittest_pci_dma_ranges() 991 * Get the dma-ranges from the device tree in of_unittest_pci_dma_ranges()
|
/kernel/linux/linux-5.10/drivers/ntb/ |
H A D | ntb_transport.c | 53 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/ |
H A D | tidss_dispc.c | 9 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.c | 53 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | mmci.c | 33 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 124 #include <linux/dma-mapping.h> 2371 /* allocate pci dma space for rx and tx descriptor rings in typhoon_init_one()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cortina/ |
H A D | gemini.c | 22 #include <linux/dma-mapping.h> 88 * @mapping: the dma address handle
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-core.c | 21 #include <media/videobuf2-dma-contig.h> 170 "\t\t 1 == dma-contig"); 1874 /* init dma queues */ in vivid_create_instance()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bcm63xx_enet.c | 17 #include <linux/dma-mapping.h> 266 /* tell dma engine we allocated one buffer */ in bcm_enet_refill_rx() 334 /* break if dma ownership belongs to hw */ in bcm_enet_receive_queue() 414 /* kick rx dma */ in bcm_enet_receive_queue() 553 * rx/tx dma interrupt handler 637 /* dma might be already polling, make sure we update desc in bcm_enet_start_xmit() 645 /* kick tx dma */ in bcm_enet_start_xmit() 888 * open callback, allocate dma rings & buffers and start rx operation 962 /* allocate rx dma ring */ in bcm_enet_open() 973 /* allocate tx dma rin in bcm_enet_open() [all...] |
H A D | b44.c | 30 #include <linux/dma-mapping.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/alteon/ |
H A D | acenic.c | 24 * David S. Miller <davem@redhat.com>: conversion to new PCI dma mapping 55 #include <linux/dma-mapping.h> 1084 * On this platform, we know what the best dma settings in ace_init()
|
/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/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>
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | devio.c | 42 #include <linux/dma-mapping.h>
|