Home
last modified time | relevance | path

Searched refs:get_pci_dma_ops (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dpci.h59 extern struct dma_map_ops *get_pci_dma_ops(void);
62 #define get_pci_dma_ops() NULL macro
/arch/powerpc/platforms/cell/
Diommu.c672 else if (get_pci_dma_ops() == &dma_iommu_ops) in cell_dma_dev_setup()
674 else if (get_pci_dma_ops() == &dma_direct_ops) in cell_dma_dev_setup()
695 dev->archdata.dma_ops = get_pci_dma_ops(); in cell_of_bus_notify()
971 set_dma_ops(dev, get_pci_dma_ops()); in dma_set_mask_and_switch()
/arch/powerpc/kernel/
Dpci-common.c61 struct dma_map_ops *get_pci_dma_ops(void) in get_pci_dma_ops() function
65 EXPORT_SYMBOL(get_pci_dma_ops);