| /Linux-v5.4/drivers/clk/imx/ |
| D | clk-gate-exclusive.c | 39 return clk_gate_ops.enable(hw); in clk_gate_exclusive_enable() 44 clk_gate_ops.disable(hw); in clk_gate_exclusive_disable() 49 return clk_gate_ops.is_enabled(hw); in clk_gate_exclusive_is_enabled()
|
| D | clk-composite-7ulp.c | 78 &clk_gate_ops, CLK_SET_RATE_GATE | in imx7ulp_clk_composite()
|
| /Linux-v5.4/drivers/clk/ |
| D | clk-gate.c | 119 const struct clk_ops clk_gate_ops = { variable 124 EXPORT_SYMBOL_GPL(clk_gate_ops); 160 init.ops = &clk_gate_ops; in clk_hw_register_gate()
|
| D | clk-stm32f4.c | 604 return clk_gate_ops.is_enabled(hw); in stm32f4_pll_is_enabled() 616 if (clk_gate_ops.is_enabled(hw)) in stm32f4_pll_enable() 619 clk_gate_ops.enable(hw); in stm32f4_pll_enable() 631 clk_gate_ops.disable(hw); in stm32f4_pll_disable() 926 if (clk_gate_ops.is_enabled(hw)) in rgclk_enable() 931 clk_gate_ops.enable(hw); in rgclk_enable() 947 clk_gate_ops.disable(hw); in rgclk_disable() 952 return clk_gate_ops.is_enabled(hw); in rgclk_is_enabled() 1004 ret = clk_gate_ops.enable(hw); in cclk_gate_enable() 1015 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-v5.4/drivers/clk/socfpga/ |
| D | clk-pll-a10.c | 105 clk_pll_ops.enable = clk_gate_ops.enable; in __socfpga_pll_init() 106 clk_pll_ops.disable = clk_gate_ops.disable; in __socfpga_pll_init()
|
| D | clk-pll.c | 108 clk_pll_ops.enable = clk_gate_ops.enable; in __socfpga_pll_init() 109 clk_pll_ops.disable = clk_gate_ops.disable; in __socfpga_pll_init()
|
| D | clk-gate-s10.c | 88 gateclk_ops.enable = clk_gate_ops.enable; in s10_register_gate() 89 gateclk_ops.disable = clk_gate_ops.disable; in s10_register_gate()
|
| D | clk-pll-s10.c | 138 clk_pll_ops.enable = clk_gate_ops.enable; in s10_register_pll() 139 clk_pll_ops.disable = clk_gate_ops.disable; in s10_register_pll()
|
| D | clk-gate-a10.c | 120 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init() 121 gateclk_ops.disable = clk_gate_ops.disable; in __socfpga_gate_init()
|
| D | clk-gate.c | 201 ops->enable = clk_gate_ops.enable; in socfpga_gate_init() 202 ops->disable = clk_gate_ops.disable; in socfpga_gate_init()
|
| /Linux-v5.4/drivers/clk/st/ |
| D | clk-flexgen.c | 55 clk_gate_ops.enable(pgate_hw); in flexgen_enable() 57 clk_gate_ops.enable(fgate_hw); in flexgen_enable() 71 clk_gate_ops.disable(fgate_hw); in flexgen_disable() 83 if (!clk_gate_ops.is_enabled(fgate_hw)) in flexgen_is_enabled()
|
| /Linux-v5.4/drivers/clk/sunxi/ |
| D | clk-a10-hosc.c | 48 &gate->hw, &clk_gate_ops, 0); in sun4i_osc_clk_setup()
|
| D | clk-a20-gmac.c | 94 &gate->hw, &clk_gate_ops, in sun7i_a20_gmac_clk_setup()
|
| D | clk-a10-mod1.c | 57 &gate->hw, &clk_gate_ops, CLK_SET_RATE_PARENT); in sun4i_mod1_clk_setup()
|
| D | clk-sun4i-pll3.c | 61 &gate->hw, &clk_gate_ops, in sun4i_a10_pll3_setup()
|
| D | clk-sun8i-mbus.c | 80 &gate->hw, &clk_gate_ops, in sun8i_a23_mbus_setup()
|
| D | clk-a10-ve.c | 123 &gate->hw, &clk_gate_ops, in sun4i_ve_clk_setup()
|
| D | clk-a10-pll2.c | 99 &gate->hw, &clk_gate_ops, in sun4i_pll2_setup()
|
| /Linux-v5.4/drivers/clk/renesas/ |
| D | rcar-gen2-cpg.c | 190 &gate->hw, &clk_gate_ops, 0); in cpg_rcan_clk_register() 236 &gate->hw, &clk_gate_ops, 0); in cpg_adsp_clk_register()
|
| D | clk-rcar-gen2.c | 192 &gate->hw, &clk_gate_ops, 0); in cpg_rcan_clk_register() 237 &gate->hw, &clk_gate_ops, 0); in cpg_adsp_clk_register()
|
| /Linux-v5.4/drivers/clk/nxp/ |
| D | clk-lpc18xx-cgu.c | 486 return clk_gate_ops.enable(hw); in lpc18xx_cgu_gate_enable() 491 clk_gate_ops.disable(hw); in lpc18xx_cgu_gate_disable() 511 return clk_gate_ops.is_enabled(hw); in lpc18xx_cgu_gate_is_enabled()
|
| /Linux-v5.4/drivers/clk/samsung/ |
| D | clk-exynos-clkout.c | 104 &clk_gate_ops, CLK_SET_RATE_PARENT in exynos_clkout_init()
|
| /Linux-v5.4/drivers/clk/rockchip/ |
| D | clk.c | 79 gate_ops = &clk_gate_ops; in rockchip_clk_register_branch() 242 gate_ops = &clk_gate_ops; in rockchip_clk_register_frac_branch() 355 &gate->hw, &clk_gate_ops, flags); in rockchip_clk_register_factor_branch()
|
| /Linux-v5.4/drivers/clk/zte/ |
| D | clk.h | 69 &clk_gate_ops, \
|