Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/
Ds390-iommu.c318 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_capable()
376 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_detach_device()
392 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_attach_device()
429 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_get_resv_regions()
457 zdev = to_zpci_dev(dev); in s390_iommu_probe_device()
474 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_release_device()
/linux-6.12.1/arch/s390/include/asm/
Dpci.h276 static inline struct zpci_dev *to_zpci_dev(struct device *dev) in to_zpci_dev() function