Searched refs:master_np (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | of_iommu.c | 121 static int of_iommu_configure_dev_id(struct device_node *master_np, in of_iommu_configure_dev_id() argument 128 err = of_map_id(master_np, *id, "iommu-map", in of_iommu_configure_dev_id() 139 static int of_iommu_configure_dev(struct device_node *master_np, in of_iommu_configure_dev() argument 145 while (!of_parse_phandle_with_args(master_np, "iommus", in of_iommu_configure_dev() 171 static int of_iommu_configure_device(struct device_node *master_np, in of_iommu_configure_device() argument 174 return (id) ? of_iommu_configure_dev_id(master_np, dev, id) : in of_iommu_configure_device() 175 of_iommu_configure_dev(master_np, dev); in of_iommu_configure_device() 179 struct device_node *master_np, in of_iommu_configure() 186 if (!master_np) in of_iommu_configure() 205 .np = master_np, in of_iommu_configure() 178 of_iommu_configure(struct device *dev, struct device_node *master_np, const u32 *id) of_iommu_configure() argument [all...] |
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | of_iommu.c | 53 static int of_iommu_configure_dev_id(struct device_node *master_np, in of_iommu_configure_dev_id() argument 60 err = of_map_id(master_np, *id, "iommu-map", in of_iommu_configure_dev_id() 71 static int of_iommu_configure_dev(struct device_node *master_np, in of_iommu_configure_dev() argument 77 while (!of_parse_phandle_with_args(master_np, "iommus", in of_iommu_configure_dev() 103 static int of_iommu_configure_device(struct device_node *master_np, in of_iommu_configure_device() argument 106 return (id) ? of_iommu_configure_dev_id(master_np, dev, id) : in of_iommu_configure_device() 107 of_iommu_configure_dev(master_np, dev); in of_iommu_configure_device() 111 struct device_node *master_np, in of_iommu_configure() 118 if (!master_np) in of_iommu_configure() 141 .np = master_np, in of_iommu_configure() 110 of_iommu_configure(struct device *dev, struct device_node *master_np, const u32 *id) of_iommu_configure() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | of_iommu.h | 12 struct device_node *master_np, 21 struct device_node *master_np, in of_iommu_configure() 20 of_iommu_configure(struct device *dev, struct device_node *master_np, const u32 *id) of_iommu_configure() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | of_iommu.h | 16 struct device_node *master_np, 29 struct device_node *master_np, in of_iommu_configure() 28 of_iommu_configure(struct device *dev, struct device_node *master_np, const u32 *id) of_iommu_configure() argument
|
Completed in 2 milliseconds