/Linux-v5.10/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-gate2.c | 53 ret = clk_gate_ops.enable(hw); in clk_gate2_enable() 83 clk_gate_ops.disable(hw); in clk_gate2_disable() 109 return clk_gate_ops.is_enabled(hw); in clk_gate2_is_enabled()
|
D | clk-composite-7ulp.c | 79 &clk_gate_ops, CLK_SET_RATE_GATE | in imx7ulp_clk_hw_composite()
|
/Linux-v5.10/drivers/clk/ |
D | clk-gate.c | 119 const struct clk_ops clk_gate_ops = { variable 124 EXPORT_SYMBOL_GPL(clk_gate_ops); 152 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()
|
D | clk-fsl-sai.c | 66 &clk_gate_ops, in fsl_sai_clk_probe()
|
/Linux-v5.10/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.10/drivers/clk/socfpga/ |
D | clk-gate-s10.c | 82 gateclk_ops.enable = clk_gate_ops.enable; in s10_register_gate() 83 gateclk_ops.disable = clk_gate_ops.disable; in s10_register_gate()
|
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.10/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.10/drivers/clk/mmp/ |
D | clk-audio.c | 276 &priv->sysclk_div.hw, &clk_gate_ops, in register_clocks() 297 &priv->sspa0_div.hw, &clk_gate_ops, in register_clocks() 328 &priv->sspa1_div.hw, &clk_gate_ops, in register_clocks()
|
/Linux-v5.10/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()
|
/Linux-v5.10/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.10/drivers/clk/samsung/ |
D | clk-exynos-clkout.c | 104 &clk_gate_ops, CLK_SET_RATE_PARENT in exynos_clkout_init()
|
/Linux-v5.10/drivers/clk/rockchip/ |
D | clk.c | 79 gate_ops = &clk_gate_ops; in rockchip_clk_register_branch() 240 gate_ops = &clk_gate_ops; in rockchip_clk_register_frac_branch() 353 &gate->hw, &clk_gate_ops, flags); in rockchip_clk_register_factor_branch()
|
/Linux-v5.10/drivers/clk/zte/ |
D | clk.h | 69 &clk_gate_ops, \
|
/Linux-v5.10/drivers/mmc/host/ |
D | meson-mx-sdhc-clkc.c | 81 &clk_gate_ops, hw); in meson_mx_sdhc_gate_clk_hw_register()
|