Lines Matching defs:syscon
14 #include <linux/mfd/syscon.h>
142 struct regmap *syscon)
152 creg_clk->reg = syscon;
170 struct regmap *syscon;
172 syscon = syscon_node_to_regmap(np->parent);
173 if (IS_ERR(syscon)) {
174 pr_err("%s: syscon lookup failed\n", __func__);
182 &clk_32khz_parent, syscon);
199 struct regmap *syscon;
201 syscon = syscon_node_to_regmap(np->parent);
202 if (IS_ERR(syscon)) {
203 dev_err(&pdev->dev, "syscon lookup failed\n");
204 return PTR_ERR(syscon);
211 syscon);