Searched refs:master_np (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/iommu/ |
D | of_iommu.c | 46 static int of_iommu_configure_dev_id(struct device_node *master_np, in of_iommu_configure_dev_id() argument 53 err = of_map_id(master_np, *id, "iommu-map", in of_iommu_configure_dev_id() 64 static int of_iommu_configure_dev(struct device_node *master_np, in of_iommu_configure_dev() argument 70 while (!of_parse_phandle_with_args(master_np, "iommus", in of_iommu_configure_dev() 96 static int of_iommu_configure_device(struct device_node *master_np, in of_iommu_configure_device() argument 99 return (id) ? of_iommu_configure_dev_id(master_np, dev, id) : in of_iommu_configure_device() 100 of_iommu_configure_dev(master_np, dev); in of_iommu_configure_device() 118 int of_iommu_configure(struct device *dev, struct device_node *master_np, in of_iommu_configure() argument 123 if (!master_np) in of_iommu_configure() 141 .np = master_np, in of_iommu_configure() [all …]
|
/linux-6.12.1/include/linux/ |
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
|