Lines Matching defs:syscon
11 #include <linux/mfd/syscon.h>
139 struct regmap *syscon)
149 creg_clk->reg = syscon;
167 struct regmap *syscon;
169 syscon = syscon_node_to_regmap(np->parent);
170 if (IS_ERR(syscon)) {
171 pr_err("%s: syscon lookup failed\n", __func__);
179 &clk_32khz_parent, syscon);
196 struct regmap *syscon;
198 syscon = syscon_node_to_regmap(np->parent);
199 if (IS_ERR(syscon)) {
200 dev_err(&pdev->dev, "syscon lookup failed\n");
201 return PTR_ERR(syscon);
208 syscon);