Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/arch/mips/include/asm/
Ddevice.h13 struct dma_map_ops *dma_ops; member
/linux-4.4.14/arch/xtensa/include/asm/
Ddevice.h13 struct dma_map_ops *dma_ops; member
/linux-4.4.14/arch/ia64/kernel/
Ddma-mapping.c7 struct dma_map_ops *dma_ops; variable
/linux-4.4.14/arch/x86/include/asm/
Ddevice.h6 struct dma_map_ops *dma_ops; member
/linux-4.4.14/arch/tile/include/asm/
Ddevice.h21 struct dma_map_ops *dma_ops; member
Ddma-mapping.h82 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_mask() local
/linux-4.4.14/arch/arm64/include/asm/
Ddevice.h20 struct dma_map_ops *dma_ops; member
/linux-4.4.14/arch/arm/include/asm/
Ddevice.h10 struct dma_map_ops *dma_ops; member
/linux-4.4.14/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.4.14/arch/powerpc/include/asm/
Ddevice.h24 struct dma_map_ops *dma_ops; member
/linux-4.4.14/arch/powerpc/kernel/
Ddma.c312 struct dma_map_ops *dma_ops = get_dma_ops(dev); in __dma_set_mask() local
340 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.4.14/arch/sh/mm/
Dconsistent.c25 struct dma_map_ops *dma_ops; variable
/linux-4.4.14/arch/x86/kernel/
Dpci-dma.c20 struct dma_map_ops *dma_ops = &nommu_dma_ops; variable
/linux-4.4.14/arch/hexagon/kernel/
Ddma.c28 struct dma_map_ops *dma_ops; variable
/linux-4.4.14/drivers/misc/mic/bus/
Dmic_bus.c146 mbus_register_device(struct device *pdev, int id, struct dma_map_ops *dma_ops, in mbus_register_device()
Dscif_bus.c141 scif_register_device(struct device *pdev, int id, struct dma_map_ops *dma_ops, in scif_register_device()
/linux-4.4.14/arch/alpha/kernel/
Dpci-noop.c178 struct dma_map_ops *dma_ops = &alpha_noop_ops; variable
Dpci_iommu.c953 struct dma_map_ops *dma_ops = &alpha_pci_ops; variable
/linux-4.4.14/include/linux/mmc/
Ddw_mmc.h168 const struct dw_mci_dma_ops *dma_ops; member
279 struct dw_mci_dma_ops *dma_ops; member
/linux-4.4.14/drivers/spi/
Dspi-dw.h133 struct dw_spi_dma_ops *dma_ops; member
/linux-4.4.14/arch/sparc/kernel/
Dioport.c658 struct dma_map_ops *dma_ops = &sbus_dma_ops; variable
Diommu.c755 struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
/linux-4.4.14/arch/tile/kernel/
Dpci-dma.c589 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_coherent_mask() local
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c531 const struct dma_map_ops *dma_ops = get_dma_ops(dev_priv->dev->dev); in vmw_dma_select_mode() local
/linux-4.4.14/arch/powerpc/platforms/cell/
Diommu.c1175 struct dma_map_ops *dma_ops; in cell_dma_get_required_mask() local
/linux-4.4.14/include/linux/
Dide.h714 const struct ide_dma_ops *dma_ops; member
1312 const struct ide_dma_ops *dma_ops; member
/linux-4.4.14/arch/arm/mm/
Ddma-mapping.c2133 struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local
/linux-4.4.14/include/rdma/
Dib_verbs.h1803 struct ib_dma_mapping_ops *dma_ops; member