Lines Matching refs:device_node
17 struct device_node;
20 extern struct regmap *device_node_to_regmap(struct device_node *np);
21 extern struct regmap *syscon_node_to_regmap(struct device_node *np);
24 struct device_node *np,
27 struct device_node *np,
32 struct device_node *np,
35 static inline struct regmap *device_node_to_regmap(struct device_node *np) in device_node_to_regmap()
40 static inline struct regmap *syscon_node_to_regmap(struct device_node *np) in syscon_node_to_regmap()
51 struct device_node *np, in syscon_regmap_lookup_by_phandle()
58 struct device_node *np, in syscon_regmap_lookup_by_phandle_args()
67 struct device_node *np, in syscon_regmap_lookup_by_phandle_optional()