Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Ds390-iommu.c90 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_attach_device()
142 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_detach_device()
171 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_probe_device()
178 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_release_device()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpci.h264 static inline struct zpci_dev *to_zpci_dev(struct device *dev) in to_zpci_dev() function