/Linux-v4.19/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-v4.19/drivers/clk/ |
D | clk-gate.c | 106 const struct clk_ops clk_gate_ops = { variable 111 EXPORT_SYMBOL_GPL(clk_gate_ops); 147 init.ops = &clk_gate_ops; in clk_hw_register_gate()
|
D | clk-stm32f4.c | 532 return clk_gate_ops.is_enabled(hw); in stm32f4_pll_is_enabled() 544 if (clk_gate_ops.is_enabled(hw)) in stm32f4_pll_enable() 547 clk_gate_ops.enable(hw); in stm32f4_pll_enable() 559 clk_gate_ops.disable(hw); in stm32f4_pll_disable() 854 if (clk_gate_ops.is_enabled(hw)) in rgclk_enable() 859 clk_gate_ops.enable(hw); in rgclk_enable() 875 clk_gate_ops.disable(hw); in rgclk_disable() 880 return clk_gate_ops.is_enabled(hw); in rgclk_is_enabled() 932 ret = clk_gate_ops.enable(hw); in cclk_gate_enable() 943 clk_gate_ops.disable(hw); in cclk_gate_disable() [all …]
|
D | clk-stm32h7.c | 167 if (clk_gate_ops.is_enabled(hw)) in ready_gate_clk_enable() 170 clk_gate_ops.enable(hw); in ready_gate_clk_enable() 195 if (!clk_gate_ops.is_enabled(hw)) in ready_gate_clk_disable() 198 clk_gate_ops.disable(hw); in ready_gate_clk_disable() 408 gcfg->gate->ops : &clk_gate_ops; in get_cfg_composite_div() 888 if (clk_gate_ops.is_enabled(hw)) in odf_gate_enable() 898 ret = clk_gate_ops.enable(hw); in odf_gate_enable() 911 if (!clk_gate_ops.is_enabled(hw)) in odf_gate_disable() 921 clk_gate_ops.disable(hw); in odf_gate_disable()
|
/Linux-v4.19/drivers/clk/socfpga/ |
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-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-gate-s10.c | 87 gateclk_ops.enable = clk_gate_ops.enable; in s10_register_gate() 88 gateclk_ops.disable = clk_gate_ops.disable; in s10_register_gate()
|
D | clk-pll-s10.c | 137 clk_pll_ops.enable = clk_gate_ops.enable; in s10_register_pll() 138 clk_pll_ops.disable = clk_gate_ops.disable; in s10_register_pll()
|
D | clk-gate-a10.c | 131 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init() 132 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-v4.19/drivers/clk/st/ |
D | clk-flexgen.c | 54 clk_gate_ops.enable(pgate_hw); in flexgen_enable() 56 clk_gate_ops.enable(fgate_hw); in flexgen_enable() 70 clk_gate_ops.disable(fgate_hw); in flexgen_disable() 82 if (!clk_gate_ops.is_enabled(fgate_hw)) in flexgen_is_enabled()
|
/Linux-v4.19/drivers/clk/sunxi/ |
D | clk-a10-hosc.c | 57 &gate->hw, &clk_gate_ops, 0); in sun4i_osc_clk_setup()
|
D | clk-a20-gmac.c | 102 &gate->hw, &clk_gate_ops, in sun7i_a20_gmac_clk_setup()
|
D | clk-a10-mod1.c | 65 &gate->hw, &clk_gate_ops, CLK_SET_RATE_PARENT); in sun4i_mod1_clk_setup()
|
D | clk-sun4i-pll3.c | 69 &gate->hw, &clk_gate_ops, in sun4i_a10_pll3_setup()
|
D | clk-sun8i-mbus.c | 88 &gate->hw, &clk_gate_ops, in sun8i_a23_mbus_setup()
|
D | clk-a10-ve.c | 131 &gate->hw, &clk_gate_ops, in sun4i_ve_clk_setup()
|
D | clk-a10-pll2.c | 107 &gate->hw, &clk_gate_ops, in sun4i_pll2_setup()
|
/Linux-v4.19/drivers/clk/renesas/ |
D | rcar-gen2-cpg.c | 193 &gate->hw, &clk_gate_ops, 0); in cpg_rcan_clk_register() 239 &gate->hw, &clk_gate_ops, 0); in cpg_adsp_clk_register()
|
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-v4.19/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()
|
/Linux-v4.19/drivers/clk/samsung/ |
D | clk-exynos-clkout.c | 106 &clk_gate_ops, CLK_SET_RATE_PARENT in exynos_clkout_init()
|
/Linux-v4.19/drivers/clk/rockchip/ |
D | clk.c | 87 gate_ops = &clk_gate_ops; in rockchip_clk_register_branch() 247 gate_ops = &clk_gate_ops; in rockchip_clk_register_frac_branch() 360 &gate->hw, &clk_gate_ops, flags); in rockchip_clk_register_factor_branch()
|
/Linux-v4.19/drivers/clk/zte/ |
D | clk.h | 72 &clk_gate_ops, \
|
/Linux-v4.19/drivers/clk/ti/ |
D | adpll.c | 554 return clk_gate_ops.enable(gate_hw); in ti_adpll_clkout_enable() 563 clk_gate_ops.disable(gate_hw); in ti_adpll_clkout_disable() 573 return clk_gate_ops.is_enabled(gate_hw); in ti_adpll_clkout_is_enabled()
|