/linux/drivers/clk/imx/ |
A D | clk-composite-7ulp.c | 36 ret = clk_gate_ops.enable(hw); in pcc_gate_enable() 56 clk_gate_ops.disable(hw); in pcc_gate_disable() 61 return clk_gate_ops.is_enabled(hw); in pcc_gate_is_enabled() 143 has_swrst ? &pcc_gate_ops : &clk_gate_ops, CLK_SET_RATE_GATE | in imx_ulp_clk_hw_composite()
|
A 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()
|
/linux/drivers/clk/socfpga/ |
A D | clk-gate-s10.c | 142 gateclk_ops.enable = clk_gate_ops.enable; in s10_register_gate() 143 gateclk_ops.disable = clk_gate_ops.disable; in s10_register_gate() 200 gateclk_ops.enable = clk_gate_ops.enable; in agilex_register_gate() 201 gateclk_ops.disable = clk_gate_ops.disable; in agilex_register_gate()
|
A 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()
|
A D | clk-gate.c | 202 ops->enable = clk_gate_ops.enable; in socfpga_gate_init() 203 ops->disable = clk_gate_ops.disable; in socfpga_gate_init()
|
/linux/drivers/clk/ |
A 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()
|
A 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 …]
|
A 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()
|
A D | clk-fsl-sai.c | 66 &clk_gate_ops, in fsl_sai_clk_probe()
|
/linux/drivers/clk/st/ |
A D | clk-flexgen.c | 62 clk_gate_ops.enable(pgate_hw); in flexgen_enable() 64 clk_gate_ops.enable(fgate_hw); in flexgen_enable() 78 clk_gate_ops.disable(fgate_hw); in flexgen_disable() 90 if (!clk_gate_ops.is_enabled(fgate_hw)) in flexgen_is_enabled()
|
/linux/drivers/clk/mmp/ |
A 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/drivers/clk/sunxi/ |
A D | clk-a10-hosc.c | 48 &gate->hw, &clk_gate_ops, 0); in sun4i_osc_clk_setup()
|
A D | clk-a20-gmac.c | 94 &gate->hw, &clk_gate_ops, in sun7i_a20_gmac_clk_setup()
|
A D | clk-a10-mod1.c | 57 &gate->hw, &clk_gate_ops, CLK_SET_RATE_PARENT); in sun4i_mod1_clk_setup()
|
A D | clk-sun4i-pll3.c | 61 &gate->hw, &clk_gate_ops, in sun4i_a10_pll3_setup()
|
A D | clk-sun8i-mbus.c | 80 &gate->hw, &clk_gate_ops, in sun8i_a23_mbus_setup()
|
A D | clk-a10-ve.c | 123 &gate->hw, &clk_gate_ops, in sun4i_ve_clk_setup()
|
A D | clk-a10-pll2.c | 99 &gate->hw, &clk_gate_ops, in sun4i_pll2_setup()
|
/linux/drivers/clk/renesas/ |
A D | rcar-cpg-lib.c | 309 &rpc->gate.hw, &clk_gate_ops, in cpg_rpc_clk_register() 346 &rpcd2->gate.hw, &clk_gate_ops, in cpg_rpcd2_clk_register()
|
A D | rcar-gen2-cpg.c | 192 &gate->hw, &clk_gate_ops, 0); in cpg_rcan_clk_register() 238 &gate->hw, &clk_gate_ops, 0); in cpg_adsp_clk_register()
|
/linux/drivers/clk/nxp/ |
A 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/drivers/clk/rockchip/ |
A D | clk.c | 81 gate_ops = &clk_gate_ops; in rockchip_clk_register_branch() 229 gate_ops = &clk_gate_ops; in rockchip_clk_register_frac_branch() 342 &gate->hw, &clk_gate_ops, flags); in rockchip_clk_register_factor_branch()
|
/linux/drivers/mmc/host/ |
A D | meson-mx-sdhc-clkc.c | 81 &clk_gate_ops, hw); in meson_mx_sdhc_gate_clk_hw_register()
|
/linux/drivers/clk/davinci/ |
A D | pll.c | 272 &gate->hw, &clk_gate_ops, flags); in davinci_pll_div_register() 620 &gate->hw, &clk_gate_ops, 0); in davinci_pll_obsclk_register() 727 &gate->hw, &clk_gate_ops, flags); in davinci_pll_sysclk_register()
|
/linux/drivers/clk/ti/ |
A D | adpll.c | 548 return clk_gate_ops.enable(gate_hw); in ti_adpll_clkout_enable() 557 clk_gate_ops.disable(gate_hw); in ti_adpll_clkout_disable() 567 return clk_gate_ops.is_enabled(gate_hw); in ti_adpll_clkout_is_enabled()
|