Home
last modified time | relevance | path

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

/include/linux/
Diommu.h563 struct iommu_fwspec { struct
589 static inline struct iommu_fwspec *dev_iommu_fwspec_get(struct device *dev) in dev_iommu_fwspec_get() argument
591 return dev->iommu_fwspec; in dev_iommu_fwspec_get()
595 struct iommu_fwspec *fwspec) in dev_iommu_fwspec_set()
597 dev->iommu_fwspec = fwspec; in dev_iommu_fwspec_set()
623 struct iommu_fwspec {}; struct
Ddevice.h43 struct iommu_fwspec;
1336 struct iommu_fwspec *iommu_fwspec; member