Home
last modified time | relevance | path

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

/linux/arch/s390/pci/
H A Dpci_irq.c151 struct zpci_dev *zdev = to_zpci_dev(desc->dev); in zpci_compose_msi_msg()
359 struct zpci_dev *zdev = to_zpci_dev(domain->dev); in zpci_msi_teardown()
372 struct zpci_dev *zdev = to_zpci_dev(dev); in zpci_msi_prepare()
409 struct zpci_dev *zdev = to_zpci_dev(desc->dev); in zpci_msi_domain_alloc()
445 struct zpci_dev *zdev = to_zpci_dev(desc->dev); in zpci_msi_clear_airq()
/linux/drivers/iommu/
H A Ds390-iommu.c502 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_capable()
530 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_domain_alloc_paging()
676 struct zpci_dev *zdev = to_zpci_dev(dev); in blocking_domain_attach_device()
702 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_attach_device()
733 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_get_resv_regions()
774 zdev = to_zpci_dev(dev); in s390_iommu_probe_device()
1139 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_attach_dev_identity()
/linux/arch/s390/include/asm/
H A Dpci.h299 static inline struct zpci_dev *to_zpci_dev(struct device *dev) in to_zpci_dev() function