/linux-6.3-rc2/drivers/clk/qcom/ |
A D | clk-alpha-pll.h | 136 extern const struct clk_ops clk_alpha_pll_ops; 137 extern const struct clk_ops clk_alpha_pll_fixed_ops; 138 extern const struct clk_ops clk_alpha_pll_hwfsm_ops; 139 extern const struct clk_ops clk_alpha_pll_postdiv_ops; 140 extern const struct clk_ops clk_alpha_pll_huayra_ops; 143 extern const struct clk_ops clk_alpha_pll_fabia_ops; 147 extern const struct clk_ops clk_alpha_pll_trion_ops; 151 extern const struct clk_ops clk_alpha_pll_lucid_ops; 154 extern const struct clk_ops clk_alpha_pll_agera_ops; 160 extern const struct clk_ops clk_alpha_pll_zonda_ops; [all …]
|
A D | clk-rcg.h | 88 extern const struct clk_ops clk_rcg_ops; 89 extern const struct clk_ops clk_rcg_floor_ops; 93 extern const struct clk_ops clk_rcg_esc_ops; 94 extern const struct clk_ops clk_rcg_lcc_ops; 127 extern const struct clk_ops clk_dyn_rcg_ops; 168 extern const struct clk_ops clk_rcg2_ops; 172 extern const struct clk_ops clk_byte_ops; 173 extern const struct clk_ops clk_byte2_ops; 174 extern const struct clk_ops clk_pixel_ops; 175 extern const struct clk_ops clk_gfx3d_ops; [all …]
|
A D | clk-branch.h | 40 extern const struct clk_ops clk_branch_ops; 41 extern const struct clk_ops clk_branch2_ops; 42 extern const struct clk_ops clk_branch_simple_ops; 43 extern const struct clk_ops clk_branch2_aon_ops;
|
/linux-6.3-rc2/drivers/clk/ |
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() 154 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_round_rate() 166 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_set_rate() 180 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_set_rate_and_parent() 181 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_set_rate_and_parent() [all …]
|
A D | clk-gpio.c | 74 static const struct clk_ops clk_gpio_gate_ops = { 103 static const struct clk_ops clk_sleeping_gpio_gate_ops = { 133 static const struct clk_ops clk_gpio_mux_ops = { 141 const struct clk_ops *clk_gpio_ops) in clk_register_gpio() 177 const struct clk_ops *ops; in clk_hw_register_gpio_gate()
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | mcfclk.h | 12 struct clk_ops { struct 18 struct clk_ops *clk_ops; argument 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.3-rc2/arch/m68k/coldfire/ |
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.3-rc2/drivers/clk/mediatek/ |
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;
|
A D | clk-mux.h | 16 struct clk_ops; 36 const struct clk_ops *ops; 59 extern const struct clk_ops mtk_mux_clr_set_upd_ops; 60 extern const struct clk_ops mtk_mux_gate_clr_set_upd_ops; 97 const struct clk_ops *ops;
|
A D | clk-pll.h | 13 struct clk_ops; 38 const struct clk_ops *ops; 79 extern const struct clk_ops mtk_pll_ops; 104 const struct clk_ops *pll_ops);
|
/linux-6.3-rc2/drivers/clk/microchip/ |
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.3-rc2/drivers/clk/tegra/ |
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_round_rate() 64 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_set_rate() 75 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_is_enabled() 86 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_enable() 97 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_disable() 106 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_disable_unused() 115 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_restore_context() [all …]
|
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.3-rc2/drivers/clk/meson/ |
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;
|
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;
|
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 = {
|
A D | clk-pll.h | 46 extern const struct clk_ops meson_clk_pll_ro_ops; 47 extern const struct clk_ops meson_clk_pll_ops; 48 extern const struct clk_ops meson_clk_pcie_pll_ops;
|
/linux-6.3-rc2/drivers/clk/ti/ |
A D | dpll.c | 24 static const struct clk_ops dpll_m4xen_ck_ops = { 38 static const struct clk_ops dpll_m4xen_ck_ops = {}; 44 static const struct clk_ops dpll_core_ck_ops = { 49 static const struct clk_ops dpll_ck_ops = { 63 static const struct clk_ops dpll_no_gate_ck_ops = { 75 static const struct clk_ops dpll_core_ck_ops = {}; 76 static const struct clk_ops dpll_ck_ops = {}; 103 static const struct clk_ops omap3_dpll_ck_ops = { 140 static const struct clk_ops dpll_x2_ck_ops = { 218 const struct clk_ops *ops, in _register_dpll_x2() [all …]
|
/linux-6.3-rc2/drivers/clk/actions/ |
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.3-rc2/drivers/clk/sifive/ |
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.3-rc2/include/linux/ |
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; 526 extern const struct clk_ops clk_gate_ops; 682 extern const struct clk_ops clk_divider_ops; 967 extern const struct clk_ops clk_mux_ops; 968 extern const struct clk_ops clk_mux_ro_ops; 1219 struct clk_ops ops; 1225 const struct clk_ops *mux_ops; 1226 const struct clk_ops *rate_ops; [all …]
|
/linux-6.3-rc2/drivers/clk/ux500/ |
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.3-rc2/drivers/mmc/host/ |
A D | sdhci-of-arasan.c | 1150 .clk_ops = &arasan_clk_ops, 1156 .clk_ops = &arasan_clk_ops, 1206 .clk_ops = &arasan_clk_ops, 1212 .clk_ops = &arasan_clk_ops, 1218 .clk_ops = &arasan_clk_ops, 1235 .clk_ops = &zynqmp_clk_ops, 1245 .clk_ops = &versal_clk_ops, 1251 .clk_ops = &arasan_clk_ops, 1257 .clk_ops = &arasan_clk_ops, 1263 .clk_ops = &arasan_clk_ops, [all …]
|
/linux-6.3-rc2/drivers/clk/samsung/ |
A D | clk-pll.c | 167 static const struct clk_ops samsung_pll2126_clk_ops = { 200 static const struct clk_ops samsung_pll3000_clk_ops = { 294 static const struct clk_ops samsung_pll35xx_clk_ops = { 406 static const struct clk_ops samsung_pll36xx_clk_ops = { 489 static const struct clk_ops samsung_pll0822x_clk_ops = { 586 static const struct clk_ops samsung_pll0831x_clk_ops = { 710 static const struct clk_ops samsung_pll45xx_clk_ops = { 855 static const struct clk_ops samsung_pll46xx_clk_ops = { 901 static const struct clk_ops samsung_pll6552_clk_ops = { 939 static const struct clk_ops samsung_pll6553_clk_ops = { [all …]
|
/linux-6.3-rc2/drivers/clk/berlin/ |
A D | berlin2-div.c | 212 static const struct clk_ops berlin2_div_rate_ops = { 216 static const struct clk_ops berlin2_div_gate_ops = { 222 static const struct clk_ops berlin2_div_mux_ops = { 233 const struct clk_ops *mux_ops = &berlin2_div_mux_ops; in berlin2_div_register() 234 const struct clk_ops *rate_ops = &berlin2_div_rate_ops; in berlin2_div_register() 235 const struct clk_ops *gate_ops = &berlin2_div_gate_ops; in berlin2_div_register()
|