Home
last modified time | relevance | path

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

/linux/drivers/vfio/pci/
H A Dvfio_pci_zdev.c119 struct zpci_dev *zdev = to_zpci(vdev->pdev); in vfio_pci_info_zdev_add_caps()
146 struct zpci_dev *zdev = to_zpci(vdev->pdev); in vfio_pci_zdev_open_device()
162 struct zpci_dev *zdev = to_zpci(vdev->pdev); in vfio_pci_zdev_close_device()
/linux/arch/s390/pci/
H A Dpci.c292 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_fh()
311 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_mio()
341 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_wc_range_mio()
418 struct zpci_dev *zdev = to_zpci(pdev); in zpci_map_resources()
441 struct zpci_dev *zdev = to_zpci(pdev); in zpci_unmap_resources()
594 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_device_add()
617 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_release_device()
625 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_enable_device()
635 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_disable_device()
992 struct zpci_dev *zdev = to_zpci(pdev); in zpci_report_error()
H A Dpci_event.c65 struct zpci_dev *zdev = to_zpci(pdev); in is_passed_through()
103 struct zpci_dev *zdev = to_zpci(pdev); in zpci_event_do_error_state_clear()
151 if (zpci_hot_reset_device(to_zpci(pdev))) { in zpci_event_do_reset()
181 struct zpci_dev *zdev = to_zpci(pdev); in zpci_event_attempt_error_recovery()
H A Dpci_bus.c343 struct zpci_dev *zdev = to_zpci(pdev); in pci_dma_range_setup()
363 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_bus_add_device()
H A Dpci_irq.c329 struct zpci_dev *zdev = to_zpci(pdev); in arch_restore_msi_irqs()
/linux/arch/s390/net/
H A Dpnet.c58 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in pnet_ids_by_device()
/linux/arch/s390/include/asm/
H A Dpci.h292 static inline struct zpci_dev *to_zpci(struct pci_dev *pdev) in to_zpci() function
301 return to_zpci(to_pci_dev(dev)); in to_zpci_dev()