/kernel/linux/linux-5.10/drivers/clk/imx/ |
H 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()
|
H A 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()
|
H A D | clk-composite-7ulp.c | 79 &clk_gate_ops, CLK_SET_RATE_GATE | in imx7ulp_clk_hw_composite()
|
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H 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()
|
H A D | clk-composite-7ulp.c | 34 ret = clk_gate_ops.enable(hw); in pcc_gate_enable() 54 clk_gate_ops.disable(hw); in pcc_gate_disable() 59 return clk_gate_ops.is_enabled(hw); in pcc_gate_is_enabled() 139 has_swrst ? &pcc_gate_ops : &clk_gate_ops, CLK_SET_RATE_GATE | in imx_ulp_clk_hw_composite()
|
/kernel/linux/linux-6.6/drivers/clk/socfpga/ |
H 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()
|
H A D | clk-gate-a10.c | 67 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init() 68 gateclk_ops.disable = clk_gate_ops.disable; in __socfpga_gate_init()
|
H A D | clk-gate.c | 166 ops->enable = clk_gate_ops.enable; in socfpga_gate_init() 167 ops->disable = clk_gate_ops.disable; in socfpga_gate_init()
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-gate.c | 119 const struct clk_ops clk_gate_ops = { variable 124 EXPORT_SYMBOL_GPL(clk_gate_ops); variable 152 init.ops = &clk_gate_ops; in __clk_hw_register_gate()
|
H A D | clk-stm32f4.c | 600 return clk_gate_ops.is_enabled(hw); in stm32f4_pll_is_enabled() 612 if (clk_gate_ops.is_enabled(hw)) in stm32f4_pll_enable() 615 clk_gate_ops.enable(hw); in stm32f4_pll_enable() 627 clk_gate_ops.disable(hw); in stm32f4_pll_disable() 922 if (clk_gate_ops.is_enabled(hw)) in rgclk_enable() 927 clk_gate_ops.enable(hw); in rgclk_enable() 943 clk_gate_ops.disable(hw); in rgclk_disable() 948 return clk_gate_ops.is_enabled(hw); in rgclk_is_enabled() 1000 ret = clk_gate_ops.enable(hw); in cclk_gate_enable() 1011 clk_gate_ops in cclk_gate_disable() [all...] |
H 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()
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-gate.c | 120 const struct clk_ops clk_gate_ops = { variable 125 EXPORT_SYMBOL_GPL(clk_gate_ops); variable 153 init.ops = &clk_gate_ops; in __clk_hw_register_gate()
|
H A D | clk-stm32f4.c | 600 return clk_gate_ops.is_enabled(hw); in stm32f4_pll_is_enabled() 612 if (clk_gate_ops.is_enabled(hw)) in stm32f4_pll_enable() 615 clk_gate_ops.enable(hw); in stm32f4_pll_enable() 627 clk_gate_ops.disable(hw); in stm32f4_pll_disable() 922 if (clk_gate_ops.is_enabled(hw)) in rgclk_enable() 927 clk_gate_ops.enable(hw); in rgclk_enable() 943 clk_gate_ops.disable(hw); in rgclk_disable() 948 return clk_gate_ops.is_enabled(hw); in rgclk_is_enabled() 1000 ret = clk_gate_ops.enable(hw); in cclk_gate_enable() 1011 clk_gate_ops in cclk_gate_disable() [all...] |
H 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() 887 if (clk_gate_ops.is_enabled(hw)) in odf_gate_enable() 897 ret = clk_gate_ops.enable(hw); in odf_gate_enable() 910 if (!clk_gate_ops.is_enabled(hw)) in odf_gate_disable() 920 clk_gate_ops.disable(hw); in odf_gate_disable()
|
/kernel/linux/linux-5.10/drivers/clk/socfpga/ |
H A 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()
|
H 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()
|
H A D | clk-gate.c | 204 ops->enable = clk_gate_ops.enable; in socfpga_gate_init() 205 ops->disable = clk_gate_ops.disable; in socfpga_gate_init()
|
/kernel/linux/linux-6.6/drivers/clk/renesas/ |
H A D | rcar-cpg-lib.c | 165 &rpc->gate.hw, &clk_gate_ops, in cpg_rpc_clk_register() 202 &rpcd2->gate.hw, &clk_gate_ops, in cpg_rpcd2_clk_register()
|
/kernel/linux/linux-5.10/drivers/clk/st/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/clk/sunxi/ |
H A D | clk-a10-hosc.c | 48 &gate->hw, &clk_gate_ops, 0); in sun4i_osc_clk_setup()
|
H A D | clk-sun4i-pll3.c | 61 &gate->hw, &clk_gate_ops, in sun4i_a10_pll3_setup()
|
H A D | clk-a20-gmac.c | 94 &gate->hw, &clk_gate_ops, in sun7i_a20_gmac_clk_setup()
|
H A D | clk-a10-mod1.c | 57 &gate->hw, &clk_gate_ops, CLK_SET_RATE_PARENT); in sun4i_mod1_clk_setup()
|
/kernel/linux/linux-6.6/drivers/clk/sunxi/ |
H A D | clk-a10-hosc.c | 48 &gate->hw, &clk_gate_ops, 0); in sun4i_osc_clk_setup()
|
/kernel/linux/linux-6.6/drivers/clk/st/ |
H 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()
|