Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dpci_dma.h195 extern const struct dma_map_ops s390_pci_dma_ops;
/openbmc/linux/arch/s390/pci/
H A Dpci_dma.c715 const struct dma_map_ops s390_pci_dma_ops = { variable
728 EXPORT_SYMBOL_GPL(s390_pci_dma_ops);
H A Dpci.c585 pdev->dev.dma_ops = &s390_pci_dma_ops; in pcibios_device_add()