Searched refs:clk_pll_ops (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/drivers/clk/socfpga/ |
D | clk-pll.c | 78 static struct clk_ops clk_pll_ops = { variable 117 clk_pll_ops.enable = clk_gate_ops.enable; in __socfpga_pll_init() 118 clk_pll_ops.disable = clk_gate_ops.disable; in __socfpga_pll_init() 131 __socfpga_pll_init(node, &clk_pll_ops); in socfpga_pll_init()
|
D | clk-pll-a10.c | 72 static struct clk_ops clk_pll_ops = { variable 115 clk_pll_ops.enable = clk_gate_ops.enable; in __socfpga_pll_init() 116 clk_pll_ops.disable = clk_gate_ops.disable; in __socfpga_pll_init() 129 __socfpga_pll_init(node, &clk_pll_ops); in socfpga_a10_pll_init()
|
/linux-4.4.14/drivers/clk/mxs/ |
D | clk-pll.c | 80 static const struct clk_ops clk_pll_ops = { variable 100 init.ops = &clk_pll_ops; in mxs_clk_pll()
|
/linux-4.4.14/drivers/clk/qcom/ |
D | clk-pll.h | 63 extern const struct clk_ops clk_pll_ops;
|
D | clk-pll.c | 183 const struct clk_ops clk_pll_ops = { variable 190 EXPORT_SYMBOL_GPL(clk_pll_ops);
|
D | lcc-ipq806x.c | 46 .ops = &clk_pll_ops,
|
D | gcc-ipq806x.c | 47 .ops = &clk_pll_ops, 74 .ops = &clk_pll_ops, 101 .ops = &clk_pll_ops, 128 .ops = &clk_pll_ops, 172 .ops = &clk_pll_ops,
|
D | mmcc-msm8974.c | 201 .ops = &clk_pll_ops, 228 .ops = &clk_pll_ops, 254 .ops = &clk_pll_ops, 270 .ops = &clk_pll_ops,
|
D | mmcc-apq8084.c | 236 .ops = &clk_pll_ops, 263 .ops = &clk_pll_ops, 289 .ops = &clk_pll_ops, 305 .ops = &clk_pll_ops, 320 .ops = &clk_pll_ops,
|
D | lcc-msm8960.c | 46 .ops = &clk_pll_ops,
|
D | gcc-msm8916.c | 281 .ops = &clk_pll_ops, 308 .ops = &clk_pll_ops, 335 .ops = &clk_pll_ops, 362 .ops = &clk_pll_ops,
|
D | gcc-msm8974.c | 79 .ops = &clk_pll_ops, 142 .ops = &clk_pll_ops, 169 .ops = &clk_pll_ops,
|
D | gcc-msm8960.c | 47 .ops = &clk_pll_ops, 74 .ops = &clk_pll_ops, 101 .ops = &clk_pll_ops,
|
D | gcc-apq8084.c | 123 .ops = &clk_pll_ops, 186 .ops = &clk_pll_ops, 213 .ops = &clk_pll_ops,
|
D | mmcc-msm8960.c | 128 .ops = &clk_pll_ops, 144 .ops = &clk_pll_ops,
|
D | gcc-msm8660.c | 47 .ops = &clk_pll_ops,
|
/linux-4.4.14/drivers/clk/keystone/ |
D | pll.c | 120 static const struct clk_ops clk_pll_ops = { variable 138 init.ops = &clk_pll_ops; in clk_register_pll()
|
/linux-4.4.14/drivers/clk/spear/ |
D | clk-vco-pll.c | 168 static struct clk_ops clk_pll_ops = { variable 337 pll_init.ops = &clk_pll_ops; in clk_register_vco_pll()
|
/linux-4.4.14/drivers/clk/ |
D | clk-highbank.c | 195 static const struct clk_ops clk_pll_ops = { variable 322 hb_clk_init(node, &clk_pll_ops); in hb_pll_init()
|