Home
last modified time | relevance | path

Searched refs:to_zpci (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/s390/pci/
Dpci_sysfs.c19 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); \
41 struct zpci_dev *zdev = to_zpci(pdev); in recover_store()
74 struct zpci_dev *zdev = to_zpci(pdev); in util_string_read()
Dpci.c267 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range()
383 struct zpci_dev *zdev = to_zpci(pdev); in arch_setup_msi_irqs()
458 struct zpci_dev *zdev = to_zpci(pdev); in arch_teardown_msi_irqs()
646 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_add_device()
671 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_enable_device()
682 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_disable_device()
693 struct zpci_dev *zdev = to_zpci(pdev); in zpci_restore()
715 struct zpci_dev *zdev = to_zpci(pdev); in zpci_freeze()
Dpci_dma.c287 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_map_pages()
333 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_unmap_pages()
356 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_alloc()
386 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_free()
/linux-4.4.14/arch/s390/include/asm/
Dpci.h178 static inline struct zpci_dev *to_zpci(struct pci_dev *pdev) in to_zpci() function