/linux-4.4.14/drivers/clk/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.4.14/drivers/clk/ |
D | clk-gate.c | 107 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/ |
D | clk-flexgen.c | 44 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()
|
D | clkgen-mux.c | 795 &gate->hw, &clk_gate_ops, in st_of_clkgen_vcc_setup()
|
D | clkgen-pll.c | 1033 &gate->hw, &clk_gate_ops, in clkgen_odf_register()
|
/linux-4.4.14/drivers/clk/socfpga/ |
D | clk-pll.c | 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()
|
D | clk-pll-a10.c | 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()
|
D | clk-gate-a10.c | 132 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init() 133 gateclk_ops.disable = clk_gate_ops.disable; in __socfpga_gate_init()
|
D | clk-gate.c | 205 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/ |
D | clk-a10-hosc.c | 57 &gate->hw, &clk_gate_ops, in sun4i_osc_clk_setup()
|
D | clk-a10-mod1.c | 65 &gate->hw, &clk_gate_ops, 0); in sun4i_mod1_clk_setup()
|
D | clk-a20-gmac.c | 103 &gate->hw, &clk_gate_ops, in sun7i_a20_gmac_clk_setup()
|
D | clk-a10-pll2.c | 107 &gate->hw, &clk_gate_ops, in sun4i_pll2_setup()
|
D | clk-factors.c | 235 gate_hw, &clk_gate_ops, 0); in sunxi_factors_register()
|
D | clk-sunxi.c | 1076 gate_hw, &clk_gate_ops, in sunxi_divs_clk_setup()
|
/linux-4.4.14/drivers/clk/pxa/ |
D | clk-pxa.c | 97 &pxa_clk->gate.hw, &clk_gate_ops, in clk_pxa_cken_init()
|
/linux-4.4.14/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.4.14/drivers/clk/nxp/ |
D | clk-lpc18xx-cgu.c | 485 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()
|
D | clk-lpc18xx-ccu.c | 197 return clk_gate_ops.is_enabled(hw); in lpc18xx_ccu_gate_is_enabled()
|
/linux-4.4.14/drivers/clk/samsung/ |
D | clk-exynos-clkout.c | 106 &clk_gate_ops, CLK_SET_RATE_PARENT in exynos_clkout_init()
|
/linux-4.4.14/drivers/clk/rockchip/ |
D | clk.c | 79 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/ |
D | clk-mtk.c | 186 gate_ops = &clk_gate_ops; in mtk_clk_register_composite()
|
/linux-4.4.14/drivers/clk/meson/ |
D | clkc.c | 113 gate ? &gate->hw : NULL, &clk_gate_ops, in meson_clk_register_composite()
|
/linux-4.4.14/include/linux/ |
D | clk-provider.h | 319 extern const struct clk_ops clk_gate_ops;
|