Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dpci.h55 extern const struct dma_map_ops *get_pci_dma_ops(void);
58 #define get_pci_dma_ops() NULL macro
/Linux-v4.19/arch/powerpc/platforms/cell/
Diommu.c662 if (get_pci_dma_ops() == &dma_iommu_ops) in cell_dma_dev_setup()
664 else if (get_pci_dma_ops() == &dma_nommu_ops) in cell_dma_dev_setup()
685 dev->dma_ops = get_pci_dma_ops(); in cell_of_bus_notify()
964 set_dma_ops(dev, get_pci_dma_ops()); in dma_suported_and_switch()
/Linux-v4.19/arch/powerpc/kernel/
Dpci-common.c72 const struct dma_map_ops *get_pci_dma_ops(void) in get_pci_dma_ops() function
76 EXPORT_SYMBOL(get_pci_dma_ops);