Lines Matching refs:np
20 struct regmap *device_node_to_regmap(struct device_node *np);
21 struct regmap *syscon_node_to_regmap(struct device_node *np);
23 struct regmap *syscon_regmap_lookup_by_phandle(struct device_node *np,
25 struct regmap *syscon_regmap_lookup_by_phandle_args(struct device_node *np,
29 struct regmap *syscon_regmap_lookup_by_phandle_optional(struct device_node *np,
31 int of_syscon_register_regmap(struct device_node *np,
34 static inline struct regmap *device_node_to_regmap(struct device_node *np) in device_node_to_regmap() argument
39 static inline struct regmap *syscon_node_to_regmap(struct device_node *np) in syscon_node_to_regmap() argument
50 struct device_node *np, in syscon_regmap_lookup_by_phandle() argument
57 struct device_node *np, in syscon_regmap_lookup_by_phandle_args() argument
66 struct device_node *np, in syscon_regmap_lookup_by_phandle_optional() argument
72 static inline int of_syscon_register_regmap(struct device_node *np, in of_syscon_register_regmap() argument