Searched refs:clk_gate_ops (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-gate-exclusive.c | 42 return clk_gate_ops.enable(hw); in clk_gate_exclusive_enable() 47 clk_gate_ops.disable(hw); in clk_gate_exclusive_disable() 52 return clk_gate_ops.is_enabled(hw); in clk_gate_exclusive_is_enabled()
|
/linux-4.1.27/drivers/clk/ |
D | clk-gate.c | 103 const struct clk_ops clk_gate_ops = { variable 108 EXPORT_SYMBOL_GPL(clk_gate_ops); 145 init.ops = &clk_gate_ops; in clk_register_gate()
|
/linux-4.1.27/drivers/clk/st/ |
D | clk-flexgen.c | 43 clk_gate_ops.enable(pgate_hw); in flexgen_enable() 45 clk_gate_ops.enable(fgate_hw); in flexgen_enable() 59 clk_gate_ops.disable(fgate_hw); in flexgen_disable() 71 if (!clk_gate_ops.is_enabled(fgate_hw)) in flexgen_is_enabled()
|
D | clkgen-pll.c | 584 &gate->hw, &clk_gate_ops, in clkgen_odf_register()
|
D | clkgen-mux.c | 788 &gate->hw, &clk_gate_ops, in st_of_clkgen_vcc_setup()
|
/linux-4.1.27/drivers/clk/socfpga/ |
D | clk-pll.c | 123 clk_pll_ops.enable = clk_gate_ops.enable; in __socfpga_pll_init() 124 clk_pll_ops.disable = clk_gate_ops.disable; in __socfpga_pll_init()
|
D | clk-gate.c | 211 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init() 212 gateclk_ops.disable = clk_gate_ops.disable; in __socfpga_gate_init()
|
/linux-4.1.27/drivers/clk/sunxi/ |
D | clk-a10-hosc.c | 57 &gate->hw, &clk_gate_ops, in sun4i_osc_clk_setup()
|
D | clk-a20-gmac.c | 105 &gate->hw, &clk_gate_ops, in sun7i_a20_gmac_clk_setup()
|
D | clk-factors.c | 236 gate_hw, &clk_gate_ops, 0); in sunxi_factors_register()
|
D | clk-sunxi.c | 1222 gate_hw, &clk_gate_ops, in sunxi_divs_clk_setup()
|
/linux-4.1.27/drivers/clk/pxa/ |
D | clk-pxa.c | 97 &pxa_clk->gate.hw, &clk_gate_ops, in clk_pxa_cken_init()
|
/linux-4.1.27/drivers/clk/shmobile/ |
D | clk-rcar-gen2.c | 194 &gate->hw, &clk_gate_ops, 0); in cpg_rcan_clk_register() 239 &gate->hw, &clk_gate_ops, 0); in cpg_adsp_clk_register()
|
/linux-4.1.27/drivers/clk/rockchip/ |
D | clk.c | 79 gate_ops = &clk_gate_ops; in rockchip_clk_register_branch() 125 gate_ops = &clk_gate_ops; in rockchip_clk_register_frac_branch()
|
/linux-4.1.27/drivers/clk/samsung/ |
D | clk-exynos-clkout.c | 106 &clk_gate_ops, CLK_SET_RATE_PARENT in exynos_clkout_init()
|
/linux-4.1.27/include/linux/ |
D | clk-provider.h | 300 extern const struct clk_ops clk_gate_ops;
|