Home
last modified time | relevance | path

Searched refs:clk_gate_ops (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/arch/arm/mach-imx/
Dclk-gate-exclusive.c42 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/
Dclk-gate.c103 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/
Dclk-flexgen.c43 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()
Dclkgen-pll.c584 &gate->hw, &clk_gate_ops, in clkgen_odf_register()
Dclkgen-mux.c788 &gate->hw, &clk_gate_ops, in st_of_clkgen_vcc_setup()
/linux-4.1.27/drivers/clk/socfpga/
Dclk-pll.c123 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()
Dclk-gate.c211 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/
Dclk-a10-hosc.c57 &gate->hw, &clk_gate_ops, in sun4i_osc_clk_setup()
Dclk-a20-gmac.c105 &gate->hw, &clk_gate_ops, in sun7i_a20_gmac_clk_setup()
Dclk-factors.c236 gate_hw, &clk_gate_ops, 0); in sunxi_factors_register()
Dclk-sunxi.c1222 gate_hw, &clk_gate_ops, in sunxi_divs_clk_setup()
/linux-4.1.27/drivers/clk/pxa/
Dclk-pxa.c97 &pxa_clk->gate.hw, &clk_gate_ops, in clk_pxa_cken_init()
/linux-4.1.27/drivers/clk/shmobile/
Dclk-rcar-gen2.c194 &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/
Dclk.c79 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/
Dclk-exynos-clkout.c106 &clk_gate_ops, CLK_SET_RATE_PARENT in exynos_clkout_init()
/linux-4.1.27/include/linux/
Dclk-provider.h300 extern const struct clk_ops clk_gate_ops;