Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/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.4.14/drivers/clk/
Dclk-gate.c107 const struct clk_ops clk_gate_ops = { variable
112 EXPORT_SYMBOL_GPL(clk_gate_ops);
147 init.ops = &clk_gate_ops; in clk_register_gate()
/linux-4.4.14/drivers/clk/st/
Dclk-flexgen.c44 clk_gate_ops.enable(pgate_hw); in flexgen_enable()
46 clk_gate_ops.enable(fgate_hw); in flexgen_enable()
60 clk_gate_ops.disable(fgate_hw); in flexgen_disable()
72 if (!clk_gate_ops.is_enabled(fgate_hw)) in flexgen_is_enabled()
Dclkgen-mux.c795 &gate->hw, &clk_gate_ops, in st_of_clkgen_vcc_setup()
Dclkgen-pll.c1033 &gate->hw, &clk_gate_ops, in clkgen_odf_register()
/linux-4.4.14/drivers/clk/socfpga/
Dclk-pll.c117 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()
Dclk-pll-a10.c115 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()
Dclk-gate-a10.c132 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init()
133 gateclk_ops.disable = clk_gate_ops.disable; in __socfpga_gate_init()
Dclk-gate.c205 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init()
206 gateclk_ops.disable = clk_gate_ops.disable; in __socfpga_gate_init()
/linux-4.4.14/drivers/clk/sunxi/
Dclk-a10-hosc.c57 &gate->hw, &clk_gate_ops, in sun4i_osc_clk_setup()
Dclk-a10-mod1.c65 &gate->hw, &clk_gate_ops, 0); in sun4i_mod1_clk_setup()
Dclk-a20-gmac.c103 &gate->hw, &clk_gate_ops, in sun7i_a20_gmac_clk_setup()
Dclk-a10-pll2.c107 &gate->hw, &clk_gate_ops, in sun4i_pll2_setup()
Dclk-factors.c235 gate_hw, &clk_gate_ops, 0); in sunxi_factors_register()
Dclk-sunxi.c1076 gate_hw, &clk_gate_ops, in sunxi_divs_clk_setup()
/linux-4.4.14/drivers/clk/pxa/
Dclk-pxa.c97 &pxa_clk->gate.hw, &clk_gate_ops, in clk_pxa_cken_init()
/linux-4.4.14/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.4.14/drivers/clk/nxp/
Dclk-lpc18xx-cgu.c485 return clk_gate_ops.enable(hw); in lpc18xx_cgu_gate_enable()
490 clk_gate_ops.disable(hw); in lpc18xx_cgu_gate_disable()
510 return clk_gate_ops.is_enabled(hw); in lpc18xx_cgu_gate_is_enabled()
Dclk-lpc18xx-ccu.c197 return clk_gate_ops.is_enabled(hw); in lpc18xx_ccu_gate_is_enabled()
/linux-4.4.14/drivers/clk/samsung/
Dclk-exynos-clkout.c106 &clk_gate_ops, CLK_SET_RATE_PARENT in exynos_clkout_init()
/linux-4.4.14/drivers/clk/rockchip/
Dclk.c79 gate_ops = &clk_gate_ops; in rockchip_clk_register_branch()
132 gate_ops = &clk_gate_ops; in rockchip_clk_register_frac_branch()
/linux-4.4.14/drivers/clk/mediatek/
Dclk-mtk.c186 gate_ops = &clk_gate_ops; in mtk_clk_register_composite()
/linux-4.4.14/drivers/clk/meson/
Dclkc.c113 gate ? &gate->hw : NULL, &clk_gate_ops, in meson_clk_register_composite()
/linux-4.4.14/include/linux/
Dclk-provider.h319 extern const struct clk_ops clk_gate_ops;