Lines Matching refs:device
9 #include <linux/device.h>
32 static void release_device(struct device *dev)
50 * Init the struct device for the IOMMU. IOMMU specific attributes can
55 struct device *parent,
101 * IOMMU drivers can indicate a device is managed by a given IOMMU using
102 * this interface. A link to the device will be created in the "devices"
103 * directory of the IOMMU device in sysfs and an "iommu" link will be
104 * created under the linked device, pointing back at the IOMMU device.
106 int iommu_device_link(struct iommu_device *iommu, struct device *link)
123 void iommu_device_unlink(struct iommu_device *iommu, struct device *link)