Lines Matching refs:master_np
53 static int of_iommu_configure_dev_id(struct device_node *master_np,
60 err = of_map_id(master_np, *id, "iommu-map",
71 static int of_iommu_configure_dev(struct device_node *master_np,
77 while (!of_parse_phandle_with_args(master_np, "iommus",
103 static int of_iommu_configure_device(struct device_node *master_np,
106 return (id) ? of_iommu_configure_dev_id(master_np, dev, id) :
107 of_iommu_configure_dev(master_np, dev);
111 struct device_node *master_np,
118 if (!master_np)
141 .np = master_np,
148 err = of_iommu_configure_device(master_np, dev, id);