Searched refs:master_np (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/iommu/ |
| H A D | of_iommu.c | 44 static int of_iommu_configure_dev_id(struct device_node *master_np, in of_iommu_configure_dev_id() argument 51 err = of_map_id(master_np, *id, "iommu-map", in of_iommu_configure_dev_id() 62 static int of_iommu_configure_dev(struct device_node *master_np, in of_iommu_configure_dev() argument 68 while (!of_parse_phandle_with_args(master_np, "iommus", in of_iommu_configure_dev() 94 static int of_iommu_configure_device(struct device_node *master_np, in of_iommu_configure_device() argument 97 return (id) ? of_iommu_configure_dev_id(master_np, dev, id) : in of_iommu_configure_device() 98 of_iommu_configure_dev(master_np, dev); in of_iommu_configure_device() 116 int of_iommu_configure(struct device *dev, struct device_node *master_np, in of_iommu_configure() argument 122 if (!master_np) in of_iommu_configure() 141 .np = master_np, in of_iommu_configure() [all …]
|
| /linux/include/linux/ |
| H A D | of_iommu.h | 11 extern int of_iommu_configure(struct device *dev, struct device_node *master_np, 20 struct device_node *master_np, in of_iommu_configure() argument
|