Lines Matching defs:clks
130 * @num_core_clks: Number of Core Clocks in clks[]
131 * @num_mod_clks: Number of Module Clocks in clks[]
140 * @clks: Array containing all Core and Module Clocks
166 struct clk *clks[];
291 clk = priv->clks[clkidx];
308 clk = priv->clks[priv->num_core_clks + idx];
336 WARN_DEBUG(PTR_ERR(priv->clks[id]) != -ENOENT);
352 parent = priv->clks[core->parent];
383 priv->clks, priv->base,
395 priv->clks[id] = clk;
418 WARN_DEBUG(PTR_ERR(priv->clks[id]) != -ENOENT);
425 parent = priv->clks[mod->parent];
462 priv->clks[id] = clk;
948 priv = kzalloc(struct_size(priv, clks, nclks), GFP_KERNEL);
985 priv->clks[i] = ERR_PTR(-ENOENT);
1102 const unsigned int *clks, unsigned int n)
1107 if (mod_clks[i].id == clks[j]) {
1115 const struct mssr_mod_reparent *clks,
1121 if (mod_clks[i].id == clks[j].clk) {
1122 mod_clks[i].parent = clks[j].parent;