Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/include/asm/
Dpci_dma.h194 extern const struct dma_map_ops s390_pci_dma_ops;
/linux-5.19.10/arch/s390/pci/
Dpci_dma.c684 const struct dma_map_ops s390_pci_dma_ops = { variable
697 EXPORT_SYMBOL_GPL(s390_pci_dma_ops);
Dpci.c605 pdev->dev.dma_ops = &s390_pci_dma_ops; in pcibios_device_add()