Home
last modified time | relevance | path

Searched defs:dma_ops (Results 1 – 35 of 35) sorted by relevance

/linux-4.1.27/arch/arm/include/asm/mach/
Ddma.h17 struct dma_ops { struct
18 int (*request)(unsigned int, dma_t *); /* optional */
19 void (*free)(unsigned int, dma_t *); /* optional */
43 const struct dma_ops *d_ops; argument
/linux-4.1.27/arch/sh/include/asm/
Ddma.h56 struct dma_ops { struct
57 int (*request)(struct dma_channel *chan);
58 void (*free)(struct dma_channel *chan);
60 int (*get_residue)(struct dma_channel *chan);
61 int (*xfer)(struct dma_channel *chan);
62 int (*configure)(struct dma_channel *chan, unsigned long flags);
63 int (*extend)(struct dma_channel *chan, unsigned long op, void *param);
/linux-4.1.27/arch/unicore32/include/asm/
Ddma-mapping.h35 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_supported() local
45 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_mapping_error() local
91 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_alloc_attrs() local
102 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_free_attrs() local
/linux-4.1.27/arch/powerpc/include/asm/
Ddma-mapping.h127 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_supported() local
146 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_alloc_attrs() local
164 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_free_attrs() local
175 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_mapping_error() local
Ddevice.h23 struct dma_map_ops *dma_ops; member
/linux-4.1.27/arch/tile/include/asm/
Ddma-mapping.h93 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_mask() local
123 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_alloc_attrs() local
137 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_free_attrs() local
Ddevice.h21 struct dma_map_ops *dma_ops; member
/linux-4.1.27/arch/hexagon/include/asm/
Ddma-mapping.h65 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_mapping_error() local
97 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_free_attrs() local
/linux-4.1.27/arch/mips/include/asm/
Ddevice.h13 struct dma_map_ops *dma_ops; member
/linux-4.1.27/arch/x86/include/asm/
Ddevice.h6 struct dma_map_ops *dma_ops; member
/linux-4.1.27/arch/ia64/kernel/
Ddma-mapping.c7 struct dma_map_ops *dma_ops; variable
/linux-4.1.27/arch/arm64/include/asm/
Ddevice.h20 struct dma_map_ops *dma_ops; member
/linux-4.1.27/arch/s390/include/asm/
Ddma-mapping.h35 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_supported() local
51 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_mapping_error() local
/linux-4.1.27/arch/arm/include/asm/
Ddevice.h10 struct dma_map_ops *dma_ops; member
/linux-4.1.27/drivers/ide/
Dide-dma.c451 const struct ide_dma_ops *dma_ops = hwif->dma_ops; in ide_dma_timeout_retry() local
535 const struct ide_dma_ops *dma_ops = drive->hwif->dma_ops; in ide_dma_prepare() local
Dide-taskfile.c85 const struct ide_dma_ops *dma_ops = hwif->dma_ops; in do_rw_taskfile() local
/linux-4.1.27/arch/powerpc/kernel/
Ddma.c237 struct dma_map_ops *dma_ops = get_dma_ops(dev); in __dma_set_mask() local
257 struct dma_map_ops *dma_ops = get_dma_ops(dev); in __dma_get_required_mask() local
Dpci-common.c56 void set_pci_dma_ops(struct dma_map_ops *dma_ops) in set_pci_dma_ops()
/linux-4.1.27/arch/sh/mm/
Dconsistent.c25 struct dma_map_ops *dma_ops; variable
/linux-4.1.27/arch/x86/kernel/
Dpci-dma.c20 struct dma_map_ops *dma_ops = &nommu_dma_ops; variable
/linux-4.1.27/drivers/misc/mic/bus/
Dmic_bus.c149 mbus_register_device(struct device *pdev, int id, struct dma_map_ops *dma_ops, in mbus_register_device()
/linux-4.1.27/arch/hexagon/kernel/
Ddma.c28 struct dma_map_ops *dma_ops; variable
/linux-4.1.27/arch/alpha/kernel/
Dpci-noop.c188 struct dma_map_ops *dma_ops = &alpha_noop_ops; variable
Dpci_iommu.c964 struct dma_map_ops *dma_ops = &alpha_pci_ops; variable
/linux-4.1.27/include/linux/mmc/
Ddw_mmc.h155 const struct dw_mci_dma_ops *dma_ops; member
266 struct dw_mci_dma_ops *dma_ops; member
/linux-4.1.27/arch/arm64/mm/
Ddma-mapping.c31 struct dma_map_ops *dma_ops; variable
/linux-4.1.27/drivers/spi/
Dspi-dw.h133 struct dw_spi_dma_ops *dma_ops; member
/linux-4.1.27/arch/tile/kernel/
Dpci-dma.c589 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_coherent_mask() local
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c502 const struct dma_map_ops *dma_ops = get_dma_ops(dev_priv->dev->dev); in vmw_dma_select_mode() local
/linux-4.1.27/arch/sparc/kernel/
Diommu.c755 struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
Dioport.c658 struct dma_map_ops *dma_ops = &sbus_dma_ops; variable
/linux-4.1.27/arch/powerpc/platforms/cell/
Diommu.c1169 struct dma_map_ops *dma_ops; in cell_dma_get_required_mask() local
/linux-4.1.27/include/linux/
Dide.h701 const struct ide_dma_ops *dma_ops; member
1299 const struct ide_dma_ops *dma_ops; member
/linux-4.1.27/arch/arm/mm/
Ddma-mapping.c2121 struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local
/linux-4.1.27/include/rdma/
Dib_verbs.h1656 struct ib_dma_mapping_ops *dma_ops; member