Home
last modified time | relevance | path

Searched refs:dma_ops (Results 1 – 22 of 22) sorted by relevance

/arch/x86/include/asm/
A Ddma-mapping.h5 extern const struct dma_map_ops *dma_ops;
9 return dma_ops; in get_arch_dma_ops()
/arch/sparc/include/asm/
A Ddma-mapping.h5 extern const struct dma_map_ops *dma_ops;
10 return IS_ENABLED(CONFIG_SPARC64) ? dma_ops : NULL; in get_arch_dma_ops()
/arch/arm/include/asm/mach/
A Ddma.h14 struct dma_ops { struct
40 const struct dma_ops *d_ops; argument
/arch/x86/kernel/
A Dpci-dma.c23 const struct dma_map_ops *dma_ops; variable
24 EXPORT_SYMBOL(dma_ops);
88 dma_ops = &xen_swiotlb_dma_ops; in pci_xen_swiotlb_init()
A Damd_gart_64.c807 dma_ops = &gart_dma_ops; in gart_iommu_init()
/arch/sh/include/asm/
A Ddma.h52 struct dma_ops { struct
91 struct dma_ops *ops;
/arch/sparc/kernel/
A Dof_device_common.c70 op->dev.dma_ops = bus->dev.dma_ops; in of_propagate_archdata()
A Diommu.c765 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
766 EXPORT_SYMBOL(dma_ops);
A Dpci_sun4v.c1264 dma_ops = &sun4v_dma_ops; in pci_sun4v_probe()
/arch/sh/drivers/dma/
A Ddma-pvr2.c67 static struct dma_ops pvr2_dma_ops = {
A Ddma-g2.c154 static struct dma_ops g2_dma_ops = {
A Ddma-sh.c374 static struct dma_ops sh_dmac_ops = {
/arch/arm/mach-rpc/
A Ddma.c247 static struct dma_ops iomd_dma_ops = {
313 static struct dma_ops floppy_dma_ops = {
327 static struct dma_ops sound_dma_ops = {
/arch/powerpc/include/asm/
A Dpci.h49 void __init set_pci_dma_ops(const struct dma_map_ops *dma_ops);
/arch/arm/mach-footbridge/
A Ddma-isa.c130 static struct dma_ops isa_dma_ops = {
/arch/powerpc/platforms/pasemi/
A Diommu.c180 dev->dev.dma_ops = NULL; in pci_dma_dev_setup_pasemi()
/arch/sparc/mm/
A Diommu.c135 op->dev.dma_ops = &sbus_iommu_dma_gflush_ops; in sbus_iommu_init()
137 op->dev.dma_ops = &sbus_iommu_dma_pflush_ops; in sbus_iommu_init()
A Dio-unit.c74 op->dev.dma_ops = &iounit_dma_ops; in iounit_iommu_init()
/arch/powerpc/platforms/ps3/
A Dsystem-bus.c748 dev->core.dma_ops = &ps3_ioc0_dma_ops; in ps3_system_bus_device_register()
752 dev->core.dma_ops = &ps3_sb_dma_ops; in ps3_system_bus_device_register()
/arch/powerpc/platforms/pseries/
A Dibmebus.c178 dev->dev.dma_ops = &ibmebus_dma_ops; in ibmebus_create_device()
/arch/powerpc/kernel/
A Dpci-common.c66 void __init set_pci_dma_ops(const struct dma_map_ops *dma_ops) in set_pci_dma_ops() argument
68 pci_dma_ops = dma_ops; in set_pci_dma_ops()
/arch/arm/mm/
A Ddma-mapping.c1777 if (dev->dma_ops) in arch_setup_dma_ops()

Completed in 32 milliseconds