Home
last modified time | relevance | path

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

/arch/s390/pci/
Dpci_sysfs.c24 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); \
46 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in mio_enabled_show()
57 struct zpci_dev *zdev = to_zpci(pdev); in recover_store()
121 struct zpci_dev *zdev = to_zpci(pdev); in util_string_read()
135 struct zpci_dev *zdev = to_zpci(pdev); in report_error_write()
159 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in index_show()
Dpci_dma.c263 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in __dma_alloc_iommu()
273 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in dma_alloc_address()
305 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in dma_free_address()
338 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_map_pages()
378 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_unmap_pages()
399 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_alloc()
426 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_free()
440 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in __s390_dma_map_sg()
Dpci.c297 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_fh()
316 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_mio()
346 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_wc_range_mio()
423 struct zpci_dev *zdev = to_zpci(pdev); in zpci_map_resources()
446 struct zpci_dev *zdev = to_zpci(pdev); in zpci_unmap_resources()
571 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_add_device()
596 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_release_device()
604 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_enable_device()
614 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_disable_device()
905 struct zpci_dev *zdev = to_zpci(pdev); in zpci_report_error()
Dpci_irq.c267 struct zpci_dev *zdev = to_zpci(pdev); in arch_setup_msi_irqs()
355 struct zpci_dev *zdev = to_zpci(pdev); in arch_teardown_msi_irqs()
Dpci_bus.c292 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_bus_add_device()
/arch/s390/net/
Dpnet.c57 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in pnet_ids_by_device()
/arch/s390/include/asm/
Dpci.h260 static inline struct zpci_dev *to_zpci(struct pci_dev *pdev) in to_zpci() function
269 return to_zpci(to_pci_dev(dev)); in to_zpci_dev()