Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/
H A Ds390-iommu.c320 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_capable()
427 struct zpci_dev *zdev = to_zpci_dev(dev); in blocking_domain_attach_device()
452 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_attach_device()
483 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_get_resv_regions()
511 zdev = to_zpci_dev(dev); in s390_iommu_probe_device()
840 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_attach_dev_identity()
/linux-6.15/arch/s390/include/asm/
H A Dpci.h288 static inline struct zpci_dev *to_zpci_dev(struct device *dev) in to_zpci_dev() function