Searched refs:get_pci_dma_ops (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpci.h58 extern struct dma_map_ops *get_pci_dma_ops(void);
61 #define get_pci_dma_ops() NULL macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpci.h69 extern struct dma_map_ops *get_pci_dma_ops(void);
72 #define get_pci_dma_ops() NULL macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dbeat_iommu.c79 dev->archdata.dma_ops = get_pci_dma_ops();
H A Diommu.c640 else if (get_pci_dma_ops() == &dma_iommu_ops)
642 else if (get_pci_dma_ops() == &dma_direct_ops)
663 dev->archdata.dma_ops = get_pci_dma_ops();
932 set_dma_ops(dev, get_pci_dma_ops());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpci-common.c61 struct dma_map_ops *get_pci_dma_ops(void) function
65 EXPORT_SYMBOL(get_pci_dma_ops); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Dpci-common.c56 struct dma_map_ops *get_pci_dma_ops(void) function
60 EXPORT_SYMBOL(get_pci_dma_ops); variable

Completed in 81 milliseconds