Home
last modified time | relevance | path

Searched refs:master_np (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dof_iommu.c121 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() argument
186 if (!master_np) in of_iommu_configure()
205 .np = master_np, in of_iommu_configure()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dof_iommu.h16 struct device_node *master_np,
29 struct device_node *master_np, in of_iommu_configure() argument