| /linux-6.15/drivers/clk/qcom/ |
| H A D | clk-alpha-pll.h | 161 extern const struct clk_ops clk_alpha_pll_ops; 162 extern const struct clk_ops clk_alpha_pll_fixed_ops; 163 extern const struct clk_ops clk_alpha_pll_hwfsm_ops; 164 extern const struct clk_ops clk_alpha_pll_postdiv_ops; 165 extern const struct clk_ops clk_alpha_pll_huayra_ops; 170 extern const struct clk_ops clk_alpha_pll_fabia_ops; 174 extern const struct clk_ops clk_alpha_pll_trion_ops; 178 extern const struct clk_ops clk_alpha_pll_lucid_ops; 181 extern const struct clk_ops clk_alpha_pll_agera_ops; 187 extern const struct clk_ops clk_alpha_pll_zonda_ops; [all …]
|
| H A D | clk-rcg.h | 105 extern const struct clk_ops clk_rcg_ops; 110 extern const struct clk_ops clk_rcg_esc_ops; 111 extern const struct clk_ops clk_rcg_lcc_ops; 144 extern const struct clk_ops clk_dyn_rcg_ops; 191 extern const struct clk_ops clk_rcg2_ops; 192 extern const struct clk_ops clk_rcg2_gp_ops; 197 extern const struct clk_ops clk_byte_ops; 198 extern const struct clk_ops clk_byte2_ops; 199 extern const struct clk_ops clk_pixel_ops; 200 extern const struct clk_ops clk_gfx3d_ops; [all …]
|
| H A D | clk-branch.h | 107 extern const struct clk_ops clk_branch_ops; 108 extern const struct clk_ops clk_branch2_ops; 109 extern const struct clk_ops clk_branch_simple_ops; 110 extern const struct clk_ops clk_branch2_aon_ops; 111 extern const struct clk_ops clk_branch2_mem_ops; 112 extern const struct clk_ops clk_branch2_prepare_ops;
|
| H A D | clk-branch.c | 121 const struct clk_ops clk_branch_ops = { 168 const struct clk_ops clk_branch2_mem_ops = { 175 const struct clk_ops clk_branch2_ops = { 182 const struct clk_ops clk_branch2_aon_ops = { 188 const struct clk_ops clk_branch_simple_ops = { 195 const struct clk_ops clk_branch2_prepare_ops = {
|
| /linux-6.15/drivers/clk/ |
| H A D | clk-composite.c | 14 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_get_parent() 25 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_set_parent() 37 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_recalc_rate() 48 const struct clk_ops *rate_ops) in clk_composite_determine_rate_for_parent() 72 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_determine_rate() 73 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_determine_rate() 157 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_round_rate() 169 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_set_rate() 183 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_set_rate_and_parent() 184 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_set_rate_and_parent() [all …]
|
| H A D | clk-gpio.c | 76 static const struct clk_ops clk_gpio_gate_ops = { 105 static const struct clk_ops clk_sleeping_gpio_gate_ops = { 135 static const struct clk_ops clk_gpio_mux_ops = { 143 const struct clk_ops *clk_gpio_ops) in clk_register_gpio() 179 const struct clk_ops *ops; in clk_hw_register_gpio_gate() 310 static const struct clk_ops clk_gated_fixed_ops = { 349 static const struct clk_ops clk_sleeping_gated_fixed_ops = { 360 const struct clk_ops *ops; in clk_gated_fixed_probe()
|
| /linux-6.15/arch/m68k/include/asm/ |
| H A D | mcfclk.h | 12 struct clk_ops { struct 18 struct clk_ops *clk_ops; member 25 extern struct clk_ops clk_ops0; 27 extern struct clk_ops clk_ops1; 30 extern struct clk_ops clk_ops2; 34 .clk_ops = &clk_ops##clk_bank, \
|
| /linux-6.15/arch/m68k/coldfire/ |
| H A D | clk.c | 34 clk->clk_ops->enable(clk); in __clk_init_enabled() 40 clk->clk_ops->disable(clk); in __clk_init_disabled() 53 struct clk_ops clk_ops0 = { 69 struct clk_ops clk_ops1 = { 84 if ((clk->enabled++ == 0) && clk->clk_ops) in clk_enable() 85 clk->clk_ops->enable(clk); in clk_enable() 100 if ((--clk->enabled == 0) && clk->clk_ops) in clk_disable() 101 clk->clk_ops->disable(clk); in clk_disable()
|
| /linux-6.15/drivers/clk/mediatek/ |
| H A D | clk-gate.h | 14 struct clk_ops; 18 extern const struct clk_ops mtk_clk_gate_ops_setclr; 19 extern const struct clk_ops mtk_clk_gate_ops_setclr_inv; 20 extern const struct clk_ops mtk_clk_gate_ops_no_setclr; 21 extern const struct clk_ops mtk_clk_gate_ops_no_setclr_inv; 35 const struct clk_ops *ops;
|
| H A D | clk-pll.h | 13 struct clk_ops; 38 const struct clk_ops *ops; 80 extern const struct clk_ops mtk_pll_ops; 105 const struct clk_ops *pll_ops);
|
| /linux-6.15/drivers/clk/microchip/ |
| H A D | clk-core.h | 58 extern const struct clk_ops pic32_pbclk_ops; 59 extern const struct clk_ops pic32_sclk_ops; 60 extern const struct clk_ops pic32_sclk_no_div_ops; 61 extern const struct clk_ops pic32_spll_ops; 62 extern const struct clk_ops pic32_roclk_ops; 63 extern const struct clk_ops pic32_sosc_ops;
|
| /linux-6.15/drivers/clk/tegra/ |
| H A D | clk-periph.c | 17 const struct clk_ops *mux_ops = periph->mux_ops; in clk_periph_get_parent() 28 const struct clk_ops *mux_ops = periph->mux_ops; in clk_periph_set_parent() 40 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_recalc_rate() 52 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_determine_rate() 70 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_set_rate() 81 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_is_enabled() 92 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_enable() 103 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_disable() 112 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_disable_unused() 121 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_restore_context() [all …]
|
| H A D | clk.h | 133 extern const struct clk_ops tegra_clk_frac_div_ops; 402 extern const struct clk_ops tegra_clk_pll_ops; 403 extern const struct clk_ops tegra_clk_plle_ops; 517 extern const struct clk_ops tegra_clk_pll_out_ops; 623 const struct clk_ops *mux_ops; 624 const struct clk_ops *div_ops; 625 const struct clk_ops *gate_ops; 632 extern const struct clk_ops tegra_clk_periph_ops; 743 const struct clk_ops *div_ops; 757 extern const struct clk_ops tegra_clk_super_ops; [all …]
|
| /linux-6.15/drivers/clk/meson/ |
| H A D | clk-regmap.h | 56 extern const struct clk_ops clk_regmap_gate_ops; 57 extern const struct clk_ops clk_regmap_gate_ro_ops; 84 extern const struct clk_ops clk_regmap_divider_ops; 85 extern const struct clk_ops clk_regmap_divider_ro_ops; 114 extern const struct clk_ops clk_regmap_mux_ops; 115 extern const struct clk_ops clk_regmap_mux_ro_ops;
|
| H A D | clk-phase.h | 28 extern const struct clk_ops meson_clk_phase_ops; 29 extern const struct clk_ops meson_clk_triphase_ops; 30 extern const struct clk_ops meson_sclk_ws_inv_ops;
|
| H A D | clk-pll.h | 50 extern const struct clk_ops meson_clk_pll_ro_ops; 51 extern const struct clk_ops meson_clk_pll_ops; 52 extern const struct clk_ops meson_clk_pcie_pll_ops;
|
| H A D | clk-regmap.c | 47 const struct clk_ops clk_regmap_gate_ops = { 54 const struct clk_ops clk_regmap_gate_ro_ops = { 123 const struct clk_ops clk_regmap_divider_ops = { 130 const struct clk_ops clk_regmap_divider_ro_ops = { 172 const struct clk_ops clk_regmap_mux_ops = { 179 const struct clk_ops clk_regmap_mux_ro_ops = {
|
| /linux-6.15/drivers/clk/actions/ |
| H A D | owl-composite.h | 32 const struct clk_ops *fix_fact_ops; 118 extern const struct clk_ops owl_comp_div_ops; 119 extern const struct clk_ops owl_comp_fact_ops; 120 extern const struct clk_ops owl_comp_fix_fact_ops; 121 extern const struct clk_ops owl_comp_pass_ops; 122 extern const struct clk_ops clk_fixed_factor_ops;
|
| /linux-6.15/drivers/clk/ti/ |
| H A D | dpll.c | 24 static const struct clk_ops dpll_m4xen_ck_ops = { 42 static const struct clk_ops dpll_core_ck_ops = { 47 static const struct clk_ops dpll_ck_ops = { 61 static const struct clk_ops dpll_no_gate_ck_ops = { 73 static const struct clk_ops dpll_core_ck_ops = {}; 74 static const struct clk_ops dpll_ck_ops = {}; 97 static const struct clk_ops omap3_dpll_ck_ops = { 109 static const struct clk_ops omap3_dpll5_ck_ops = { 137 static const struct clk_ops dpll_x2_ck_ops = { 216 const struct clk_ops *ops, in _register_dpll_x2() [all …]
|
| /linux-6.15/drivers/clk/sifive/ |
| H A D | fu740-prci.h | 56 static const struct clk_ops sifive_fu740_prci_wrpll_clk_ops = { 65 static const struct clk_ops sifive_fu740_prci_wrpll_ro_clk_ops = { 69 static const struct clk_ops sifive_fu740_prci_tlclksel_clk_ops = { 73 static const struct clk_ops sifive_fu740_prci_hfpclkplldiv_clk_ops = { 77 static const struct clk_ops sifive_fu740_prci_pcie_aux_clk_ops = {
|
| /linux-6.15/drivers/clk/starfive/ |
| H A D | clk-starfive-jh71x0.c | 226 static const struct clk_ops jh71x0_clk_gate_ops = { 233 static const struct clk_ops jh71x0_clk_div_ops = { 240 static const struct clk_ops jh71x0_clk_fdiv_ops = { 247 static const struct clk_ops jh71x0_clk_gdiv_ops = { 257 static const struct clk_ops jh71x0_clk_mux_ops = { 264 static const struct clk_ops jh71x0_clk_gmux_ops = { 274 static const struct clk_ops jh71x0_clk_mdiv_ops = { 283 static const struct clk_ops jh71x0_clk_gmd_ops = { 295 static const struct clk_ops jh71x0_clk_inv_ops = { 301 const struct clk_ops *starfive_jh71x0_clk_ops(u32 max) in starfive_jh71x0_clk_ops()
|
| /linux-6.15/include/linux/ |
| H A D | clk-provider.h | 234 struct clk_ops { struct 301 const struct clk_ops *ops; 361 extern const struct clk_ops clk_fixed_rate_ops; 540 extern const struct clk_ops clk_gate_ops; 736 extern const struct clk_ops clk_divider_ops; 1023 extern const struct clk_ops clk_mux_ops; 1024 extern const struct clk_ops clk_mux_ro_ops; 1301 struct clk_ops ops; 1307 const struct clk_ops *mux_ops; 1308 const struct clk_ops *rate_ops; [all …]
|
| /linux-6.15/drivers/clk/ux500/ |
| H A D | clk-prcmu.c | 156 static const struct clk_ops clk_prcmu_scalable_ops = { 164 static const struct clk_ops clk_prcmu_gate_ops = { 170 static const struct clk_ops clk_prcmu_scalable_rate_ops = { 176 static const struct clk_ops clk_prcmu_rate_ops = { 180 static const struct clk_ops clk_prcmu_opp_gate_ops = { 186 static const struct clk_ops clk_prcmu_opp_volt_scalable_ops = { 199 const struct clk_ops *clk_prcmu_ops) in clk_reg_prcmu() 343 static const struct clk_ops clk_prcmu_clkout_ops = {
|
| /linux-6.15/drivers/mmc/host/ |
| H A D | sdhci-of-arasan.c | 1362 .clk_ops = &arasan_clk_ops, 1412 .clk_ops = &arasan_clk_ops, 1418 .clk_ops = &arasan_clk_ops, 1424 .clk_ops = &arasan_clk_ops, 1449 .clk_ops = &zynqmp_clk_ops, 1459 .clk_ops = &versal_clk_ops, 1469 .clk_ops = &versal_net_clk_ops, 1475 .clk_ops = &arasan_clk_ops, 1481 .clk_ops = &arasan_clk_ops, 1487 .clk_ops = &arasan_clk_ops, [all …]
|
| /linux-6.15/drivers/clk/sophgo/ |
| H A D | clk-cv18xx-ip.h | 253 extern const struct clk_ops cv1800_clk_gate_ops; 254 extern const struct clk_ops cv1800_clk_div_ops; 255 extern const struct clk_ops cv1800_clk_bypass_div_ops; 256 extern const struct clk_ops cv1800_clk_mux_ops; 257 extern const struct clk_ops cv1800_clk_bypass_mux_ops; 258 extern const struct clk_ops cv1800_clk_mmux_ops; 259 extern const struct clk_ops cv1800_clk_audio_ops;
|