Searched defs:clk_pll_ops (Results 1 - 6 of 6) sorted by relevance

/drivers/clk/mxs/
H A Dclk-pll.c81 static const struct clk_ops clk_pll_ops = { variable in typeref:struct:clk_ops
101 init.ops = &clk_pll_ops;
/drivers/clk/socfpga/
H A Dclk-pll.c79 static struct clk_ops clk_pll_ops = { variable in typeref:struct:clk_ops
123 clk_pll_ops.enable = clk_gate_ops.enable;
124 clk_pll_ops.disable = clk_gate_ops.disable;
137 __socfpga_pll_init(node, &clk_pll_ops);
/drivers/clk/keystone/
H A Dpll.c115 static const struct clk_ops clk_pll_ops = { variable in typeref:struct:clk_ops
133 init.ops = &clk_pll_ops;
/drivers/clk/qcom/
H A Dclk-pll.c186 const struct clk_ops clk_pll_ops = { variable in typeref:struct:clk_ops
193 EXPORT_SYMBOL_GPL(clk_pll_ops); variable
/drivers/clk/
H A Dclk-highbank.c194 static const struct clk_ops clk_pll_ops = { variable in typeref:struct:clk_ops
321 hb_clk_init(node, &clk_pll_ops);
/drivers/clk/spear/
H A Dclk-vco-pll.c168 static struct clk_ops clk_pll_ops = { variable in typeref:struct:clk_ops
337 pll_init.ops = &clk_pll_ops;

Completed in 452 milliseconds