Lines Matching defs:clks
135 * @num_core_clks: Number of Core Clocks in clks[]
136 * @num_mod_clks: Number of Module Clocks in clks[]
145 * @clks: Array containing all Core and Module Clocks
171 struct clk *clks[];
290 clk = priv->clks[clkidx];
307 clk = priv->clks[priv->num_core_clks + idx];
335 WARN_DEBUG(PTR_ERR(priv->clks[id]) != -ENOENT);
351 parent = priv->clks[core->parent];
382 priv->clks, priv->base,
394 priv->clks[id] = clk;
417 WARN_DEBUG(PTR_ERR(priv->clks[id]) != -ENOENT);
424 parent = priv->clks[mod->parent];
461 priv->clks[id] = clk;
967 priv = kzalloc(struct_size(priv, clks, nclks), GFP_KERNEL);
1004 priv->clks[i] = ERR_PTR(-ENOENT);
1108 const unsigned int *clks, unsigned int n)
1113 if (mod_clks[i].id == clks[j]) {