Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpci_dma.h193 extern const struct dma_map_ops s390_pci_dma_ops;
/OK3568_Linux_fs/kernel/arch/s390/pci/
H A Dpci_dma.c662 const struct dma_map_ops s390_pci_dma_ops = { variable
675 EXPORT_SYMBOL_GPL(s390_pci_dma_ops);
H A Dpci.c572 pdev->dev.dma_ops = &s390_pci_dma_ops; in pcibios_add_device()