Searched refs:of_map_id (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/of/ |
| H A D | base.c | 2183 int of_map_id(const struct device_node *np, u32 id, in of_map_id() function 2325 EXPORT_SYMBOL_GPL(of_map_id); 2347 return of_map_id(np, id, "iommu-map", "#iommu-cells", "iommu-map-mask", NULL, arg); in of_map_iommu_id() 2374 return of_map_id(np, id, "msi-map", "#msi-cells", "msi-map-mask", filter_np, arg); in of_map_msi_id()
|
| /linux/include/linux/ |
| H A D | of.h | 467 int of_map_id(const struct device_node *np, u32 id, 953 static inline int of_map_id(const struct device_node *np, u32 id, in of_map_id() function
|