Symbol: clk_ops
arch/arm/mach-omap1/clock.c
770
const struct clk_ops omap1_clk_gate_ops = {
arch/arm/mach-omap1/clock.c
779
const struct clk_ops omap1_clk_rate_ops = {
arch/arm/mach-omap1/clock.c
786
const struct clk_ops omap1_clk_full_ops = {
arch/arm/mach-omap1/clock.c
837
const struct clk_ops omap1_clk_null_ops = {
arch/arm/mach-omap1/clock.h
190
extern const struct clk_ops omap1_clk_null_ops;
arch/arm/mach-omap1/clock.h
191
extern const struct clk_ops omap1_clk_gate_ops;
arch/arm/mach-omap1/clock.h
192
extern const struct clk_ops omap1_clk_rate_ops;
arch/arm/mach-omap1/clock.h
193
extern const struct clk_ops omap1_clk_full_ops;
arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c
217
static const struct clk_ops virt_prcm_set_ops = {
arch/arm/mach-sa1100/clock.c
49
static const struct clk_ops clk_gpio27_ops = {
arch/arm/mach-sa1100/clock.c
77
static const struct clk_ops clk_mpll_ops = {
arch/arm/mach-versatile/spc.c
517
static struct clk_ops clk_spc_ops = {
arch/m68k/coldfire/clk.c
100
if ((--clk->enabled == 0) && clk->clk_ops)
arch/m68k/coldfire/clk.c
101
clk->clk_ops->disable(clk);
arch/m68k/coldfire/clk.c
34
clk->clk_ops->enable(clk);
arch/m68k/coldfire/clk.c
40
clk->clk_ops->disable(clk);
arch/m68k/coldfire/clk.c
53
struct clk_ops clk_ops0 = {
arch/m68k/coldfire/clk.c
69
struct clk_ops clk_ops1 = {
arch/m68k/coldfire/clk.c
84
if ((clk->enabled++ == 0) && clk->clk_ops)
arch/m68k/coldfire/clk.c
85
clk->clk_ops->enable(clk);
arch/m68k/coldfire/m5441x.c
212
struct clk_ops clk_ops2 = {
arch/m68k/include/asm/mcfclk.h
18
struct clk_ops *clk_ops;
arch/m68k/include/asm/mcfclk.h
25
extern struct clk_ops clk_ops0;
arch/m68k/include/asm/mcfclk.h
27
extern struct clk_ops clk_ops1;
arch/m68k/include/asm/mcfclk.h
30
extern struct clk_ops clk_ops2;
arch/m68k/include/asm/mcfclk.h
34
.clk_ops = &clk_ops##clk_bank, \
arch/mips/alchemy/common/clock.c
146
static const struct clk_ops alchemy_clkops_cpu = {
arch/mips/alchemy/common/clock.c
238
static const struct clk_ops alchemy_clkops_aux = {
arch/mips/alchemy/common/clock.c
590
static const struct clk_ops alchemy_clkops_fgenv1 = {
arch/mips/alchemy/common/clock.c
731
static const struct clk_ops alchemy_clkops_fgenv2 = {
arch/mips/alchemy/common/clock.c
939
static const struct clk_ops alchemy_clkops_csrc = {
drivers/clk/actions/owl-composite.c
151
const struct clk_ops owl_comp_div_ops = {
drivers/clk/actions/owl-composite.c
168
const struct clk_ops owl_comp_fact_ops = {
drivers/clk/actions/owl-composite.c
184
const struct clk_ops owl_comp_fix_fact_ops = {
drivers/clk/actions/owl-composite.c
197
const struct clk_ops owl_comp_pass_ops = {
drivers/clk/actions/owl-composite.h
118
extern const struct clk_ops owl_comp_div_ops;
drivers/clk/actions/owl-composite.h
119
extern const struct clk_ops owl_comp_fact_ops;
drivers/clk/actions/owl-composite.h
120
extern const struct clk_ops owl_comp_fix_fact_ops;
drivers/clk/actions/owl-composite.h
121
extern const struct clk_ops owl_comp_pass_ops;
drivers/clk/actions/owl-composite.h
122
extern const struct clk_ops clk_fixed_factor_ops;
drivers/clk/actions/owl-composite.h
32
const struct clk_ops *fix_fact_ops;
drivers/clk/actions/owl-divider.c
80
const struct clk_ops owl_divider_ops = {
drivers/clk/actions/owl-divider.h
68
extern const struct clk_ops owl_divider_ops;
drivers/clk/actions/owl-factor.c
218
const struct clk_ops owl_factor_ops = {
drivers/clk/actions/owl-factor.h
81
extern const struct clk_ops owl_factor_ops;
drivers/clk/actions/owl-fixed-factor.h
26
extern const struct clk_ops clk_fixed_factor_ops;
drivers/clk/actions/owl-gate.c
73
const struct clk_ops owl_gate_ops = {
drivers/clk/actions/owl-gate.h
71
extern const struct clk_ops owl_gate_ops;
drivers/clk/actions/owl-mux.c
56
const struct clk_ops owl_mux_ops = {
drivers/clk/actions/owl-mux.h
59
extern const struct clk_ops owl_mux_ops;
drivers/clk/actions/owl-pll.c
194
const struct clk_ops owl_pll_ops = {
drivers/clk/actions/owl-pll.h
108
extern const struct clk_ops owl_pll_ops;
drivers/clk/aspeed/clk-aspeed.c
264
static const struct clk_ops aspeed_clk_gate_ops = {
drivers/clk/aspeed/clk-ast2600.c
375
static const struct clk_ops aspeed_g6_clk_gate_ops = {
drivers/clk/aspeed/clk-ast2700.c
807
static const struct clk_ops ast2700_clk_gate_ops = {
drivers/clk/at91/clk-audio-pll.c
431
static const struct clk_ops audio_pll_frac_ops = {
drivers/clk/at91/clk-audio-pll.c
439
static const struct clk_ops audio_pll_pad_ops = {
drivers/clk/at91/clk-audio-pll.c
447
static const struct clk_ops audio_pll_pmc_ops = {
drivers/clk/at91/clk-generated.c
281
static const struct clk_ops generated_ops = {
drivers/clk/at91/clk-h32mx.c
89
static const struct clk_ops h32mx_ops = {
drivers/clk/at91/clk-i2s-mux.c
45
static const struct clk_ops clk_i2s_mux_ops = {
drivers/clk/at91/clk-main.c
143
static const struct clk_ops main_osc_ops = {
drivers/clk/at91/clk-main.c
286
static const struct clk_ops main_rc_osc_ops = {
drivers/clk/at91/clk-main.c
395
static const struct clk_ops rm9200_main_ops = {
drivers/clk/at91/clk-main.c
540
static const struct clk_ops sam9x5_main_ops = {
drivers/clk/at91/clk-master.c
153
static const struct clk_ops master_div_ops = {
drivers/clk/at91/clk-master.c
240
static const struct clk_ops master_div_ops_chg = {
drivers/clk/at91/clk-master.c
463
static const struct clk_ops master_pres_ops = {
drivers/clk/at91/clk-master.c
479
const struct clk_ops *ops, spinlock_t *lock, u32 flags)
drivers/clk/at91/clk-master.c
553
const struct clk_ops *ops;
drivers/clk/at91/clk-master.c
801
static const struct clk_ops sama7g5_master_ops = {
drivers/clk/at91/clk-peripheral.c
436
static const struct clk_ops sam9x5_peripheral_ops = {
drivers/clk/at91/clk-peripheral.c
447
static const struct clk_ops sam9x5_peripheral_chg_ops = {
drivers/clk/at91/clk-peripheral.c
93
static const struct clk_ops peripheral_ops = {
drivers/clk/at91/clk-pll.c
302
static const struct clk_ops pll_ops = {
drivers/clk/at91/clk-plldiv.c
79
static const struct clk_ops plldiv_ops = {
drivers/clk/at91/clk-programmable.c
205
static const struct clk_ops programmable_ops = {
drivers/clk/at91/clk-sam9x60-pll.c
320
static const struct clk_ops sam9x60_frac_pll_ops = {
drivers/clk/at91/clk-sam9x60-pll.c
331
static const struct clk_ops sam9x60_frac_pll_ops_chg = {
drivers/clk/at91/clk-sam9x60-pll.c
606
static const struct clk_ops sam9x60_div_pll_ops = {
drivers/clk/at91/clk-sam9x60-pll.c
617
static const struct clk_ops sam9x60_div_pll_ops_chg = {
drivers/clk/at91/clk-sam9x60-pll.c
628
static const struct clk_ops sam9x60_fixed_div_pll_ops = {
drivers/clk/at91/clk-slow.c
34
static const struct clk_ops sam9260_slow_ops = {
drivers/clk/at91/clk-smd.c
104
static const struct clk_ops at91sam9x5_smd_ops = {
drivers/clk/at91/clk-system.c
98
static const struct clk_ops system_ops = {
drivers/clk/at91/clk-usb.c
176
static const struct clk_ops at91sam9x5_usb_ops = {
drivers/clk/at91/clk-usb.c
213
static const struct clk_ops at91sam9n12_usb_ops = {
drivers/clk/at91/clk-usb.c
387
static const struct clk_ops at91rm9200_usb_ops = {
drivers/clk/at91/clk-utmi.c
134
static const struct clk_ops utmi_ops = {
drivers/clk/at91/clk-utmi.c
148
const struct clk_ops *ops, unsigned long flags)
drivers/clk/at91/clk-utmi.c
280
static const struct clk_ops sama7g5_utmi_ops = {
drivers/clk/at91/sckc.c
113
static const struct clk_ops slow_osc_ops = {
drivers/clk/at91/sckc.c
218
static const struct clk_ops slow_rc_osc_ops = {
drivers/clk/at91/sckc.c
314
static const struct clk_ops sam9x5_slow_ops = {
drivers/clk/at91/sckc.c
577
static const struct clk_ops sama5d4_slow_osc_ops = {
drivers/clk/axs10x/i2s_pll_clock.c
157
static const struct clk_ops i2s_pll_ops = {
drivers/clk/axs10x/pll_clock.c
211
static const struct clk_ops axs10x_pll_ops = {
drivers/clk/baikal-t1/ccu-div.c
537
static const struct clk_ops ccu_div_var_gate_to_set_ops = {
drivers/clk/baikal-t1/ccu-div.c
547
static const struct clk_ops ccu_div_var_nogate_ops = {
drivers/clk/baikal-t1/ccu-div.c
554
static const struct clk_ops ccu_div_gate_ops = {
drivers/clk/baikal-t1/ccu-div.c
564
static const struct clk_ops ccu_div_buf_ops = {
drivers/clk/baikal-t1/ccu-div.c
571
static const struct clk_ops ccu_div_fixed_ops = {
drivers/clk/baikal-t1/ccu-pll.c
481
static const struct clk_ops ccu_pll_gate_to_set_ops = {
drivers/clk/baikal-t1/ccu-pll.c
491
static const struct clk_ops ccu_pll_straight_set_ops = {
drivers/clk/bcm/clk-bcm2835.c
1312
static const struct clk_ops bcm2835_clock_clk_ops = {
drivers/clk/bcm/clk-bcm2835.c
1333
static const struct clk_ops bcm2835_vpu_clock_clk_ops = {
drivers/clk/bcm/clk-bcm2835.c
785
static const struct clk_ops bcm2835_pll_clk_ops = {
drivers/clk/bcm/clk-bcm2835.c
905
static const struct clk_ops bcm2835_pll_divider_clk_ops = {
drivers/clk/bcm/clk-bcm53573-ilp.c
92
static const struct clk_ops bcm53573_ilp_clk_ops = {
drivers/clk/bcm/clk-iproc-armpll.c
230
static const struct clk_ops iproc_arm_pll_ops = {
drivers/clk/bcm/clk-iproc-asiu.c
172
static const struct clk_ops iproc_asiu_ops = {
drivers/clk/bcm/clk-iproc-pll.c
567
static const struct clk_ops iproc_pll_ops = {
drivers/clk/bcm/clk-iproc-pll.c
689
static const struct clk_ops iproc_clk_ops = {
drivers/clk/bcm/clk-kona.c
1157
struct clk_ops kona_peri_clk_ops = {
drivers/clk/bcm/clk-kona.h
490
extern struct clk_ops kona_peri_clk_ops;
drivers/clk/bcm/clk-raspberrypi.c
321
static const struct clk_ops raspberrypi_firmware_clk_ops = {
drivers/clk/berlin/berlin2-avpll.c
173
static const struct clk_ops berlin2_avpll_vco_ops = {
drivers/clk/berlin/berlin2-avpll.c
340
static const struct clk_ops berlin2_avpll_channel_ops = {
drivers/clk/berlin/berlin2-div.c
212
static const struct clk_ops berlin2_div_rate_ops = {
drivers/clk/berlin/berlin2-div.c
217
static const struct clk_ops berlin2_div_gate_ops = {
drivers/clk/berlin/berlin2-div.c
223
static const struct clk_ops berlin2_div_mux_ops = {
drivers/clk/berlin/berlin2-div.c
234
const struct clk_ops *mux_ops = &berlin2_div_mux_ops;
drivers/clk/berlin/berlin2-div.c
235
const struct clk_ops *rate_ops = &berlin2_div_rate_ops;
drivers/clk/berlin/berlin2-div.c
236
const struct clk_ops *gate_ops = &berlin2_div_gate_ops;
drivers/clk/berlin/berlin2-pll.c
72
static const struct clk_ops berlin2_pll_ops = {
drivers/clk/clk-apple-nco.c
248
static const struct clk_ops applnco_ops = {
drivers/clk/clk-axi-clkgen.c
554
static const struct clk_ops axi_clkgen_ops = {
drivers/clk/clk-axm5516.c
133
static const struct clk_ops axxia_clkmux_ops = {
drivers/clk/clk-axm5516.c
64
static const struct clk_ops axxia_pllclk_ops = {
drivers/clk/clk-axm5516.c
99
static const struct clk_ops axxia_divclk_ops = {
drivers/clk/clk-bd718x7.c
74
static const struct clk_ops bd71837_clk_ops = {
drivers/clk/clk-bm1880.c
140
static const struct clk_ops bm1880_pll_ops;
drivers/clk/clk-bm1880.c
141
static const struct clk_ops bm1880_clk_div_ops;
drivers/clk/clk-bm1880.c
505
static const struct clk_ops bm1880_pll_ops = {
drivers/clk/clk-bm1880.c
664
static const struct clk_ops bm1880_clk_div_ops = {
drivers/clk/clk-bm1880.c
760
const struct clk_ops *mux_ops = NULL, *gate_ops = NULL, *div_ops = NULL;
drivers/clk/clk-cdce706.c
157
static const struct clk_ops cdce706_clkin_ops = {
drivers/clk/clk-cdce706.c
254
static const struct clk_ops cdce706_pll_ops = {
drivers/clk/clk-cdce706.c
378
static const struct clk_ops cdce706_divider_ops = {
drivers/clk/clk-cdce706.c
442
static const struct clk_ops cdce706_clkout_ops = {
drivers/clk/clk-cdce925.c
267
static const struct clk_ops cdce925_pll_ops = {
drivers/clk/clk-cdce925.c
455
static const struct clk_ops cdce925_clk_ops = {
drivers/clk/clk-cdce925.c
505
static const struct clk_ops cdce925_clk_y1_ops = {
drivers/clk/clk-composite.c
14
const struct clk_ops *mux_ops = composite->mux_ops;
drivers/clk/clk-composite.c
157
const struct clk_ops *rate_ops = composite->rate_ops;
drivers/clk/clk-composite.c
169
const struct clk_ops *rate_ops = composite->rate_ops;
drivers/clk/clk-composite.c
183
const struct clk_ops *rate_ops = composite->rate_ops;
drivers/clk/clk-composite.c
184
const struct clk_ops *mux_ops = composite->mux_ops;
drivers/clk/clk-composite.c
207
const struct clk_ops *gate_ops = composite->gate_ops;
drivers/clk/clk-composite.c
218
const struct clk_ops *gate_ops = composite->gate_ops;
drivers/clk/clk-composite.c
229
const struct clk_ops *gate_ops = composite->gate_ops;
drivers/clk/clk-composite.c
240
struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
drivers/clk/clk-composite.c
241
struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
drivers/clk/clk-composite.c
242
struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
drivers/clk/clk-composite.c
248
struct clk_ops *clk_composite_ops;
drivers/clk/clk-composite.c
25
const struct clk_ops *mux_ops = composite->mux_ops;
drivers/clk/clk-composite.c
356
struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
drivers/clk/clk-composite.c
357
struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
drivers/clk/clk-composite.c
358
struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
drivers/clk/clk-composite.c
37
const struct clk_ops *rate_ops = composite->rate_ops;
drivers/clk/clk-composite.c
372
struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
drivers/clk/clk-composite.c
373
struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
drivers/clk/clk-composite.c
374
struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
drivers/clk/clk-composite.c
385
struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
drivers/clk/clk-composite.c
386
struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
drivers/clk/clk-composite.c
387
struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
drivers/clk/clk-composite.c
404
struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
drivers/clk/clk-composite.c
405
struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
drivers/clk/clk-composite.c
406
struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
drivers/clk/clk-composite.c
453
struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
drivers/clk/clk-composite.c
454
struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
drivers/clk/clk-composite.c
455
struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
drivers/clk/clk-composite.c
48
const struct clk_ops *rate_ops)
drivers/clk/clk-composite.c
483
struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
drivers/clk/clk-composite.c
484
struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
drivers/clk/clk-composite.c
485
struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
drivers/clk/clk-composite.c
72
const struct clk_ops *rate_ops = composite->rate_ops;
drivers/clk/clk-composite.c
73
const struct clk_ops *mux_ops = composite->mux_ops;
drivers/clk/clk-cs2000-cp.c
434
static const struct clk_ops cs2000_ops = {
drivers/clk/clk-divider.c
507
const struct clk_ops clk_divider_ops = {
drivers/clk/clk-divider.c
514
const struct clk_ops clk_divider_ro_ops = {
drivers/clk/clk-en7523.c
80
const struct clk_ops pcie_ops;
drivers/clk/clk-ep93xx.c
156
static const struct clk_ops clk_ep93xx_gate_ops = {
drivers/clk/clk-ep93xx.c
342
static const struct clk_ops clk_ddiv_ops = {
drivers/clk/clk-ep93xx.c
437
static const struct clk_ops ep93xx_div_ops = {
drivers/clk/clk-fixed-factor.c
73
const struct clk_ops clk_fixed_factor_ops = {
drivers/clk/clk-fixed-rate.c
46
const struct clk_ops clk_fixed_rate_ops = {
drivers/clk/clk-fractional-divider.c
258
const struct clk_ops clk_fractional_divider_ops = {
drivers/clk/clk-fractional-divider.h
7
extern const struct clk_ops clk_fractional_divider_ops;
drivers/clk/clk-gate.c
120
const struct clk_ops clk_gate_ops = {
drivers/clk/clk-gemini.c
183
static const struct clk_ops gemini_pci_clk_ops = {
drivers/clk/clk-gpio.c
105
static const struct clk_ops clk_sleeping_gpio_gate_ops = {
drivers/clk/clk-gpio.c
135
static const struct clk_ops clk_gpio_mux_ops = {
drivers/clk/clk-gpio.c
143
const struct clk_ops *clk_gpio_ops)
drivers/clk/clk-gpio.c
179
const struct clk_ops *ops;
drivers/clk/clk-gpio.c
310
static const struct clk_ops clk_gated_fixed_ops = {
drivers/clk/clk-gpio.c
349
static const struct clk_ops clk_sleeping_gated_fixed_ops = {
drivers/clk/clk-gpio.c
360
const struct clk_ops *ops;
drivers/clk/clk-gpio.c
76
static const struct clk_ops clk_gpio_gate_ops = {
drivers/clk/clk-hi655x.c
67
static const struct clk_ops hi655x_clk_ops = {
drivers/clk/clk-highbank.c
184
static const struct clk_ops clk_pll_ops = {
drivers/clk/clk-highbank.c
202
static const struct clk_ops a9periphclk_ops = {
drivers/clk/clk-highbank.c
215
static const struct clk_ops a9bclk_ops = {
drivers/clk/clk-highbank.c
260
static const struct clk_ops periclk_ops = {
drivers/clk/clk-highbank.c
266
static void __init hb_clk_init(struct device_node *node, const struct clk_ops *ops, unsigned long clkflags)
drivers/clk/clk-hsdk-pll.c
299
static const struct clk_ops hsdk_pll_ops = {
drivers/clk/clk-k210.c
500
static const struct clk_ops k210_pll_ops = {
drivers/clk/clk-k210.c
534
static const struct clk_ops k210_pll2_ops = {
drivers/clk/clk-k210.c
547
int num_parents, const struct clk_ops *ops)
drivers/clk/clk-k210.c
637
static const struct clk_ops k210_aclk_ops = {
drivers/clk/clk-k210.c
775
static const struct clk_ops k210_clk_mux_ops = {
drivers/clk/clk-k210.c
784
static const struct clk_ops k210_clk_ops = {
drivers/clk/clk-lan966x.c
196
static const struct clk_ops lan966x_gck_ops = {
drivers/clk/clk-lmk04832.c
1165
static const struct clk_ops lmk04832_dclk_ops = {
drivers/clk/clk-lmk04832.c
1293
static const struct clk_ops lmk04832_clkout_ops = {
drivers/clk/clk-lmk04832.c
582
static const struct clk_ops lmk04832_vco_ops = {
drivers/clk/clk-lmk04832.c
950
static const struct clk_ops lmk04832_sclk_ops = {
drivers/clk/clk-lochnagar.c
209
static const struct clk_ops lochnagar_clk_ops = {
drivers/clk/clk-loongson1.c
146
static const struct clk_ops ls1x_clk_divider_ops = {
drivers/clk/clk-loongson1.c
78
static const struct clk_ops ls1x_pll_clk_ops = {
drivers/clk/clk-loongson2.c
294
static const struct clk_ops loongson2_pll_recalc_ops = {
drivers/clk/clk-loongson2.c
315
static const struct clk_ops loongson2_freqscale_recalc_ops = {
drivers/clk/clk-loongson2.c
322
const struct clk_ops *ops)
drivers/clk/clk-max77686.c
140
static const struct clk_ops max77686_clk_ops = {
drivers/clk/clk-max9485.c
212
const struct clk_ops ops;
drivers/clk/clk-milbeaut.c
319
static const struct clk_ops m10v_mux_ops = {
drivers/clk/clk-milbeaut.c
450
static const struct clk_ops m10v_clk_divider_ops = {
drivers/clk/clk-multiplier.c
153
const struct clk_ops clk_multiplier_ops = {
drivers/clk/clk-mux.c
137
const struct clk_ops clk_mux_ops = {
drivers/clk/clk-mux.c
144
const struct clk_ops clk_mux_ro_ops = {
drivers/clk/clk-nomadik.c
253
static const struct clk_ops pll_clk_ops = {
drivers/clk/clk-nomadik.c
345
static const struct clk_ops src_clk_ops = {
drivers/clk/clk-npcm7xx.c
64
static const struct clk_ops npcm7xx_clk_pll_ops = {
drivers/clk/clk-npcm8xx.c
250
static const struct clk_ops npcm8xx_clk_pll_ops = {
drivers/clk/clk-palmas.c
109
static const struct clk_ops palmas_clks_ops = {
drivers/clk/clk-plldig.c
175
static const struct clk_ops plldig_clk_ops = {
drivers/clk/clk-pwm.c
81
static const struct clk_ops clk_pwm_ops_atomic = {
drivers/clk/clk-pwm.c
88
static const struct clk_ops clk_pwm_ops = {
drivers/clk/clk-qoriq.c
881
static const struct clk_ops cmux_ops = {
drivers/clk/clk-qoriq.c
891
static const struct clk_ops hwaccel_ops = {
drivers/clk/clk-qoriq.c
912
const struct clk_ops *ops,
drivers/clk/clk-rk808.c
124
static const struct clk_ops rk817_clkout2_ops = {
drivers/clk/clk-rk808.c
131
static const struct clk_ops *rkpmic_get_ops(long variant)
drivers/clk/clk-rk808.c
63
static const struct clk_ops rk808_clkout1_ops = {
drivers/clk/clk-rk808.c
67
static const struct clk_ops rk808_clkout2_ops = {
drivers/clk/clk-rp1.c
1183
static const struct clk_ops rp1_pll_core_ops = {
drivers/clk/clk-rp1.c
1192
static const struct clk_ops rp1_pll_ops = {
drivers/clk/clk-rp1.c
1198
static const struct clk_ops rp1_pll_ph_ops = {
drivers/clk/clk-rp1.c
1206
static const struct clk_ops rp1_pll_divider_ops = {
drivers/clk/clk-rp1.c
1215
static const struct clk_ops rp1_clk_ops = {
drivers/clk/clk-rp1.c
1227
static const struct clk_ops rp1_varsrc_ops = {
drivers/clk/clk-rpmi.c
437
static const struct clk_ops rpmi_clk_ops = {
drivers/clk/clk-s2mps11.c
75
static const struct clk_ops s2mps11_clk_ops = {
drivers/clk/clk-scmi.c
221
const struct clk_ops *scmi_ops)
drivers/clk/clk-scmi.c
267
static const struct clk_ops *
drivers/clk/clk-scmi.c
270
struct clk_ops *ops;
drivers/clk/clk-scmi.c
344
static const struct clk_ops *
drivers/clk/clk-scmi.c
347
const struct clk_ops **clk_ops_db, size_t db_size)
drivers/clk/clk-scmi.c
353
const struct clk_ops *ops;
drivers/clk/clk-scmi.c
410
const struct clk_ops *scmi_clk_ops_db[SCMI_MAX_CLK_OPS] = {};
drivers/clk/clk-scmi.c
447
const struct clk_ops *scmi_ops;
drivers/clk/clk-scpi.c
127
static const struct clk_ops scpi_dvfs_ops = {
drivers/clk/clk-scpi.c
55
static const struct clk_ops scpi_clk_ops = {
drivers/clk/clk-si514.c
295
static const struct clk_ops si514_clk_ops = {
drivers/clk/clk-si521xx.c
212
static const struct clk_ops si521xx_diff_clk_ops = {
drivers/clk/clk-si5341.c
553
static const struct clk_ops si5341_clk_ops = {
drivers/clk/clk-si5341.c
745
static const struct clk_ops si5341_synth_clk_ops = {
drivers/clk/clk-si5341.c
934
static const struct clk_ops si5341_output_clk_ops = {
drivers/clk/clk-si5351.c
1149
static const struct clk_ops si5351_clkout_ops = {
drivers/clk/clk-si5351.c
235
static const struct clk_ops si5351_xtal_ops = {
drivers/clk/clk-si5351.c
296
static const struct clk_ops si5351_clkin_ops = {
drivers/clk/clk-si5351.c
332
static const struct clk_ops si5351_vxco_ops = {
drivers/clk/clk-si5351.c
537
static const struct clk_ops si5351_pll_ops = {
drivers/clk/clk-si5351.c
796
static const struct clk_ops si5351_msynth_ops = {
drivers/clk/clk-si544.c
406
static const struct clk_ops si544_clk_ops = {
drivers/clk/clk-si570.c
375
static const struct clk_ops si570_clk_ops = {
drivers/clk/clk-sp7021.c
530
static const struct clk_ops sp_pll_ops = {
drivers/clk/clk-sp7021.c
539
static const struct clk_ops sp_pll_sub_ops = {
drivers/clk/clk-sparx5.c
226
static const struct clk_ops s5_pll_ops = {
drivers/clk/clk-stm32f4.c
1094
static const struct clk_ops rgclk_ops = {
drivers/clk/clk-stm32f4.c
1164
static const struct clk_ops cclk_gate_ops = {
drivers/clk/clk-stm32f4.c
1190
static const struct clk_ops cclk_mux_ops = {
drivers/clk/clk-stm32f4.c
1776
const struct clk_ops *mux_ops = NULL, *gate_ops = NULL;
drivers/clk/clk-stm32f4.c
478
static const struct clk_ops clk_apb_mul_factor_ops = {
drivers/clk/clk-stm32f4.c
751
static const struct clk_ops stm32f4_pll_gate_ops = {
drivers/clk/clk-stm32f4.c
800
static const struct clk_ops stm32f4_pll_div_ops = {
drivers/clk/clk-stm32h7.c
209
static const struct clk_ops ready_gate_clk_ops = {
drivers/clk/clk-stm32h7.c
274
const struct clk_ops *ops;
drivers/clk/clk-stm32h7.c
354
const struct clk_ops *mux_ops;
drivers/clk/clk-stm32h7.c
355
const struct clk_ops *div_ops;
drivers/clk/clk-stm32h7.c
356
const struct clk_ops *gate_ops;
drivers/clk/clk-stm32h7.c
366
const struct clk_ops *mux_ops, *div_ops, *gate_ops;
drivers/clk/clk-stm32h7.c
455
static const struct clk_ops timer_ker_ops = {
drivers/clk/clk-stm32h7.c
774
static const struct clk_ops pll_ops = {
drivers/clk/clk-stm32h7.c
875
static const struct clk_ops odf_divider_ops = {
drivers/clk/clk-stm32h7.c
926
static const struct clk_ops odf_gate_ops = {
drivers/clk/clk-tps68470.c
186
static const struct clk_ops tps68470_clk_ops = {
drivers/clk/clk-twl.c
109
static const struct clk_ops twl6032_clks_ops = {
drivers/clk/clk-twl6040.c
113
static const struct clk_ops twl6040_pdmclk_ops = {
drivers/clk/clk-versaclock3.c
239
static const struct clk_ops vc3_pfd_mux_ops = {
drivers/clk/clk-versaclock3.c
360
static const struct clk_ops vc3_pfd_ops = {
drivers/clk/clk-versaclock3.c
449
static const struct clk_ops vc3_pll_ops = {
drivers/clk/clk-versaclock3.c
475
static const struct clk_ops vc3_div_mux_ops = {
drivers/clk/clk-versaclock3.c
544
static const struct clk_ops vc3_div_ops = {
drivers/clk/clk-versaclock3.c
589
static const struct clk_ops vc3_clk_mux_ops = {
drivers/clk/clk-versaclock5.c
283
static const struct clk_ops vc5_mux_ops = {
drivers/clk/clk-versaclock5.c
333
static const struct clk_ops vc5_dbl_ops = {
drivers/clk/clk-versaclock5.c
426
static const struct clk_ops vc5_pfd_ops = {
drivers/clk/clk-versaclock5.c
496
static const struct clk_ops vc5_pll_ops = {
drivers/clk/clk-versaclock5.c
599
static const struct clk_ops vc5_fod_ops = {
drivers/clk/clk-versaclock5.c
735
static const struct clk_ops vc5_clk_out_ops = {
drivers/clk/clk-versaclock7.c
1030
static const struct clk_ops vc7_iod_ops = {
drivers/clk/clk-versaclock7.c
1094
static const struct clk_ops vc7_clk_out_ops = {
drivers/clk/clk-versaclock7.c
956
static const struct clk_ops vc7_fod_ops = {
drivers/clk/clk-vt8500.c
199
static const struct clk_ops vt8500_gated_clk_ops = {
drivers/clk/clk-vt8500.c
205
static const struct clk_ops vt8500_divisor_clk_ops = {
drivers/clk/clk-vt8500.c
211
static const struct clk_ops vt8500_gated_divisor_clk_ops = {
drivers/clk/clk-vt8500.c
678
static const struct clk_ops vtwm_pll_ops = {
drivers/clk/clk-wm831x.c
215
static const struct clk_ops wm831x_fll_ops = {
drivers/clk/clk-wm831x.c
330
static const struct clk_ops wm831x_clkout_ops = {
drivers/clk/clk-wm831x.c
45
static const struct clk_ops wm831x_xtal_ops = {
drivers/clk/clk-xgene.c
119
static const struct clk_ops xgene_clk_pll_ops = {
drivers/clk/clk-xgene.c
339
static const struct clk_ops xgene_clk_pmd_ops = {
drivers/clk/clk-xgene.c
622
static const struct clk_ops xgene_clk_ops = {
drivers/clk/clk.c
4514
static const struct clk_ops clk_nodrv_ops = {
drivers/clk/clk.c
4559
const struct clk_ops *ops;
drivers/clk/clk.c
68
const struct clk_ops *ops;
drivers/clk/clk_test.c
105
static const struct clk_ops clk_dummy_maximize_rate_ops = {
drivers/clk/clk_test.c
111
static const struct clk_ops clk_dummy_minimize_rate_ops = {
drivers/clk/clk_test.c
117
static const struct clk_ops clk_dummy_single_parent_ops = {
drivers/clk/clk_test.c
166
static const struct clk_ops clk_multiple_parents_mux_ops = {
drivers/clk/clk_test.c
172
static const struct clk_ops clk_multiple_parents_no_reparent_mux_ops = {
drivers/clk/clk_test.c
178
static int clk_test_init_with_ops(struct kunit *test, const struct clk_ops *ops)
drivers/clk/clk_test.c
2157
static const struct clk_ops clk_leaf_mux_set_rate_parent_ops = {
drivers/clk/clk_test.c
22
static const struct clk_ops empty_clk_ops = { };
drivers/clk/clk_test.c
99
static const struct clk_ops clk_dummy_rate_ops = {
drivers/clk/davinci/da8xx-cfgchip.c
231
static const struct clk_ops da8xx_cfgchip_mux_clk_ops = {
drivers/clk/davinci/da8xx-cfgchip.c
492
static const struct clk_ops da8xx_usb0_clk48_ops = {
drivers/clk/davinci/da8xx-cfgchip.c
568
static const struct clk_ops da8xx_usb1_clk48_ops = {
drivers/clk/davinci/da8xx-cfgchip.c
73
static const struct clk_ops da8xx_cfgchip_gate_clk_ops = {
drivers/clk/davinci/da8xx-cfgchip.c
79
static const struct clk_ops da8xx_cfgchip_div4p5_clk_ops = {
drivers/clk/davinci/pll.c
197
static const struct clk_ops davinci_pll_ops = {
drivers/clk/davinci/pll.c
218
static const struct clk_ops dm365_pll_ops = {
drivers/clk/davinci/pll.c
240
const struct clk_ops *divider_ops = &clk_divider_ops;
drivers/clk/davinci/pll.c
294
static const struct clk_ops davinci_pllen_ops = {
drivers/clk/davinci/pll.c
679
const struct clk_ops *divider_ops = &clk_divider_ops;
drivers/clk/davinci/psc.c
170
static const struct clk_ops davinci_lpsc_clk_ops = {
drivers/clk/hisilicon/clk-hi3559a.c
449
static const struct clk_ops hisi_clk_pll_ops = {
drivers/clk/hisilicon/clk-hi3620.c
403
static const struct clk_ops clk_mmc_ops = {
drivers/clk/hisilicon/clk-hi3660-stub.c
98
static const struct clk_ops hi3660_stub_clk_ops = {
drivers/clk/hisilicon/clk-hi6220-stub.c
189
static const struct clk_ops hi6220_stub_clk_ops = {
drivers/clk/hisilicon/clk-hisi-phase.c
88
static const struct clk_ops clk_phase_ops = {
drivers/clk/hisilicon/clk-hix5hd2.c
208
static const struct clk_ops clk_ether_ops = {
drivers/clk/hisilicon/clk-hix5hd2.c
247
static const struct clk_ops clk_complex_ops = {
drivers/clk/hisilicon/clkdivider-hi6220.c
94
static const struct clk_ops hi6220_clkdiv_ops = {
drivers/clk/hisilicon/clkgate-separated.c
77
static const struct clk_ops clkgate_separated_ops = {
drivers/clk/imx/clk-busy.c
119
const struct clk_ops *mux_ops;
drivers/clk/imx/clk-busy.c
150
static const struct clk_ops clk_busy_mux_ops = {
drivers/clk/imx/clk-busy.c
29
const struct clk_ops *div_ops;
drivers/clk/imx/clk-busy.c
70
static const struct clk_ops clk_busy_divider_ops = {
drivers/clk/imx/clk-composite-7ulp.c
76
static const struct clk_ops pcc_gate_ops = {
drivers/clk/imx/clk-composite-8m.c
139
static const struct clk_ops imx8m_clk_composite_divider_ops = {
drivers/clk/imx/clk-composite-8m.c
185
static const struct clk_ops imx8m_clk_composite_mux_ops = {
drivers/clk/imx/clk-composite-8m.c
213
static const struct clk_ops imx8m_clk_composite_gate_ops = {
drivers/clk/imx/clk-composite-8m.c
230
const struct clk_ops *divider_ops;
drivers/clk/imx/clk-composite-8m.c
231
const struct clk_ops *mux_ops;
drivers/clk/imx/clk-composite-8m.c
232
const struct clk_ops *gate_ops;
drivers/clk/imx/clk-composite-93.c
136
static const struct clk_ops imx93_clk_composite_divider_ops = {
drivers/clk/imx/clk-composite-93.c
178
static const struct clk_ops imx93_clk_composite_mux_ops = {
drivers/clk/imx/clk-composite-93.c
89
static const struct clk_ops imx93_clk_composite_gate_ops = {
drivers/clk/imx/clk-cpu.c
69
static const struct clk_ops clk_cpu_ops = {
drivers/clk/imx/clk-divider-gate.c
155
static const struct clk_ops clk_divider_gate_ro_ops = {
drivers/clk/imx/clk-divider-gate.c
160
static const struct clk_ops clk_divider_gate_ops = {
drivers/clk/imx/clk-fixup-div.c
25
const struct clk_ops *ops;
drivers/clk/imx/clk-fixup-div.c
82
static const struct clk_ops clk_fixup_div_ops = {
drivers/clk/imx/clk-fixup-mux.c
24
const struct clk_ops *ops;
drivers/clk/imx/clk-fixup-mux.c
62
static const struct clk_ops clk_fixup_mux_ops = {
drivers/clk/imx/clk-frac-pll.c
198
static const struct clk_ops clk_frac_pll_ops = {
drivers/clk/imx/clk-fracn-gppll.c
350
static const struct clk_ops clk_fracn_gppll_ops = {
drivers/clk/imx/clk-gate-93.c
146
static const struct clk_ops imx93_clk_gate_ops = {
drivers/clk/imx/clk-gate-93.c
153
static const struct clk_ops imx93_clk_gate_ro_ops = {
drivers/clk/imx/clk-gate-exclusive.c
52
static const struct clk_ops clk_gate_exclusive_ops = {
drivers/clk/imx/clk-gate2.c
129
static const struct clk_ops clk_gate2_ops = {
drivers/clk/imx/clk-gpr-mux.c
68
static const struct clk_ops imx_clk_gpr_mux_ops = {
drivers/clk/imx/clk-lpcg-scu.c
108
static const struct clk_ops clk_lpcg_scu_ops = {
drivers/clk/imx/clk-pfd.c
118
static const struct clk_ops clk_pfd_ops = {
drivers/clk/imx/clk-pfdv2.c
194
static const struct clk_ops clk_pfdv2_ops = {
drivers/clk/imx/clk-pll14xx.c
475
static const struct clk_ops clk_pll1416x_ops = {
drivers/clk/imx/clk-pll14xx.c
484
static const struct clk_ops clk_pll1416x_min_ops = {
drivers/clk/imx/clk-pll14xx.c
488
static const struct clk_ops clk_pll1443x_ops = {
drivers/clk/imx/clk-pllv1.c
110
static const struct clk_ops clk_pllv1_ops = {
drivers/clk/imx/clk-pllv2.c
241
static const struct clk_ops clk_pllv2_ops = {
drivers/clk/imx/clk-pllv3.c
151
static const struct clk_ops clk_pllv3_ops = {
drivers/clk/imx/clk-pllv3.c
208
static const struct clk_ops clk_pllv3_sys_ops = {
drivers/clk/imx/clk-pllv3.c
299
static const struct clk_ops clk_pllv3_av_ops = {
drivers/clk/imx/clk-pllv3.c
395
static const struct clk_ops clk_pllv3_vf610_ops = {
drivers/clk/imx/clk-pllv3.c
412
static const struct clk_ops clk_pllv3_enet_ops = {
drivers/clk/imx/clk-pllv3.c
424
const struct clk_ops *ops;
drivers/clk/imx/clk-pllv4.c
237
static const struct clk_ops clk_pllv4_ops = {
drivers/clk/imx/clk-scu.c
437
static const struct clk_ops clk_scu_ops = {
drivers/clk/imx/clk-scu.c
447
static const struct clk_ops clk_scu_cpu_ops = {
drivers/clk/imx/clk-scu.c
455
static const struct clk_ops clk_scu_pi_ops = {
drivers/clk/imx/clk-scu.c
784
static const struct clk_ops clk_gpr_div_scu_ops = {
drivers/clk/imx/clk-scu.c
809
static const struct clk_ops clk_gpr_mux_scu_ops = {
drivers/clk/imx/clk-scu.c
849
static const struct clk_ops clk_gpr_gate_scu_ops = {
drivers/clk/imx/clk-sscg-pll.c
489
static const struct clk_ops clk_sscg_pll_ops = {
drivers/clk/imx/clk-sscg-pll.c
88
const struct clk_ops ops;
drivers/clk/ingenic/cgu.c
320
static const struct clk_ops ingenic_pll_ops = {
drivers/clk/ingenic/cgu.c
627
static const struct clk_ops ingenic_clk_ops = {
drivers/clk/ingenic/cgu.c
730
clk_init.ops = clk_info->custom.clk_ops;
drivers/clk/ingenic/cgu.h
139
const struct clk_ops *clk_ops;
drivers/clk/ingenic/jz4770-cgu.c
79
static const struct clk_ops jz4770_uhc_phy_ops = {
drivers/clk/ingenic/jz4780-cgu.c
213
static const struct clk_ops jz4780_otg_phy_ops = {
drivers/clk/ingenic/jz4780-cgu.c
255
static const struct clk_ops jz4780_core1_ops = {
drivers/clk/ingenic/tcu.c
220
static const struct clk_ops ingenic_tcu_clk_ops = {
drivers/clk/ingenic/x1000-cgu.c
163
static const struct clk_ops x1000_otg_phy_ops = {
drivers/clk/ingenic/x1830-cgu.c
86
static const struct clk_ops x1830_otg_phy_ops = {
drivers/clk/keystone/gate.c
147
static const struct clk_ops clk_psc_ops = {
drivers/clk/keystone/pll.c
116
static const struct clk_ops clk_pll_ops = {
drivers/clk/keystone/sci-clk.c
263
static const struct clk_ops sci_clk_ops = {
drivers/clk/keystone/sci-clk.c
666
provider->ops = &handle->ops.clk_ops;
drivers/clk/keystone/syscon-clk.c
58
static const struct clk_ops ti_syscon_gate_clk_ops = {
drivers/clk/mediatek/clk-apmixed.c
67
static const struct clk_ops mtk_ref2usb_tx_ops = {
drivers/clk/mediatek/clk-cpumux.c
55
static const struct clk_ops clk_cpumux_ops = {
drivers/clk/mediatek/clk-gate.c
155
static bool mtk_cg_uses_hwv(const struct clk_ops *ops)
drivers/clk/mediatek/clk-gate.c
164
const struct clk_ops mtk_clk_gate_ops_setclr = {
drivers/clk/mediatek/clk-gate.c
171
const struct clk_ops mtk_clk_gate_ops_setclr_inv = {
drivers/clk/mediatek/clk-gate.c
178
const struct clk_ops mtk_clk_gate_hwv_ops_setclr = {
drivers/clk/mediatek/clk-gate.c
185
const struct clk_ops mtk_clk_gate_hwv_ops_setclr_inv = {
drivers/clk/mediatek/clk-gate.c
192
const struct clk_ops mtk_clk_gate_ops_no_setclr = {
drivers/clk/mediatek/clk-gate.c
199
const struct clk_ops mtk_clk_gate_ops_no_setclr_inv = {
drivers/clk/mediatek/clk-gate.h
14
struct clk_ops;
drivers/clk/mediatek/clk-gate.h
18
extern const struct clk_ops mtk_clk_gate_ops_setclr;
drivers/clk/mediatek/clk-gate.h
19
extern const struct clk_ops mtk_clk_gate_ops_setclr_inv;
drivers/clk/mediatek/clk-gate.h
20
extern const struct clk_ops mtk_clk_gate_ops_no_setclr;
drivers/clk/mediatek/clk-gate.h
21
extern const struct clk_ops mtk_clk_gate_ops_no_setclr_inv;
drivers/clk/mediatek/clk-gate.h
22
extern const struct clk_ops mtk_clk_gate_hwv_ops_setclr;
drivers/clk/mediatek/clk-gate.h
23
extern const struct clk_ops mtk_clk_gate_hwv_ops_setclr_inv;
drivers/clk/mediatek/clk-gate.h
38
const struct clk_ops *ops;
drivers/clk/mediatek/clk-mtk.c
226
const struct clk_ops *mux_ops = NULL, *gate_ops = NULL, *div_ops = NULL;
drivers/clk/mediatek/clk-mtk.c
33
const struct clk_ops mtk_clk_dummy_ops = {
drivers/clk/mediatek/clk-mtk.h
36
extern const struct clk_ops mtk_clk_dummy_ops;
drivers/clk/mediatek/clk-mux.c
229
static bool mtk_clk_mux_uses_hwv(const struct clk_ops *ops)
drivers/clk/mediatek/clk-mux.c
237
const struct clk_ops mtk_mux_clr_set_upd_ops = {
drivers/clk/mediatek/clk-mux.c
244
const struct clk_ops mtk_mux_gate_clr_set_upd_ops = {
drivers/clk/mediatek/clk-mux.c
254
const struct clk_ops mtk_mux_gate_fenc_clr_set_upd_ops = {
drivers/clk/mediatek/clk-mux.c
264
const struct clk_ops mtk_mux_gate_hwv_fenc_clr_set_upd_ops = {
drivers/clk/mediatek/clk-mux.h
16
struct clk_ops;
drivers/clk/mediatek/clk-mux.h
219
const struct clk_ops *ops;
drivers/clk/mediatek/clk-mux.h
43
const struct clk_ops *ops;
drivers/clk/mediatek/clk-mux.h
84
extern const struct clk_ops mtk_mux_clr_set_upd_ops;
drivers/clk/mediatek/clk-mux.h
85
extern const struct clk_ops mtk_mux_gate_clr_set_upd_ops;
drivers/clk/mediatek/clk-mux.h
86
extern const struct clk_ops mtk_mux_gate_fenc_clr_set_upd_ops;
drivers/clk/mediatek/clk-mux.h
87
extern const struct clk_ops mtk_mux_gate_hwv_fenc_clr_set_upd_ops;
drivers/clk/mediatek/clk-pll.c
307
const struct clk_ops mtk_pll_ops = {
drivers/clk/mediatek/clk-pll.c
316
const struct clk_ops mtk_pll_fenc_clr_set_ops = {
drivers/clk/mediatek/clk-pll.c
329
const struct clk_ops *pll_ops)
drivers/clk/mediatek/clk-pll.c
386
const struct clk_ops *pll_ops = data->ops ? data->ops : &mtk_pll_ops;
drivers/clk/mediatek/clk-pll.h
112
const struct clk_ops *pll_ops);
drivers/clk/mediatek/clk-pll.h
38
const struct clk_ops *ops;
drivers/clk/mediatek/clk-pll.h
87
extern const struct clk_ops mtk_pll_ops;
drivers/clk/mediatek/clk-pll.h
88
extern const struct clk_ops mtk_pll_fenc_clr_set_ops;
drivers/clk/mediatek/clk-pllfh.c
41
static const struct clk_ops mtk_pllfh_ops = {
drivers/clk/meson/axg-audio.c
615
.ops = &(const struct clk_ops) {},
drivers/clk/meson/clk-cpu-dyndiv.c
63
const struct clk_ops meson_clk_cpu_dyndiv_ops = {
drivers/clk/meson/clk-cpu-dyndiv.h
18
extern const struct clk_ops meson_clk_cpu_dyndiv_ops;
drivers/clk/meson/clk-dualdiv.c
128
const struct clk_ops meson_clk_dualdiv_ops = {
drivers/clk/meson/clk-dualdiv.c
136
const struct clk_ops meson_clk_dualdiv_ro_ops = {
drivers/clk/meson/clk-dualdiv.h
30
extern const struct clk_ops meson_clk_dualdiv_ops;
drivers/clk/meson/clk-dualdiv.h
31
extern const struct clk_ops meson_clk_dualdiv_ro_ops;
drivers/clk/meson/clk-mpll.c
158
const struct clk_ops meson_clk_mpll_ro_ops = {
drivers/clk/meson/clk-mpll.c
165
const struct clk_ops meson_clk_mpll_ops = {
drivers/clk/meson/clk-mpll.h
29
extern const struct clk_ops meson_clk_mpll_ro_ops;
drivers/clk/meson/clk-mpll.h
30
extern const struct clk_ops meson_clk_mpll_ops;
drivers/clk/meson/clk-phase.c
127
const struct clk_ops meson_clk_triphase_ops = {
drivers/clk/meson/clk-phase.c
187
const struct clk_ops meson_sclk_ws_inv_ops = {
drivers/clk/meson/clk-phase.c
60
const struct clk_ops meson_clk_phase_ops = {
drivers/clk/meson/clk-phase.h
28
extern const struct clk_ops meson_clk_phase_ops;
drivers/clk/meson/clk-phase.h
29
extern const struct clk_ops meson_clk_triphase_ops;
drivers/clk/meson/clk-phase.h
30
extern const struct clk_ops meson_sclk_ws_inv_ops;
drivers/clk/meson/clk-pll.c
475
const struct clk_ops meson_clk_pcie_pll_ops = {
drivers/clk/meson/clk-pll.c
485
const struct clk_ops meson_clk_pll_ops = {
drivers/clk/meson/clk-pll.c
496
const struct clk_ops meson_clk_pll_ro_ops = {
drivers/clk/meson/clk-pll.h
50
extern const struct clk_ops meson_clk_pll_ro_ops;
drivers/clk/meson/clk-pll.h
51
extern const struct clk_ops meson_clk_pll_ops;
drivers/clk/meson/clk-pll.h
52
extern const struct clk_ops meson_clk_pcie_pll_ops;
drivers/clk/meson/clk-regmap.c
168
const struct clk_ops clk_regmap_divider_ops = {
drivers/clk/meson/clk-regmap.c
176
const struct clk_ops clk_regmap_divider_ro_ops = {
drivers/clk/meson/clk-regmap.c
219
const struct clk_ops clk_regmap_mux_ops = {
drivers/clk/meson/clk-regmap.c
227
const struct clk_ops clk_regmap_mux_ro_ops = {
drivers/clk/meson/clk-regmap.c
90
const struct clk_ops clk_regmap_gate_ops = {
drivers/clk/meson/clk-regmap.c
98
const struct clk_ops clk_regmap_gate_ro_ops = {
drivers/clk/meson/clk-regmap.h
118
extern const struct clk_ops clk_regmap_mux_ops;
drivers/clk/meson/clk-regmap.h
119
extern const struct clk_ops clk_regmap_mux_ro_ops;
drivers/clk/meson/clk-regmap.h
60
extern const struct clk_ops clk_regmap_gate_ops;
drivers/clk/meson/clk-regmap.h
61
extern const struct clk_ops clk_regmap_gate_ro_ops;
drivers/clk/meson/clk-regmap.h
88
extern const struct clk_ops clk_regmap_divider_ops;
drivers/clk/meson/clk-regmap.h
89
extern const struct clk_ops clk_regmap_divider_ro_ops;
drivers/clk/meson/sclk-div.c
244
const struct clk_ops meson_sclk_div_ops = {
drivers/clk/meson/sclk-div.h
20
extern const struct clk_ops meson_sclk_div_ops;
drivers/clk/meson/vclk.c
130
const struct clk_ops meson_vclk_div_ops = {
drivers/clk/meson/vclk.c
47
const struct clk_ops meson_vclk_gate_ops = {
drivers/clk/meson/vclk.h
28
extern const struct clk_ops meson_vclk_gate_ops;
drivers/clk/meson/vclk.h
49
extern const struct clk_ops meson_vclk_div_ops;
drivers/clk/meson/vid-pll-div.c
92
const struct clk_ops meson_vid_pll_div_ro_ops = {
drivers/clk/meson/vid-pll-div.h
18
extern const struct clk_ops meson_vid_pll_div_ro_ops;
drivers/clk/microchip/clk-core.c
206
const struct clk_ops pic32_pbclk_ops = {
drivers/clk/microchip/clk-core.c
540
const struct clk_ops pic32_roclk_ops = {
drivers/clk/microchip/clk-core.c
724
const struct clk_ops pic32_spll_ops = {
drivers/clk/microchip/clk-core.c
901
const struct clk_ops pic32_sclk_ops = {
drivers/clk/microchip/clk-core.c
911
const struct clk_ops pic32_sclk_no_div_ops = {
drivers/clk/microchip/clk-core.c
994
const struct clk_ops pic32_sosc_ops = {
drivers/clk/microchip/clk-core.h
58
extern const struct clk_ops pic32_pbclk_ops;
drivers/clk/microchip/clk-core.h
59
extern const struct clk_ops pic32_sclk_ops;
drivers/clk/microchip/clk-core.h
60
extern const struct clk_ops pic32_sclk_no_div_ops;
drivers/clk/microchip/clk-core.h
61
extern const struct clk_ops pic32_spll_ops;
drivers/clk/microchip/clk-core.h
62
extern const struct clk_ops pic32_roclk_ops;
drivers/clk/microchip/clk-core.h
63
extern const struct clk_ops pic32_sosc_ops;
drivers/clk/microchip/clk-mpfs-ccc.c
96
static const struct clk_ops mpfs_ccc_pll_ops = {
drivers/clk/microchip/clk-mpfs.c
162
static const struct clk_ops mpfs_clk_msspll_ops = {
drivers/clk/microchip/clk-mpfs.c
293
static const struct clk_ops mpfs_clk_cfg_ops = {
drivers/clk/microchip/clk-mpfs.c
389
static const struct clk_ops mpfs_periph_clk_ops = {
drivers/clk/mmp/clk-apbc.c
114
static const struct clk_ops clk_apbc_ops = {
drivers/clk/mmp/clk-apmu.c
60
static const struct clk_ops clk_apmu_ops = {
drivers/clk/mmp/clk-audio.c
231
static const struct clk_ops audio_pll_ops = {
drivers/clk/mmp/clk-frac.c
162
static const struct clk_ops clk_factor_ops = {
drivers/clk/mmp/clk-gate.c
86
const struct clk_ops mmp_clk_gate_ops = {
drivers/clk/mmp/clk-mix.c
429
const struct clk_ops mmp_clk_mix_ops = {
drivers/clk/mmp/clk-pll.c
95
static const struct clk_ops mmp_clk_pll_ops = {
drivers/clk/mmp/clk.h
118
extern const struct clk_ops mmp_clk_gate_ops;
drivers/clk/mmp/clk.h
95
extern const struct clk_ops mmp_clk_mix_ops;
drivers/clk/mstar/clk-msc313-cpupll.c
171
static const struct clk_ops msc313_cpupll_ops = {
drivers/clk/mstar/clk-msc313-mpll.c
63
static const struct clk_ops msc313_mpll_ops = {
drivers/clk/mvebu/ap-cpu-clk.c
225
static const struct clk_ops ap_cpu_clk_ops = {
drivers/clk/mvebu/armada-37xx-periph.c
126
static const struct clk_ops clk_double_div_ops;
drivers/clk/mvebu/armada-37xx-periph.c
127
static const struct clk_ops clk_pm_cpu_ops;
drivers/clk/mvebu/armada-37xx-periph.c
349
static const struct clk_ops clk_double_div_ops = {
drivers/clk/mvebu/armada-37xx-periph.c
604
static const struct clk_ops clk_pm_cpu_ops = {
drivers/clk/mvebu/armada-37xx-periph.c
623
const struct clk_ops *mux_ops = NULL, *gate_ops = NULL,
drivers/clk/mvebu/clk-corediv.c
43
const struct clk_ops ops;
drivers/clk/mvebu/clk-cpu.c
162
static const struct clk_ops cpu_ops = {
drivers/clk/mvebu/cp110-system-controller.c
168
static const struct clk_ops cp110_gate_ops = {
drivers/clk/mvebu/dove-divider.c
155
static const struct clk_ops dove_divider_ops = {
drivers/clk/mxs/clk-div.c
23
const struct clk_ops *ops;
drivers/clk/mxs/clk-div.c
64
static const struct clk_ops clk_div_ops = {
drivers/clk/mxs/clk-frac.c
106
static const struct clk_ops clk_frac_ops = {
drivers/clk/mxs/clk-pll.c
74
static const struct clk_ops clk_pll_ops = {
drivers/clk/mxs/clk-ref.c
105
static const struct clk_ops clk_ref_ops = {
drivers/clk/nuvoton/clk-ma35d1-divider.c
73
static const struct clk_ops ma35d1_adc_clkdiv_ops = {
drivers/clk/nuvoton/clk-ma35d1-pll.c
316
static const struct clk_ops ma35d1_clk_pll_ops = {
drivers/clk/nuvoton/clk-ma35d1-pll.c
325
static const struct clk_ops ma35d1_clk_fixed_pll_ops = {
drivers/clk/nxp/clk-lpc18xx-ccu.c
196
static const struct clk_ops lpc18xx_ccu_gate_ops = {
drivers/clk/nxp/clk-lpc18xx-ccu.c
206
const struct clk_ops *div_ops = NULL;
drivers/clk/nxp/clk-lpc18xx-cgu.c
265
const struct clk_ops *pll_ops;
drivers/clk/nxp/clk-lpc18xx-cgu.c
446
static const struct clk_ops lpc18xx_pll0_ops = {
drivers/clk/nxp/clk-lpc18xx-cgu.c
477
static const struct clk_ops lpc18xx_pll1_ops = {
drivers/clk/nxp/clk-lpc18xx-cgu.c
511
static const struct clk_ops lpc18xx_gate_ops = {
drivers/clk/nxp/clk-lpc18xx-creg.c
115
static const struct clk_ops clk_creg_32k = {
drivers/clk/nxp/clk-lpc18xx-creg.c
124
static const struct clk_ops clk_creg_1k = {
drivers/clk/nxp/clk-lpc18xx-creg.c
35
const struct clk_ops *ops;
drivers/clk/nxp/clk-lpc32xx.c
1038
static const struct clk_ops lpc32xx_clk_mux_ro_ops = {
drivers/clk/nxp/clk-lpc32xx.c
1042
static const struct clk_ops lpc32xx_clk_mux_ops = {
drivers/clk/nxp/clk-lpc32xx.c
1060
const struct clk_ops *ops;
drivers/clk/nxp/clk-lpc32xx.c
1439
const struct clk_ops *mops = NULL, *dops = NULL, *gops = NULL;
drivers/clk/nxp/clk-lpc32xx.c
419
static const struct clk_ops clk_mask_ops = {
drivers/clk/nxp/clk-lpc32xx.c
700
static const struct clk_ops clk_ ##_name ## _ops = { \
drivers/clk/nxp/clk-lpc32xx.c
762
static const struct clk_ops clk_ddram_ops = {
drivers/clk/nxp/clk-lpc32xx.c
785
static const struct clk_ops lpc32xx_uart_div_ops = {
drivers/clk/nxp/clk-lpc32xx.c
873
static const struct clk_ops clk_usb_ops = {
drivers/clk/nxp/clk-lpc32xx.c
879
static const struct clk_ops clk_usb_i2c_ops = {
drivers/clk/nxp/clk-lpc32xx.c
916
static const struct clk_ops lpc32xx_clk_gate_ops = {
drivers/clk/nxp/clk-lpc32xx.c
996
static const struct clk_ops lpc32xx_clk_divider_ops = {
drivers/clk/pistachio/clk-pll.c
302
static const struct clk_ops pll_gf40lp_frac_ops = {
drivers/clk/pistachio/clk-pll.c
311
static const struct clk_ops pll_gf40lp_frac_fixed_ops = {
drivers/clk/pistachio/clk-pll.c
434
static const struct clk_ops pll_gf40lp_laint_ops = {
drivers/clk/pistachio/clk-pll.c
443
static const struct clk_ops pll_gf40lp_laint_fixed_ops = {
drivers/clk/pxa/clk-pxa.c
71
static const struct clk_ops cken_rate_ops = {
drivers/clk/pxa/clk-pxa.c
84
static const struct clk_ops cken_mux_ops = {
drivers/clk/pxa/clk-pxa.h
22
static const struct clk_ops name ## _mux_ops = { \
drivers/clk/pxa/clk-pxa.h
26
static const struct clk_ops name ## _rate_ops = { \
drivers/clk/pxa/clk-pxa.h
41
static const struct clk_ops name ## _rate_ops = { \
drivers/clk/pxa/clk-pxa.h
56
static const struct clk_ops name ## _rate_ops = { \
drivers/clk/pxa/clk-pxa.h
73
static const struct clk_ops name ## _mux_ops = { \
drivers/clk/qcom/clk-alpha-pll.c
1184
const struct clk_ops clk_alpha_pll_fixed_ops = {
drivers/clk/qcom/clk-alpha-pll.c
1192
const struct clk_ops clk_alpha_pll_ops = {
drivers/clk/qcom/clk-alpha-pll.c
1202
const struct clk_ops clk_alpha_pll_huayra_ops = {
drivers/clk/qcom/clk-alpha-pll.c
1212
const struct clk_ops clk_alpha_pll_hwfsm_ops = {
drivers/clk/qcom/clk-alpha-pll.c
1222
const struct clk_ops clk_alpha_pll_fixed_trion_ops = {
drivers/clk/qcom/clk-alpha-pll.c
1312
const struct clk_ops clk_alpha_pll_postdiv_ops = {
drivers/clk/qcom/clk-alpha-pll.c
1319
const struct clk_ops clk_alpha_pll_postdiv_ro_ops = {
drivers/clk/qcom/clk-alpha-pll.c
1558
const struct clk_ops clk_alpha_pll_fabia_ops = {
drivers/clk/qcom/clk-alpha-pll.c
1569
const struct clk_ops clk_alpha_pll_fixed_fabia_ops = {
drivers/clk/qcom/clk-alpha-pll.c
1655
const struct clk_ops clk_alpha_pll_postdiv_trion_ops = {
drivers/clk/qcom/clk-alpha-pll.c
1701
const struct clk_ops clk_alpha_pll_postdiv_fabia_ops = {
drivers/clk/qcom/clk-alpha-pll.c
1849
const struct clk_ops clk_alpha_pll_trion_ops = {
drivers/clk/qcom/clk-alpha-pll.c
1860
const struct clk_ops clk_alpha_pll_lucid_ops = {
drivers/clk/qcom/clk-alpha-pll.c
1871
const struct clk_ops clk_alpha_pll_postdiv_lucid_ops = {
drivers/clk/qcom/clk-alpha-pll.c
1920
const struct clk_ops clk_alpha_pll_agera_ops = {
drivers/clk/qcom/clk-alpha-pll.c
2135
const struct clk_ops clk_alpha_pll_lucid_5lpe_ops = {
drivers/clk/qcom/clk-alpha-pll.c
2146
const struct clk_ops clk_alpha_pll_fixed_lucid_5lpe_ops = {
drivers/clk/qcom/clk-alpha-pll.c
2155
const struct clk_ops clk_alpha_pll_postdiv_lucid_5lpe_ops = {
drivers/clk/qcom/clk-alpha-pll.c
2321
const struct clk_ops clk_alpha_pll_zonda_ops = {
drivers/clk/qcom/clk-alpha-pll.c
2550
const struct clk_ops clk_alpha_pll_fixed_lucid_evo_ops = {
drivers/clk/qcom/clk-alpha-pll.c
2559
const struct clk_ops clk_alpha_pll_postdiv_lucid_evo_ops = {
drivers/clk/qcom/clk-alpha-pll.c
2566
const struct clk_ops clk_alpha_pll_lucid_evo_ops = {
drivers/clk/qcom/clk-alpha-pll.c
2577
const struct clk_ops clk_alpha_pll_reset_lucid_evo_ops = {
drivers/clk/qcom/clk-alpha-pll.c
2680
const struct clk_ops clk_alpha_pll_pongo_elu_ops = {
drivers/clk/qcom/clk-alpha-pll.c
2779
const struct clk_ops clk_alpha_pll_rivian_evo_ops = {
drivers/clk/qcom/clk-alpha-pll.c
2892
const struct clk_ops clk_alpha_pll_stromer_ops = {
drivers/clk/qcom/clk-alpha-pll.c
2958
const struct clk_ops clk_alpha_pll_stromer_plus_ops = {
drivers/clk/qcom/clk-alpha-pll.c
2988
const struct clk_ops clk_alpha_pll_regera_ops = {
drivers/clk/qcom/clk-alpha-pll.c
3195
const struct clk_ops clk_alpha_pll_slew_ops = {
drivers/clk/qcom/clk-alpha-pll.h
168
extern const struct clk_ops clk_alpha_pll_ops;
drivers/clk/qcom/clk-alpha-pll.h
169
extern const struct clk_ops clk_alpha_pll_fixed_ops;
drivers/clk/qcom/clk-alpha-pll.h
170
extern const struct clk_ops clk_alpha_pll_hwfsm_ops;
drivers/clk/qcom/clk-alpha-pll.h
171
extern const struct clk_ops clk_alpha_pll_postdiv_ops;
drivers/clk/qcom/clk-alpha-pll.h
172
extern const struct clk_ops clk_alpha_pll_huayra_ops;
drivers/clk/qcom/clk-alpha-pll.h
173
extern const struct clk_ops clk_alpha_pll_postdiv_ro_ops;
drivers/clk/qcom/clk-alpha-pll.h
174
extern const struct clk_ops clk_alpha_pll_stromer_ops;
drivers/clk/qcom/clk-alpha-pll.h
175
extern const struct clk_ops clk_alpha_pll_stromer_plus_ops;
drivers/clk/qcom/clk-alpha-pll.h
177
extern const struct clk_ops clk_alpha_pll_fabia_ops;
drivers/clk/qcom/clk-alpha-pll.h
178
extern const struct clk_ops clk_alpha_pll_fixed_fabia_ops;
drivers/clk/qcom/clk-alpha-pll.h
179
extern const struct clk_ops clk_alpha_pll_postdiv_fabia_ops;
drivers/clk/qcom/clk-alpha-pll.h
181
extern const struct clk_ops clk_alpha_pll_trion_ops;
drivers/clk/qcom/clk-alpha-pll.h
182
extern const struct clk_ops clk_alpha_pll_fixed_trion_ops;
drivers/clk/qcom/clk-alpha-pll.h
183
extern const struct clk_ops clk_alpha_pll_postdiv_trion_ops;
drivers/clk/qcom/clk-alpha-pll.h
185
extern const struct clk_ops clk_alpha_pll_lucid_ops;
drivers/clk/qcom/clk-alpha-pll.h
187
extern const struct clk_ops clk_alpha_pll_postdiv_lucid_ops;
drivers/clk/qcom/clk-alpha-pll.h
188
extern const struct clk_ops clk_alpha_pll_agera_ops;
drivers/clk/qcom/clk-alpha-pll.h
190
extern const struct clk_ops clk_alpha_pll_lucid_5lpe_ops;
drivers/clk/qcom/clk-alpha-pll.h
191
extern const struct clk_ops clk_alpha_pll_fixed_lucid_5lpe_ops;
drivers/clk/qcom/clk-alpha-pll.h
192
extern const struct clk_ops clk_alpha_pll_postdiv_lucid_5lpe_ops;
drivers/clk/qcom/clk-alpha-pll.h
194
extern const struct clk_ops clk_alpha_pll_zonda_ops;
drivers/clk/qcom/clk-alpha-pll.h
198
extern const struct clk_ops clk_alpha_pll_lucid_evo_ops;
drivers/clk/qcom/clk-alpha-pll.h
201
extern const struct clk_ops clk_alpha_pll_reset_lucid_evo_ops;
drivers/clk/qcom/clk-alpha-pll.h
203
extern const struct clk_ops clk_alpha_pll_fixed_lucid_evo_ops;
drivers/clk/qcom/clk-alpha-pll.h
207
extern const struct clk_ops clk_alpha_pll_postdiv_lucid_evo_ops;
drivers/clk/qcom/clk-alpha-pll.h
212
extern const struct clk_ops clk_alpha_pll_pongo_elu_ops;
drivers/clk/qcom/clk-alpha-pll.h
214
extern const struct clk_ops clk_alpha_pll_rivian_evo_ops;
drivers/clk/qcom/clk-alpha-pll.h
219
extern const struct clk_ops clk_alpha_pll_regera_ops;
drivers/clk/qcom/clk-alpha-pll.h
220
extern const struct clk_ops clk_alpha_pll_slew_ops;
drivers/clk/qcom/clk-branch.c
121
const struct clk_ops clk_branch_ops = {
drivers/clk/qcom/clk-branch.c
168
const struct clk_ops clk_branch2_mem_ops = {
drivers/clk/qcom/clk-branch.c
175
const struct clk_ops clk_branch2_ops = {
drivers/clk/qcom/clk-branch.c
182
const struct clk_ops clk_branch2_aon_ops = {
drivers/clk/qcom/clk-branch.c
188
const struct clk_ops clk_branch_simple_ops = {
drivers/clk/qcom/clk-branch.c
195
const struct clk_ops clk_branch2_prepare_ops = {
drivers/clk/qcom/clk-branch.h
111
extern const struct clk_ops clk_branch_ops;
drivers/clk/qcom/clk-branch.h
112
extern const struct clk_ops clk_branch2_ops;
drivers/clk/qcom/clk-branch.h
113
extern const struct clk_ops clk_branch_simple_ops;
drivers/clk/qcom/clk-branch.h
114
extern const struct clk_ops clk_branch2_aon_ops;
drivers/clk/qcom/clk-branch.h
115
extern const struct clk_ops clk_branch2_mem_ops;
drivers/clk/qcom/clk-branch.h
116
extern const struct clk_ops clk_branch2_prepare_ops;
drivers/clk/qcom/clk-cbf-8996.c
150
static const struct clk_ops clk_cbf_8996_mux_ops = {
drivers/clk/qcom/clk-cpu-8996.c
317
static const struct clk_ops clk_cpu_8996_pmux_ops = {
drivers/clk/qcom/clk-hfpll.c
244
const struct clk_ops clk_ops_hfpll = {
drivers/clk/qcom/clk-hfpll.h
43
extern const struct clk_ops clk_ops_hfpll;
drivers/clk/qcom/clk-krait.c
144
const struct clk_ops krait_div2_clk_ops = {
drivers/clk/qcom/clk-krait.c
92
const struct clk_ops krait_mux_clk_ops = {
drivers/clk/qcom/clk-krait.h
26
extern const struct clk_ops krait_mux_clk_ops;
drivers/clk/qcom/clk-krait.h
39
extern const struct clk_ops krait_div2_clk_ops;
drivers/clk/qcom/clk-pll.c
170
const struct clk_ops clk_pll_ops = {
drivers/clk/qcom/clk-pll.c
212
const struct clk_ops clk_pll_vote_ops = {
drivers/clk/qcom/clk-pll.c
329
const struct clk_ops clk_pll_sr2_ops = {
drivers/clk/qcom/clk-pll.h
55
extern const struct clk_ops clk_pll_ops;
drivers/clk/qcom/clk-pll.h
56
extern const struct clk_ops clk_pll_vote_ops;
drivers/clk/qcom/clk-pll.h
57
extern const struct clk_ops clk_pll_sr2_ops;
drivers/clk/qcom/clk-rcg.c
822
const struct clk_ops clk_rcg_ops = {
drivers/clk/qcom/clk-rcg.c
833
const struct clk_ops clk_rcg_floor_ops = {
drivers/clk/qcom/clk-rcg.c
844
const struct clk_ops clk_rcg_bypass_ops = {
drivers/clk/qcom/clk-rcg.c
855
const struct clk_ops clk_rcg_bypass2_ops = {
drivers/clk/qcom/clk-rcg.c
867
const struct clk_ops clk_rcg_pixel_ops = {
drivers/clk/qcom/clk-rcg.c
879
const struct clk_ops clk_rcg_esc_ops = {
drivers/clk/qcom/clk-rcg.c
891
const struct clk_ops clk_rcg_lcc_ops = {
drivers/clk/qcom/clk-rcg.c
902
const struct clk_ops clk_dyn_rcg_ops = {
drivers/clk/qcom/clk-rcg.h
105
extern const struct clk_ops clk_rcg_ops;
drivers/clk/qcom/clk-rcg.h
106
extern const struct clk_ops clk_rcg_floor_ops;
drivers/clk/qcom/clk-rcg.h
107
extern const struct clk_ops clk_rcg_bypass_ops;
drivers/clk/qcom/clk-rcg.h
108
extern const struct clk_ops clk_rcg_bypass2_ops;
drivers/clk/qcom/clk-rcg.h
109
extern const struct clk_ops clk_rcg_pixel_ops;
drivers/clk/qcom/clk-rcg.h
110
extern const struct clk_ops clk_rcg_esc_ops;
drivers/clk/qcom/clk-rcg.h
111
extern const struct clk_ops clk_rcg_lcc_ops;
drivers/clk/qcom/clk-rcg.h
144
extern const struct clk_ops clk_dyn_rcg_ops;
drivers/clk/qcom/clk-rcg.h
191
extern const struct clk_ops clk_rcg2_ops;
drivers/clk/qcom/clk-rcg.h
192
extern const struct clk_ops clk_rcg2_gp_ops;
drivers/clk/qcom/clk-rcg.h
193
extern const struct clk_ops clk_rcg2_floor_ops;
drivers/clk/qcom/clk-rcg.h
194
extern const struct clk_ops clk_rcg2_fm_ops;
drivers/clk/qcom/clk-rcg.h
195
extern const struct clk_ops clk_rcg2_mux_closest_ops;
drivers/clk/qcom/clk-rcg.h
196
extern const struct clk_ops clk_edp_pixel_ops;
drivers/clk/qcom/clk-rcg.h
197
extern const struct clk_ops clk_byte_ops;
drivers/clk/qcom/clk-rcg.h
198
extern const struct clk_ops clk_byte2_ops;
drivers/clk/qcom/clk-rcg.h
199
extern const struct clk_ops clk_pixel_ops;
drivers/clk/qcom/clk-rcg.h
200
extern const struct clk_ops clk_gfx3d_ops;
drivers/clk/qcom/clk-rcg.h
201
extern const struct clk_ops clk_rcg2_shared_ops;
drivers/clk/qcom/clk-rcg.h
202
extern const struct clk_ops clk_rcg2_shared_floor_ops;
drivers/clk/qcom/clk-rcg.h
203
extern const struct clk_ops clk_rcg2_shared_no_init_park_ops;
drivers/clk/qcom/clk-rcg.h
204
extern const struct clk_ops clk_dp_ops;
drivers/clk/qcom/clk-rcg2.c
1033
const struct clk_ops clk_byte_ops = {
drivers/clk/qcom/clk-rcg2.c
1103
const struct clk_ops clk_byte2_ops = {
drivers/clk/qcom/clk-rcg2.c
1194
const struct clk_ops clk_pixel_ops = {
drivers/clk/qcom/clk-rcg2.c
1309
const struct clk_ops clk_gfx3d_ops = {
drivers/clk/qcom/clk-rcg2.c
1543
const struct clk_ops clk_rcg2_shared_ops = {
drivers/clk/qcom/clk-rcg2.c
1556
const struct clk_ops clk_rcg2_shared_floor_ops = {
drivers/clk/qcom/clk-rcg2.c
1585
const struct clk_ops clk_rcg2_shared_no_init_park_ops = {
drivers/clk/qcom/clk-rcg2.c
1729
static const struct clk_ops clk_rcg2_dfs_ops = {
drivers/clk/qcom/clk-rcg2.c
1850
const struct clk_ops clk_dp_ops = {
drivers/clk/qcom/clk-rcg2.c
801
const struct clk_ops clk_rcg2_ops = {
drivers/clk/qcom/clk-rcg2.c
814
const struct clk_ops clk_rcg2_gp_ops = {
drivers/clk/qcom/clk-rcg2.c
826
const struct clk_ops clk_rcg2_floor_ops = {
drivers/clk/qcom/clk-rcg2.c
839
const struct clk_ops clk_rcg2_fm_ops = {
drivers/clk/qcom/clk-rcg2.c
852
const struct clk_ops clk_rcg2_mux_closest_ops = {
drivers/clk/qcom/clk-rcg2.c
975
const struct clk_ops clk_edp_pixel_ops = {
drivers/clk/qcom/clk-regmap-divider.c
71
const struct clk_ops clk_regmap_div_ops = {
drivers/clk/qcom/clk-regmap-divider.c
78
const struct clk_ops clk_regmap_div_ro_ops = {
drivers/clk/qcom/clk-regmap-divider.h
19
extern const struct clk_ops clk_regmap_div_ops;
drivers/clk/qcom/clk-regmap-divider.h
20
extern const struct clk_ops clk_regmap_div_ro_ops;
drivers/clk/qcom/clk-regmap-mux-div.c
223
const struct clk_ops clk_regmap_mux_div_ops = {
drivers/clk/qcom/clk-regmap-mux-div.h
41
extern const struct clk_ops clk_regmap_mux_div_ops;
drivers/clk/qcom/clk-regmap-mux.c
52
const struct clk_ops clk_regmap_mux_closest_ops = {
drivers/clk/qcom/clk-regmap-mux.h
21
extern const struct clk_ops clk_regmap_mux_closest_ops;
drivers/clk/qcom/clk-regmap-phy-mux.c
57
const struct clk_ops clk_regmap_phy_mux_ops = {
drivers/clk/qcom/clk-regmap-phy-mux.h
31
extern const struct clk_ops clk_regmap_phy_mux_ops;
drivers/clk/qcom/clk-rpm.c
378
static const struct clk_ops clk_rpm_xo_ops = {
drivers/clk/qcom/clk-rpm.c
383
static const struct clk_ops clk_rpm_fixed_ops = {
drivers/clk/qcom/clk-rpm.c
390
static const struct clk_ops clk_rpm_ops = {
drivers/clk/qcom/clk-rpmh.c
248
static const struct clk_ops clk_rpmh_ops = {
drivers/clk/qcom/clk-rpmh.c
338
static const struct clk_ops clk_rpmh_bcm_ops = {
drivers/clk/qcom/clk-smd-rpm.c
426
static const struct clk_ops clk_smd_rpm_ops = {
drivers/clk/qcom/clk-smd-rpm.c
434
static const struct clk_ops clk_smd_rpm_branch_ops = {
drivers/clk/qcom/clk-spmi-pmic-div.c
169
static const struct clk_ops clk_spmi_pmic_div_ops = {
drivers/clk/qcom/gcc-ipq4019.c
209
static const struct clk_ops clk_regmap_cpu_div_ops = {
drivers/clk/qcom/gcc-ipq4019.c
286
static const struct clk_ops clk_fepll_div_ops = {
drivers/clk/qcom/ipq-cmn-pll.c
281
static const struct clk_ops clk_cmn_pll_ops = {
drivers/clk/qcom/lpass-gfm-sm8250.c
63
static const struct clk_ops clk_gfm_ops = {
drivers/clk/qcom/mmcc-msm8960.c
632
static const struct clk_ops clk_ops_pix_rdi = {
drivers/clk/ralink/clk-mt7621.c
127
static const struct clk_ops mt7621_gate_ops = {
drivers/clk/ralink/clk-mt7621.c
298
.ops = &(const struct clk_ops) { \
drivers/clk/ralink/clk-mtmips.c
141
static const struct clk_ops mtmips_periph_clk_ops = {
drivers/clk/ralink/clk-mtmips.c
690
.ops = &(const struct clk_ops) { \
drivers/clk/renesas/clk-div6.c
199
static const struct clk_ops cpg_div6_clock_ops = {
drivers/clk/renesas/clk-mstp.c
139
static const struct clk_ops cpg_mstp_clock_ops = {
drivers/clk/renesas/r9a06g032-clocks.c
1050
static const struct clk_ops r9a06g032_clk_div_ops = {
drivers/clk/renesas/r9a06g032-clocks.c
1135
static const struct clk_ops clk_bitselect_ops = {
drivers/clk/renesas/r9a06g032-clocks.c
1225
static const struct clk_ops r9a06g032_clk_dualgate_ops = {
drivers/clk/renesas/r9a06g032-clocks.c
879
static const struct clk_ops r9a06g032_clk_gate_ops = {
drivers/clk/renesas/r9a09g077-cpg.c
435
static struct clk_ops *xspi_div_ops;
drivers/clk/renesas/r9a09g077-cpg.c
456
sizeof(const struct clk_ops));
drivers/clk/renesas/rcar-gen2-cpg.c
130
static const struct clk_ops cpg_z_clk_ops = {
drivers/clk/renesas/rcar-gen3-cpg.c
108
static const struct clk_ops cpg_pll_clk_ops = {
drivers/clk/renesas/rcar-gen3-cpg.c
256
static const struct clk_ops cpg_z_clk_ops = {
drivers/clk/renesas/rcar-gen4-cpg.c
186
static const struct clk_ops cpg_pll_f8_25_clk_ops = {
drivers/clk/renesas/rcar-gen4-cpg.c
190
static const struct clk_ops cpg_pll_v8_25_clk_ops = {
drivers/clk/renesas/rcar-gen4-cpg.c
216
static const struct clk_ops cpg_pll_f9_24_clk_ops = {
drivers/clk/renesas/rcar-gen4-cpg.c
224
const struct clk_ops *ops)
drivers/clk/renesas/rcar-gen4-cpg.c
361
static const struct clk_ops cpg_z_clk_ops = {
drivers/clk/renesas/rcar-usb2-clock-sel.c
97
static const struct clk_ops usb2_clock_sel_clock_ops = {
drivers/clk/renesas/renesas-cpg-mssr.c
355
static const struct clk_ops cpg_mstp_clock_ops = {
drivers/clk/renesas/rzg2l-cpg.c
1016
static const struct clk_ops rzg2l_cpg_sipll5_ops = {
drivers/clk/renesas/rzg2l-cpg.c
1098
static const struct clk_ops rzg2l_cpg_pll_ops = {
drivers/clk/renesas/rzg2l-cpg.c
1136
static const struct clk_ops rzg3s_cpg_pll_ops = {
drivers/clk/renesas/rzg2l-cpg.c
1143
const struct clk_ops *ops)
drivers/clk/renesas/rzg2l-cpg.c
1552
static const struct clk_ops rzg2l_mod_clock_ops = {
drivers/clk/renesas/rzg2l-cpg.c
370
static const struct clk_ops rzg3s_div_clk_ops = {
drivers/clk/renesas/rzg2l-cpg.c
535
static const struct clk_ops rzg2l_cpg_sd_clk_mux_ops = {
drivers/clk/renesas/rzg2l-cpg.c
786
static const struct clk_ops rzg2l_cpg_dsi_div_ops = {
drivers/clk/renesas/rzg2l-cpg.c
882
static const struct clk_ops rzg2l_cpg_pll5_4_clk_mux_ops = {
drivers/clk/renesas/rzv2h-cpg.c
1068
sizeof(const struct clk_ops));
drivers/clk/renesas/rzv2h-cpg.c
121
struct clk_ops *ff_mod_status_ops;
drivers/clk/renesas/rzv2h-cpg.c
1243
static const struct clk_ops rzv2h_mod_clock_ops = {
drivers/clk/renesas/rzv2h-cpg.c
514
static const struct clk_ops rzv2h_cpg_plldsi_div_ops = {
drivers/clk/renesas/rzv2h-cpg.c
722
static const struct clk_ops rzv2h_cpg_plldsi_ops = {
drivers/clk/renesas/rzv2h-cpg.c
728
static const struct clk_ops rzv2h_cpg_pll_ops = {
drivers/clk/renesas/rzv2h-cpg.c
737
const struct clk_ops *ops)
drivers/clk/renesas/rzv2h-cpg.c
843
static const struct clk_ops rzv2h_ddiv_clk_divider_ops = {
drivers/clk/rockchip/clk-cpu.c
478
const struct clk_ops *mux_ops = NULL, *div_ops = NULL;
drivers/clk/rockchip/clk-cpu.c
94
static const struct clk_ops rockchip_cpuclk_ops = {
drivers/clk/rockchip/clk-ddr.c
84
static const struct clk_ops rockchip_ddrclk_sip_ops = {
drivers/clk/rockchip/clk-gate-grf.c
64
static const struct clk_ops rockchip_gate_grf_ops = {
drivers/clk/rockchip/clk-half-divider.c
144
static const struct clk_ops clk_half_divider_ops = {
drivers/clk/rockchip/clk-half-divider.c
175
const struct clk_ops *mux_ops = NULL, *div_ops = NULL,
drivers/clk/rockchip/clk-inverter.c
68
static const struct clk_ops rockchip_inv_clk_ops = {
drivers/clk/rockchip/clk-mmc-phase.c
161
static const struct clk_ops rockchip_mmc_clk_ops = {
drivers/clk/rockchip/clk-muxgrf.c
50
static const struct clk_ops rockchip_muxgrf_clk_ops = {
drivers/clk/rockchip/clk-pll.c
1035
static const struct clk_ops rockchip_rk3588_pll_clk_norate_ops = {
drivers/clk/rockchip/clk-pll.c
1042
static const struct clk_ops rockchip_rk3588_pll_clk_ops = {
drivers/clk/rockchip/clk-pll.c
197
const struct clk_ops *pll_mux_ops = pll->pll_mux_ops;
drivers/clk/rockchip/clk-pll.c
30
const struct clk_ops *pll_mux_ops;
drivers/clk/rockchip/clk-pll.c
351
static const struct clk_ops rockchip_rk3036_pll_clk_norate_ops = {
drivers/clk/rockchip/clk-pll.c
358
static const struct clk_ops rockchip_rk3036_pll_clk_ops = {
drivers/clk/rockchip/clk-pll.c
434
const struct clk_ops *pll_mux_ops = pll->pll_mux_ops;
drivers/clk/rockchip/clk-pll.c
570
static const struct clk_ops rockchip_rk3066_pll_clk_norate_ops = {
drivers/clk/rockchip/clk-pll.c
577
static const struct clk_ops rockchip_rk3066_pll_clk_ops = {
drivers/clk/rockchip/clk-pll.c
681
const struct clk_ops *pll_mux_ops = pll->pll_mux_ops;
drivers/clk/rockchip/clk-pll.c
835
static const struct clk_ops rockchip_rk3399_pll_clk_norate_ops = {
drivers/clk/rockchip/clk-pll.c
842
static const struct clk_ops rockchip_rk3399_pll_clk_ops = {
drivers/clk/rockchip/clk-pll.c
933
const struct clk_ops *pll_mux_ops = pll->pll_mux_ops;
drivers/clk/rockchip/clk.c
132
const struct clk_ops *mux_ops;
drivers/clk/rockchip/clk.c
213
const struct clk_ops *div_ops = NULL, *gate_ops = NULL;
drivers/clk/rockchip/clk.c
53
const struct clk_ops *mux_ops = NULL, *div_ops = NULL,
drivers/clk/samsung/clk-acpm.c
96
static const struct clk_ops acpm_clk_ops = {
drivers/clk/samsung/clk-cpu.c
594
static const struct clk_ops exynos_cpuclk_clk_ops = {
drivers/clk/samsung/clk-pll.c
1078
static const struct clk_ops samsung_pll2550xx_clk_ops = {
drivers/clk/samsung/clk-pll.c
1084
static const struct clk_ops samsung_pll2550xx_clk_min_ops = {
drivers/clk/samsung/clk-pll.c
1170
static const struct clk_ops samsung_pll2650x_clk_ops = {
drivers/clk/samsung/clk-pll.c
1176
static const struct clk_ops samsung_pll2650x_clk_min_ops = {
drivers/clk/samsung/clk-pll.c
1261
static const struct clk_ops samsung_pll2650xx_clk_ops = {
drivers/clk/samsung/clk-pll.c
1267
static const struct clk_ops samsung_pll2650xx_clk_min_ops = {
drivers/clk/samsung/clk-pll.c
1308
static const struct clk_ops samsung_pll531x_clk_ops = {
drivers/clk/samsung/clk-pll.c
1421
static const struct clk_ops samsung_pll1031x_clk_ops = {
drivers/clk/samsung/clk-pll.c
1427
static const struct clk_ops samsung_pll1031x_clk_min_ops = {
drivers/clk/samsung/clk-pll.c
151
static const struct clk_ops samsung_pll2126_clk_ops = {
drivers/clk/samsung/clk-pll.c
184
static const struct clk_ops samsung_pll3000_clk_ops = {
drivers/clk/samsung/clk-pll.c
283
static const struct clk_ops samsung_pll35xx_clk_ops = {
drivers/clk/samsung/clk-pll.c
291
static const struct clk_ops samsung_pll35xx_clk_min_ops = {
drivers/clk/samsung/clk-pll.c
395
static const struct clk_ops samsung_pll36xx_clk_ops = {
drivers/clk/samsung/clk-pll.c
403
static const struct clk_ops samsung_pll36xx_clk_min_ops = {
drivers/clk/samsung/clk-pll.c
499
static const struct clk_ops samsung_pll0822x_clk_ops = {
drivers/clk/samsung/clk-pll.c
507
static const struct clk_ops samsung_pll0822x_clk_min_ops = {
drivers/clk/samsung/clk-pll.c
596
static const struct clk_ops samsung_pll0831x_clk_ops = {
drivers/clk/samsung/clk-pll.c
604
static const struct clk_ops samsung_pll0831x_clk_min_ops = {
drivers/clk/samsung/clk-pll.c
720
static const struct clk_ops samsung_pll45xx_clk_ops = {
drivers/clk/samsung/clk-pll.c
726
static const struct clk_ops samsung_pll45xx_clk_min_ops = {
drivers/clk/samsung/clk-pll.c
865
static const struct clk_ops samsung_pll46xx_clk_ops = {
drivers/clk/samsung/clk-pll.c
871
static const struct clk_ops samsung_pll46xx_clk_min_ops = {
drivers/clk/samsung/clk-pll.c
911
static const struct clk_ops samsung_pll6552_clk_ops = {
drivers/clk/samsung/clk-pll.c
949
static const struct clk_ops samsung_pll6553_clk_ops = {
drivers/clk/samsung/clk-pll.c
987
static const struct clk_ops samsung_pll2550x_clk_ops = {
drivers/clk/samsung/clk.c
284
static const struct clk_ops samsung_auto_clk_gate_ops = {
drivers/clk/sifive/fu540-prci.h
50
static const struct clk_ops sifive_fu540_prci_wrpll_clk_ops = {
drivers/clk/sifive/fu540-prci.h
59
static const struct clk_ops sifive_fu540_prci_wrpll_ro_clk_ops = {
drivers/clk/sifive/fu540-prci.h
63
static const struct clk_ops sifive_fu540_prci_tlclksel_clk_ops = {
drivers/clk/sifive/fu740-prci.h
56
static const struct clk_ops sifive_fu740_prci_wrpll_clk_ops = {
drivers/clk/sifive/fu740-prci.h
65
static const struct clk_ops sifive_fu740_prci_wrpll_ro_clk_ops = {
drivers/clk/sifive/fu740-prci.h
69
static const struct clk_ops sifive_fu740_prci_tlclksel_clk_ops = {
drivers/clk/sifive/fu740-prci.h
73
static const struct clk_ops sifive_fu740_prci_hfpclkplldiv_clk_ops = {
drivers/clk/sifive/fu740-prci.h
77
static const struct clk_ops sifive_fu740_prci_pcie_aux_clk_ops = {
drivers/clk/sifive/sifive-prci.h
266
const struct clk_ops *ops;
drivers/clk/socfpga/clk-gate-a10.c
38
static struct clk_ops gateclk_ops = {
drivers/clk/socfpga/clk-gate-a10.c
43
const struct clk_ops *ops)
drivers/clk/socfpga/clk-gate-s10.c
112
static struct clk_ops gateclk_ops = {
drivers/clk/socfpga/clk-gate-s10.c
117
static const struct clk_ops agilex_gateclk_ops = {
drivers/clk/socfpga/clk-gate-s10.c
122
static const struct clk_ops dbgclk_ops = {
drivers/clk/socfpga/clk-gate.c
130
static struct clk_ops gateclk_ops = {
drivers/clk/socfpga/clk-gate.c
147
struct clk_ops *ops;
drivers/clk/socfpga/clk-periph-a10.c
55
static const struct clk_ops periclk_ops = {
drivers/clk/socfpga/clk-periph-a10.c
61
const struct clk_ops *ops)
drivers/clk/socfpga/clk-periph-s10.c
86
static const struct clk_ops n5x_peri_c_clk_ops = {
drivers/clk/socfpga/clk-periph-s10.c
91
static const struct clk_ops peri_c_clk_ops = {
drivers/clk/socfpga/clk-periph-s10.c
96
static const struct clk_ops peri_cnt_clk_ops = {
drivers/clk/socfpga/clk-periph.c
45
static const struct clk_ops periclk_ops = {
drivers/clk/socfpga/clk-periph.c
51
const struct clk_ops *ops)
drivers/clk/socfpga/clk-pll-a10.c
61
static const struct clk_ops clk_pll_ops = {
drivers/clk/socfpga/clk-pll-a10.c
67
const struct clk_ops *ops)
drivers/clk/socfpga/clk-pll-s10.c
166
static const struct clk_ops n5x_clk_pll_ops = {
drivers/clk/socfpga/clk-pll-s10.c
172
static const struct clk_ops agilex_clk_pll_ops = {
drivers/clk/socfpga/clk-pll-s10.c
178
static const struct clk_ops clk_pll_ops = {
drivers/clk/socfpga/clk-pll-s10.c
184
static const struct clk_ops clk_boot_ops = {
drivers/clk/socfpga/clk-pll.c
68
static const struct clk_ops clk_pll_ops = {
drivers/clk/socfpga/clk-pll.c
74
const struct clk_ops *ops)
drivers/clk/sophgo/clk-cv18xx-ip.c
292
const struct clk_ops cv1800_clk_div_ops = {
drivers/clk/sophgo/clk-cv18xx-ip.c
385
const struct clk_ops cv1800_clk_bypass_div_ops = {
drivers/clk/sophgo/clk-cv18xx-ip.c
502
const struct clk_ops cv1800_clk_mux_ops = {
drivers/clk/sophgo/clk-cv18xx-ip.c
598
const struct clk_ops cv1800_clk_bypass_mux_ops = {
drivers/clk/sophgo/clk-cv18xx-ip.c
62
const struct clk_ops cv1800_clk_gate_ops = {
drivers/clk/sophgo/clk-cv18xx-ip.c
789
const struct clk_ops cv1800_clk_mmux_ops = {
drivers/clk/sophgo/clk-cv18xx-ip.c
897
const struct clk_ops cv1800_clk_audio_ops = {
drivers/clk/sophgo/clk-cv18xx-ip.h
253
extern const struct clk_ops cv1800_clk_gate_ops;
drivers/clk/sophgo/clk-cv18xx-ip.h
254
extern const struct clk_ops cv1800_clk_div_ops;
drivers/clk/sophgo/clk-cv18xx-ip.h
255
extern const struct clk_ops cv1800_clk_bypass_div_ops;
drivers/clk/sophgo/clk-cv18xx-ip.h
256
extern const struct clk_ops cv1800_clk_mux_ops;
drivers/clk/sophgo/clk-cv18xx-ip.h
257
extern const struct clk_ops cv1800_clk_bypass_mux_ops;
drivers/clk/sophgo/clk-cv18xx-ip.h
258
extern const struct clk_ops cv1800_clk_mmux_ops;
drivers/clk/sophgo/clk-cv18xx-ip.h
259
extern const struct clk_ops cv1800_clk_audio_ops;
drivers/clk/sophgo/clk-cv18xx-pll.c
178
const struct clk_ops cv1800_clk_ipll_ops = {
drivers/clk/sophgo/clk-cv18xx-pll.c
408
const struct clk_ops cv1800_clk_fpll_ops = {
drivers/clk/sophgo/clk-cv18xx-pll.h
115
extern const struct clk_ops cv1800_clk_ipll_ops;
drivers/clk/sophgo/clk-cv18xx-pll.h
116
extern const struct clk_ops cv1800_clk_fpll_ops;
drivers/clk/sophgo/clk-sg2042-clkgen.c
255
static const struct clk_ops sg2042_clk_divider_ops = {
drivers/clk/sophgo/clk-sg2042-clkgen.c
261
static const struct clk_ops sg2042_clk_divider_ro_ops = {
drivers/clk/sophgo/clk-sg2042-clkgen.c
953
const struct clk_ops *ops = &clk_mux_ops;
drivers/clk/sophgo/clk-sg2042-pll.c
411
static const struct clk_ops sg2042_clk_pll_ops = {
drivers/clk/sophgo/clk-sg2042-pll.c
417
static const struct clk_ops sg2042_clk_pll_ro_ops = {
drivers/clk/sophgo/clk-sg2044-pll.c
375
static const struct clk_ops sg2044_pll_ops = {
drivers/clk/sophgo/clk-sg2044-pll.c
381
static const struct clk_ops sg2044_pll_ro_ops = {
drivers/clk/sophgo/clk-sg2044.c
228
static const struct clk_ops sg2044_gateable_div_ops = {
drivers/clk/sophgo/clk-sg2044.c
237
static const struct clk_ops sg2044_div_ops = {
drivers/clk/sophgo/clk-sg2044.c
243
static const struct clk_ops sg2044_div_ro_ops = {
drivers/clk/sophgo/clk-sg2044.c
266
const struct clk_ops *ops = &clk_mux_ops;
drivers/clk/spacemit/ccu_ddn.c
82
const struct clk_ops spacemit_ccu_ddn_ops = {
drivers/clk/spacemit/ccu_ddn.h
48
extern const struct clk_ops spacemit_ccu_ddn_ops;
drivers/clk/spacemit/ccu_mix.c
200
const struct clk_ops spacemit_ccu_gate_ops = {
drivers/clk/spacemit/ccu_mix.c
207
const struct clk_ops spacemit_ccu_factor_ops = {
drivers/clk/spacemit/ccu_mix.c
214
const struct clk_ops spacemit_ccu_mux_ops = {
drivers/clk/spacemit/ccu_mix.c
221
const struct clk_ops spacemit_ccu_div_ops = {
drivers/clk/spacemit/ccu_mix.c
228
const struct clk_ops spacemit_ccu_factor_gate_ops = {
drivers/clk/spacemit/ccu_mix.c
239
const struct clk_ops spacemit_ccu_mux_gate_ops = {
drivers/clk/spacemit/ccu_mix.c
250
const struct clk_ops spacemit_ccu_div_gate_ops = {
drivers/clk/spacemit/ccu_mix.c
261
const struct clk_ops spacemit_ccu_mux_div_gate_ops = {
drivers/clk/spacemit/ccu_mix.c
275
const struct clk_ops spacemit_ccu_mux_div_ops = {
drivers/clk/spacemit/ccu_mix.h
226
extern const struct clk_ops spacemit_ccu_gate_ops;
drivers/clk/spacemit/ccu_mix.h
227
extern const struct clk_ops spacemit_ccu_factor_ops;
drivers/clk/spacemit/ccu_mix.h
228
extern const struct clk_ops spacemit_ccu_mux_ops;
drivers/clk/spacemit/ccu_mix.h
229
extern const struct clk_ops spacemit_ccu_div_ops;
drivers/clk/spacemit/ccu_mix.h
230
extern const struct clk_ops spacemit_ccu_factor_gate_ops;
drivers/clk/spacemit/ccu_mix.h
231
extern const struct clk_ops spacemit_ccu_div_gate_ops;
drivers/clk/spacemit/ccu_mix.h
232
extern const struct clk_ops spacemit_ccu_mux_gate_ops;
drivers/clk/spacemit/ccu_mix.h
233
extern const struct clk_ops spacemit_ccu_mux_div_ops;
drivers/clk/spacemit/ccu_mix.h
234
extern const struct clk_ops spacemit_ccu_mux_div_gate_ops;
drivers/clk/spacemit/ccu_pll.c
258
const struct clk_ops spacemit_ccu_pll_ops = {
drivers/clk/spacemit/ccu_pll.c
269
const struct clk_ops spacemit_ccu_plla_ops = {
drivers/clk/spacemit/ccu_pll.h
120
extern const struct clk_ops spacemit_ccu_pll_ops;
drivers/clk/spacemit/ccu_pll.h
121
extern const struct clk_ops spacemit_ccu_plla_ops;
drivers/clk/spear/clk-aux-synth.c
130
static const struct clk_ops clk_aux_ops = {
drivers/clk/spear/clk-frac-synth.c
118
static const struct clk_ops clk_frac_ops = {
drivers/clk/spear/clk-gpt-synth.c
107
static const struct clk_ops clk_gpt_ops = {
drivers/clk/spear/clk-vco-pll.c
168
static const struct clk_ops clk_pll_ops = {
drivers/clk/spear/clk-vco-pll.c
271
static const struct clk_ops clk_vco_ops = {
drivers/clk/sprd/composite.c
51
const struct clk_ops sprd_comp_ops = {
drivers/clk/sprd/composite.h
84
extern const struct clk_ops sprd_comp_ops;
drivers/clk/sprd/div.c
75
const struct clk_ops sprd_div_ops = {
drivers/clk/sprd/div.h
83
extern const struct clk_ops sprd_div_ops;
drivers/clk/sprd/gate.c
116
const struct clk_ops sprd_gate_ops = {
drivers/clk/sprd/gate.c
123
const struct clk_ops sprd_sc_gate_ops = {
drivers/clk/sprd/gate.c
130
const struct clk_ops sprd_pll_sc_gate_ops = {
drivers/clk/sprd/gate.h
164
extern const struct clk_ops sprd_gate_ops;
drivers/clk/sprd/gate.h
165
extern const struct clk_ops sprd_sc_gate_ops;
drivers/clk/sprd/gate.h
166
extern const struct clk_ops sprd_pll_sc_gate_ops;
drivers/clk/sprd/mux.c
71
const struct clk_ops sprd_mux_ops = {
drivers/clk/sprd/mux.h
80
extern const struct clk_ops sprd_mux_ops;
drivers/clk/sprd/pll.c
263
const struct clk_ops sprd_pll_ops = {
drivers/clk/sprd/pll.h
125
extern const struct clk_ops sprd_pll_ops;
drivers/clk/st/clk-flexgen.c
195
static const struct clk_ops flexgen_ops = {
drivers/clk/st/clkgen-fsyn.c
433
static const struct clk_ops st_quadfs_pll_c32_ops = {
drivers/clk/st/clkgen-fsyn.c
63
const struct clk_ops *pll_ops;
drivers/clk/st/clkgen-fsyn.c
79
static const struct clk_ops st_quadfs_pll_c32_ops;
drivers/clk/st/clkgen-fsyn.c
873
static const struct clk_ops st_quadfs_ops = {
drivers/clk/st/clkgen-pll.c
57
const struct clk_ops *ops;
drivers/clk/st/clkgen-pll.c
625
static const struct clk_ops stm_pll3200c32_ops = {
drivers/clk/st/clkgen-pll.c
632
static const struct clk_ops stm_pll3200c32_a9_ops = {
drivers/clk/st/clkgen-pll.c
641
static const struct clk_ops stm_pll4600c28_ops = {
drivers/clk/st/clkgen-pll.c
71
static const struct clk_ops stm_pll3200c32_ops;
drivers/clk/st/clkgen-pll.c
72
static const struct clk_ops stm_pll3200c32_a9_ops;
drivers/clk/st/clkgen-pll.c
73
static const struct clk_ops stm_pll4600c28_ops;
drivers/clk/starfive/clk-starfive-jh7110-pll.c
438
static const struct clk_ops jh7110_pll_ops = {
drivers/clk/starfive/clk-starfive-jh71x0.c
226
static const struct clk_ops jh71x0_clk_gate_ops = {
drivers/clk/starfive/clk-starfive-jh71x0.c
233
static const struct clk_ops jh71x0_clk_div_ops = {
drivers/clk/starfive/clk-starfive-jh71x0.c
240
static const struct clk_ops jh71x0_clk_fdiv_ops = {
drivers/clk/starfive/clk-starfive-jh71x0.c
247
static const struct clk_ops jh71x0_clk_gdiv_ops = {
drivers/clk/starfive/clk-starfive-jh71x0.c
257
static const struct clk_ops jh71x0_clk_mux_ops = {
drivers/clk/starfive/clk-starfive-jh71x0.c
264
static const struct clk_ops jh71x0_clk_gmux_ops = {
drivers/clk/starfive/clk-starfive-jh71x0.c
274
static const struct clk_ops jh71x0_clk_mdiv_ops = {
drivers/clk/starfive/clk-starfive-jh71x0.c
283
static const struct clk_ops jh71x0_clk_gmd_ops = {
drivers/clk/starfive/clk-starfive-jh71x0.c
295
static const struct clk_ops jh71x0_clk_inv_ops = {
drivers/clk/starfive/clk-starfive-jh71x0.c
301
const struct clk_ops *starfive_jh71x0_clk_ops(u32 max)
drivers/clk/starfive/clk-starfive-jh71x0.h
124
const struct clk_ops *starfive_jh71x0_clk_ops(u32 max);
drivers/clk/stm32/clk-stm32-core.c
279
const struct clk_ops clk_stm32_mux_ops = {
drivers/clk/stm32/clk-stm32-core.c
328
const struct clk_ops clk_stm32_gate_ops = {
drivers/clk/stm32/clk-stm32-core.c
393
const struct clk_ops clk_stm32_divider_ops = {
drivers/clk/stm32/clk-stm32-core.c
602
const struct clk_ops clk_stm32_composite_ops = {
drivers/clk/stm32/clk-stm32-core.h
133
extern const struct clk_ops clk_stm32_mux_ops;
drivers/clk/stm32/clk-stm32-core.h
134
extern const struct clk_ops clk_stm32_gate_ops;
drivers/clk/stm32/clk-stm32-core.h
135
extern const struct clk_ops clk_stm32_divider_ops;
drivers/clk/stm32/clk-stm32-core.h
136
extern const struct clk_ops clk_stm32_composite_ops;
drivers/clk/stm32/clk-stm32mp1.c
1030
static const struct clk_ops timer_ker_ops = {
drivers/clk/stm32/clk-stm32mp1.c
1104
static const struct clk_ops rtc_div_clk_ops = {
drivers/clk/stm32/clk-stm32mp1.c
370
const struct clk_ops *ops;
drivers/clk/stm32/clk-stm32mp1.c
375
const struct clk_ops *ops;
drivers/clk/stm32/clk-stm32mp1.c
381
const struct clk_ops *ops;
drivers/clk/stm32/clk-stm32mp1.c
478
static const struct clk_ops mp1_gate_clk_ops = {
drivers/clk/stm32/clk-stm32mp1.c
632
const struct clk_ops *mux_ops, *div_ops, *gate_ops;
drivers/clk/stm32/clk-stm32mp1.c
705
static const struct clk_ops mp1_mgate_clk_ops = {
drivers/clk/stm32/clk-stm32mp1.c
739
static const struct clk_ops clk_mmux_ops = {
drivers/clk/stm32/clk-stm32mp1.c
889
static const struct clk_ops pll_ops = {
drivers/clk/sunxi-ng/ccu-sun6i-rtc.c
103
static const struct clk_ops ccu_iosc_ops = {
drivers/clk/sunxi-ng/ccu-sun6i-rtc.c
181
static const struct clk_ops ccu_iosc_32k_ops = {
drivers/clk/sunxi-ng/ccu_div.c
133
const struct clk_ops ccu_div_ops = {
drivers/clk/sunxi-ng/ccu_div.h
302
extern const struct clk_ops ccu_div_ops;
drivers/clk/sunxi-ng/ccu_gate.c
128
const struct clk_ops ccu_gate_ops = {
drivers/clk/sunxi-ng/ccu_gate.h
125
extern const struct clk_ops ccu_gate_ops;
drivers/clk/sunxi-ng/ccu_mp.c
268
const struct clk_ops ccu_mp_ops = {
drivers/clk/sunxi-ng/ccu_mp.c
349
const struct clk_ops ccu_mp_mmc_ops = {
drivers/clk/sunxi-ng/ccu_mp.h
210
extern const struct clk_ops ccu_mp_ops;
drivers/clk/sunxi-ng/ccu_mp.h
239
extern const struct clk_ops ccu_mp_mmc_ops;
drivers/clk/sunxi-ng/ccu_mult.c
161
const struct clk_ops ccu_mult_ops = {
drivers/clk/sunxi-ng/ccu_mult.h
68
extern const struct clk_ops ccu_mult_ops;
drivers/clk/sunxi-ng/ccu_mux.c
278
const struct clk_ops ccu_mux_ops = {
drivers/clk/sunxi-ng/ccu_mux.h
131
extern const struct clk_ops ccu_mux_ops;
drivers/clk/sunxi-ng/ccu_nk.c
152
const struct clk_ops ccu_nk_ops = {
drivers/clk/sunxi-ng/ccu_nk.h
61
extern const struct clk_ops ccu_nk_ops;
drivers/clk/sunxi-ng/ccu_nkm.c
259
const struct clk_ops ccu_nkm_ops = {
drivers/clk/sunxi-ng/ccu_nkm.h
85
extern const struct clk_ops ccu_nkm_ops;
drivers/clk/sunxi-ng/ccu_nkmp.c
225
const struct clk_ops ccu_nkmp_ops = {
drivers/clk/sunxi-ng/ccu_nkmp.h
64
extern const struct clk_ops ccu_nkmp_ops;
drivers/clk/sunxi-ng/ccu_nm.c
231
const struct clk_ops ccu_nm_ops = {
drivers/clk/sunxi-ng/ccu_nm.h
207
extern const struct clk_ops ccu_nm_ops;
drivers/clk/sunxi-ng/ccu_phase.c
120
const struct clk_ops ccu_phase_ops = {
drivers/clk/sunxi-ng/ccu_phase.h
40
extern const struct clk_ops ccu_phase_ops;
drivers/clk/sunxi/clk-factors.c
170
static const struct clk_ops clk_factors_ops = {
drivers/clk/sunxi/clk-mod0.c
276
static const struct clk_ops mmc_clk_ops = {
drivers/clk/sunxi/clk-sun4i-tcon-ch1.c
211
static const struct clk_ops tcon_ch1_ops = {
drivers/clk/sunxi/clk-sun9i-cpus.c
174
static const struct clk_ops sun9i_a80_cpus_clk_ops = {
drivers/clk/sunxi/clk-sunxi.c
940
const struct clk_ops *rate_ops;
drivers/clk/tegra/clk-audio-sync.c
40
const struct clk_ops tegra_clk_sync_source_ops = {
drivers/clk/tegra/clk-bpmp.c
277
static const struct clk_ops tegra_bpmp_clk_gate_ops = {
drivers/clk/tegra/clk-bpmp.c
284
static const struct clk_ops tegra_bpmp_clk_mux_ops = {
drivers/clk/tegra/clk-bpmp.c
294
static const struct clk_ops tegra_bpmp_clk_rate_ops = {
drivers/clk/tegra/clk-bpmp.c
303
static const struct clk_ops tegra_bpmp_clk_mux_rate_ops = {
drivers/clk/tegra/clk-bpmp.c
314
static const struct clk_ops tegra_bpmp_clk_mux_read_only_ops = {
drivers/clk/tegra/clk-bpmp.c
319
static const struct clk_ops tegra_bpmp_clk_read_only_ops = {
drivers/clk/tegra/clk-bpmp.c
323
static const struct clk_ops tegra_bpmp_clk_gate_mux_read_only_ops = {
drivers/clk/tegra/clk-dfll.c
1158
static const struct clk_ops dfll_clk_ops = {
drivers/clk/tegra/clk-divider.c
135
const struct clk_ops tegra_clk_frac_div_ops = {
drivers/clk/tegra/clk-periph-fixed.c
63
static const struct clk_ops tegra_clk_periph_fixed_ops = {
drivers/clk/tegra/clk-periph-gate.c
129
const struct clk_ops tegra_clk_periph_gate_ops = {
drivers/clk/tegra/clk-periph.c
106
const struct clk_ops *gate_ops = periph->gate_ops;
drivers/clk/tegra/clk-periph.c
115
const struct clk_ops *div_ops = periph->div_ops;
drivers/clk/tegra/clk-periph.c
129
static const struct clk_ops tegra_clk_periph_ops = {
drivers/clk/tegra/clk-periph.c
142
static const struct clk_ops tegra_clk_periph_nodiv_ops = {
drivers/clk/tegra/clk-periph.c
153
static const struct clk_ops tegra_clk_periph_no_gate_ops = {
drivers/clk/tegra/clk-periph.c
17
const struct clk_ops *mux_ops = periph->mux_ops;
drivers/clk/tegra/clk-periph.c
28
const struct clk_ops *mux_ops = periph->mux_ops;
drivers/clk/tegra/clk-periph.c
40
const struct clk_ops *div_ops = periph->div_ops;
drivers/clk/tegra/clk-periph.c
52
const struct clk_ops *div_ops = periph->div_ops;
drivers/clk/tegra/clk-periph.c
64
const struct clk_ops *div_ops = periph->div_ops;
drivers/clk/tegra/clk-periph.c
75
const struct clk_ops *gate_ops = periph->gate_ops;
drivers/clk/tegra/clk-periph.c
86
const struct clk_ops *gate_ops = periph->gate_ops;
drivers/clk/tegra/clk-periph.c
97
const struct clk_ops *gate_ops = periph->gate_ops;
drivers/clk/tegra/clk-pll-out.c
80
const struct clk_ops tegra_clk_pll_out_ops = {
drivers/clk/tegra/clk-pll.c
1060
const struct clk_ops tegra_clk_pll_ops = {
drivers/clk/tegra/clk-pll.c
1070
const struct clk_ops tegra_clk_plle_ops = {
drivers/clk/tegra/clk-pll.c
1198
static const struct clk_ops tegra_clk_pllu_ops = {
drivers/clk/tegra/clk-pll.c
1903
const struct clk_ops *ops)
drivers/clk/tegra/clk-pll.c
2011
static const struct clk_ops tegra_clk_pllxc_ops = {
drivers/clk/tegra/clk-pll.c
2020
static const struct clk_ops tegra_clk_pllc_ops = {
drivers/clk/tegra/clk-pll.c
2029
static const struct clk_ops tegra_clk_pllre_ops = {
drivers/clk/tegra/clk-pll.c
2038
static const struct clk_ops tegra_clk_plle_tegra114_ops = {
drivers/clk/tegra/clk-pll.c
2045
static const struct clk_ops tegra_clk_pllu_tegra114_ops = {
drivers/clk/tegra/clk-pll.c
2329
static const struct clk_ops tegra_clk_pllss_ops = {
drivers/clk/tegra/clk-pll.c
2576
static const struct clk_ops tegra_clk_plle_tegra210_ops = {
drivers/clk/tegra/clk-sdmmc-mux.c
169
const struct clk_ops *gate_ops = sdmmc_mux->gate_ops;
drivers/clk/tegra/clk-sdmmc-mux.c
180
const struct clk_ops *gate_ops = sdmmc_mux->gate_ops;
drivers/clk/tegra/clk-sdmmc-mux.c
191
const struct clk_ops *gate_ops = sdmmc_mux->gate_ops;
drivers/clk/tegra/clk-sdmmc-mux.c
200
const struct clk_ops *gate_ops = sdmmc_mux->gate_ops;
drivers/clk/tegra/clk-sdmmc-mux.c
221
static const struct clk_ops tegra_clk_sdmmc_mux_ops = {
drivers/clk/tegra/clk-super.c
138
static const struct clk_ops tegra_clk_super_mux_ops = {
drivers/clk/tegra/clk-super.c
192
const struct clk_ops tegra_clk_super_ops = {
drivers/clk/tegra/clk-tegra-super-cclk.c
118
static const struct clk_ops tegra_cclk_super_ops = {
drivers/clk/tegra/clk-tegra-super-cclk.c
126
static const struct clk_ops tegra_cclk_super_mux_ops = {
drivers/clk/tegra/clk-tegra124-emc.c
478
static const struct clk_ops tegra_clk_emc_ops = {
drivers/clk/tegra/clk-tegra20-emc.c
215
static const struct clk_ops tegra_clk_emc_ops = {
drivers/clk/tegra/clk-tegra210-emc.c
267
static const struct clk_ops tegra210_clk_emc_ops = {
drivers/clk/tegra/clk.h
133
extern const struct clk_ops tegra_clk_frac_div_ops;
drivers/clk/tegra/clk.h
402
extern const struct clk_ops tegra_clk_pll_ops;
drivers/clk/tegra/clk.h
403
extern const struct clk_ops tegra_clk_plle_ops;
drivers/clk/tegra/clk.h
517
extern const struct clk_ops tegra_clk_pll_out_ops;
drivers/clk/tegra/clk.h
582
extern const struct clk_ops tegra_clk_periph_gate_ops;
drivers/clk/tegra/clk.h
623
const struct clk_ops *mux_ops;
drivers/clk/tegra/clk.h
624
const struct clk_ops *div_ops;
drivers/clk/tegra/clk.h
625
const struct clk_ops *gate_ops;
drivers/clk/tegra/clk.h
742
const struct clk_ops *div_ops;
drivers/clk/tegra/clk.h
756
extern const struct clk_ops tegra_clk_super_ops;
drivers/clk/tegra/clk.h
786
const struct clk_ops *gate_ops;
drivers/clk/tegra/clk.h
88
extern const struct clk_ops tegra_clk_sync_source_ops;
drivers/clk/thead/clk-th1520-ap.c
312
static const struct clk_ops ccu_div_ops = {
drivers/clk/thead/clk-th1520-ap.c
471
static const struct clk_ops clk_pll_ops = {
drivers/clk/thead/clk-th1520-ap.c
537
static const struct clk_ops c910_clk_ops = {
drivers/clk/ti/adpll.c
476
static const struct clk_ops ti_adpll_ops = {
drivers/clk/ti/adpll.c
580
struct clk_ops *ops;
drivers/clk/ti/apll.c
121
static const struct clk_ops apll_ck_ops = {
drivers/clk/ti/apll.c
303
static const struct clk_ops omap2_apll_ops = {
drivers/clk/ti/clk-dra7-atl.c
156
static const struct clk_ops atl_clk_ops = {
drivers/clk/ti/clkctrl.c
217
static const struct clk_ops omap4_clkctrl_clk_ops = {
drivers/clk/ti/clkctrl.c
288
int num_parents, const struct clk_ops *ops,
drivers/clk/ti/clock.h
241
extern const struct clk_ops ti_clk_divider_ops;
drivers/clk/ti/clock.h
242
extern const struct clk_ops ti_clk_mux_ops;
drivers/clk/ti/clock.h
243
extern const struct clk_ops omap_gate_clk_ops;
drivers/clk/ti/composite.c
41
static const struct clk_ops ti_composite_divider_ops = {
drivers/clk/ti/composite.c
47
static const struct clk_ops ti_composite_gate_ops = {
drivers/clk/ti/divider.c
302
const struct clk_ops ti_clk_divider_ops = {
drivers/clk/ti/dpll.c
105
static const struct clk_ops omap3_dpll5_ck_ops = {
drivers/clk/ti/dpll.c
116
static const struct clk_ops omap3_dpll_per_ck_ops = {
drivers/clk/ti/dpll.c
131
static const struct clk_ops dpll_x2_ck_ops = {
drivers/clk/ti/dpll.c
210
const struct clk_ops *ops,
drivers/clk/ti/dpll.c
24
static const struct clk_ops dpll_m4xen_ck_ops = {
drivers/clk/ti/dpll.c
272
const struct clk_ops *ops,
drivers/clk/ti/dpll.c
41
static const struct clk_ops dpll_core_ck_ops = {
drivers/clk/ti/dpll.c
46
static const struct clk_ops dpll_ck_ops = {
drivers/clk/ti/dpll.c
59
static const struct clk_ops dpll_no_gate_ck_ops = {
drivers/clk/ti/dpll.c
70
static const struct clk_ops dpll_core_ck_ops = {};
drivers/clk/ti/dpll.c
71
static const struct clk_ops dpll_ck_ops = {};
drivers/clk/ti/dpll.c
72
static const struct clk_ops dpll_no_gate_ck_ops = {};
drivers/clk/ti/dpll.c
77
static const struct clk_ops omap2_dpll_core_ck_ops = {
drivers/clk/ti/dpll.c
84
static const struct clk_ops omap2_dpll_core_ck_ops = {};
drivers/clk/ti/dpll.c
88
static const struct clk_ops omap3_dpll_core_ck_ops = {
drivers/clk/ti/dpll.c
94
static const struct clk_ops omap3_dpll_ck_ops = {
drivers/clk/ti/fapll.c
268
static const struct clk_ops ti_fapll_ops = {
drivers/clk/ti/fapll.c
481
static const struct clk_ops ti_fapll_synt_ops = {
drivers/clk/ti/gate.c
127
const struct clk_ops *ops,
drivers/clk/ti/gate.c
24
static const struct clk_ops omap_gate_clkdm_clk_ops = {
drivers/clk/ti/gate.c
31
const struct clk_ops omap_gate_clk_ops = {
drivers/clk/ti/gate.c
39
static const struct clk_ops omap_gate_clk_hsdiv_restore_ops = {
drivers/clk/ti/gate.c
91
u8 clk_gate_flags, const struct clk_ops *ops,
drivers/clk/ti/interface.c
20
static const struct clk_ops ti_interface_clk_ops = {
drivers/clk/ti/mux.c
113
const struct clk_ops ti_clk_mux_ops = {
drivers/clk/uniphier/clk-uniphier-cpugear.c
70
static const struct clk_ops uniphier_clk_cpugear_ops = {
drivers/clk/uniphier/clk-uniphier-gate.c
53
static const struct clk_ops uniphier_clk_gate_ops = {
drivers/clk/uniphier/clk-uniphier-mux.c
50
static const struct clk_ops uniphier_clk_mux_ops = {
drivers/clk/ux500/clk-prcc.c
81
static const struct clk_ops clk_prcc_pclk_ops = {
drivers/clk/ux500/clk-prcc.c
87
static const struct clk_ops clk_prcc_kclk_ops = {
drivers/clk/ux500/clk-prcc.c
98
const struct clk_ops *clk_prcc_ops)
drivers/clk/ux500/clk-prcmu.c
158
static const struct clk_ops clk_prcmu_scalable_ops = {
drivers/clk/ux500/clk-prcmu.c
166
static const struct clk_ops clk_prcmu_gate_ops = {
drivers/clk/ux500/clk-prcmu.c
172
static const struct clk_ops clk_prcmu_scalable_rate_ops = {
drivers/clk/ux500/clk-prcmu.c
178
static const struct clk_ops clk_prcmu_rate_ops = {
drivers/clk/ux500/clk-prcmu.c
182
static const struct clk_ops clk_prcmu_opp_gate_ops = {
drivers/clk/ux500/clk-prcmu.c
188
static const struct clk_ops clk_prcmu_opp_volt_scalable_ops = {
drivers/clk/ux500/clk-prcmu.c
201
const struct clk_ops *clk_prcmu_ops)
drivers/clk/ux500/clk-prcmu.c
345
static const struct clk_ops clk_prcmu_clkout_ops = {
drivers/clk/ux500/clk-sysctrl.c
101
static const struct clk_ops clk_sysctrl_gate_ops = {
drivers/clk/ux500/clk-sysctrl.c
106
static const struct clk_ops clk_sysctrl_gate_fixed_rate_ops = {
drivers/clk/ux500/clk-sysctrl.c
112
static const struct clk_ops clk_sysctrl_set_parent_ops = {
drivers/clk/ux500/clk-sysctrl.c
128
const struct clk_ops *clk_sysctrl_ops)
drivers/clk/versatile/clk-icst.c
348
static const struct clk_ops icst_ops = {
drivers/clk/versatile/clk-sp810.c
65
static const struct clk_ops clk_sp810_timerclken_ops = {
drivers/clk/versatile/clk-vexpress-osc.c
58
static const struct clk_ops vexpress_osc_ops = {
drivers/clk/visconti/clkc.c
68
static const struct clk_ops visconti_clk_gate_ops = {
drivers/clk/visconti/pll.c
236
static const struct clk_ops visconti_pll_ops = {
drivers/clk/x86/clk-cgu-pll.c
86
static const struct clk_ops lgm_pll_ops = {
drivers/clk/x86/clk-cgu.c
182
static const struct clk_ops lgm_clk_divider_ops = {
drivers/clk/x86/clk-cgu.c
287
static const struct clk_ops lgm_clk_gate_ops = {
drivers/clk/x86/clk-cgu.c
529
static const struct clk_ops lgm_clk_ddiv_ops = {
drivers/clk/x86/clk-cgu.c
74
static const struct clk_ops lgm_clk_mux_ops = {
drivers/clk/x86/clk-pmc-atom.c
140
static const struct clk_ops plt_clk_ops = {
drivers/clk/xilinx/clk-xlnx-clock-wizard.c
700
static const struct clk_ops clk_wzrd_ver_divider_ops = {
drivers/clk/xilinx/clk-xlnx-clock-wizard.c
706
static const struct clk_ops clk_wzrd_ver_div_all_ops = {
drivers/clk/xilinx/clk-xlnx-clock-wizard.c
712
static const struct clk_ops clk_wzrd_clk_divider_ops = {
drivers/clk/xilinx/clk-xlnx-clock-wizard.c
718
static const struct clk_ops clk_wzrd_clk_div_all_ops = {
drivers/clk/xilinx/clk-xlnx-clock-wizard.c
787
static const struct clk_ops clk_wzrd_clk_divider_ops_f = {
drivers/clk/xilinx/xlnx_vcu.c
397
static const struct clk_ops vcu_pll_ops = {
drivers/clk/zynq/pll.c
168
static const struct clk_ops zynq_pll_ops = {
drivers/clk/zynqmp/clk-gate-zynqmp.c
91
static const struct clk_ops zynqmp_clk_gate_ops = {
drivers/clk/zynqmp/clk-mux-zynqmp.c
89
static const struct clk_ops zynqmp_clk_mux_ops = {
drivers/clk/zynqmp/clk-mux-zynqmp.c
95
static const struct clk_ops zynqmp_clk_mux_ro_ops = {
drivers/clk/zynqmp/divider.c
203
static const struct clk_ops zynqmp_clk_divider_ops = {
drivers/clk/zynqmp/divider.c
209
static const struct clk_ops zynqmp_clk_divider_ro_ops = {
drivers/clk/zynqmp/pll.c
292
static const struct clk_ops zynqmp_pll_ops = {
drivers/clocksource/ingenic-sysost.c
181
static const struct clk_ops ingenic_ost_percpu_timer_ops = {
drivers/clocksource/ingenic-sysost.c
187
static const struct clk_ops ingenic_ost_global_timer_ops = {
drivers/cpufreq/qcom-cpufreq-hw.c
629
static const struct clk_ops qcom_cpufreq_hw_clk_ops = {
drivers/firmware/ti_sci.c
3207
struct ti_sci_clk_ops *cops = &ops->clk_ops;
drivers/gpu/drm/imx/ipuv3/imx-tve.c
414
static const struct clk_ops clk_tve_di_ops = {
drivers/gpu/drm/mcde/mcde_clk_div.c
135
static const struct clk_ops mcde_clk_div_ops = {
drivers/gpu/drm/msm/disp/mdp4/mdp4_lvds_pll.c
120
static const struct clk_ops mdp4_lvds_pll_ops = {
drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c
458
static const struct clk_ops clk_ops_dsi_pll_10nm_vco = {
drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c
592
static const struct clk_ops clk_ops_dsi_pll_14nm_vco = {
drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c
676
static const struct clk_ops clk_ops_dsi_pll_14nm_postdiv = {
drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c
548
static const struct clk_ops clk_ops_dsi_pll_28nm_vco_hpm = {
drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c
557
static const struct clk_ops clk_ops_dsi_pll_28nm_vco_lp = {
drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c
566
static const struct clk_ops clk_ops_dsi_pll_28nm_vco_8226 = {
drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm_8960.c
245
static const struct clk_ops clk_ops_dsi_pll_28nm_vco = {
drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm_8960.c
330
static const struct clk_ops clk_bytediv_ops = {
drivers/gpu/drm/msm/dsi/phy/dsi_phy_7nm.c
619
static const struct clk_ops clk_ops_dsi_pll_7nm_vco = {
drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c
681
static const struct clk_ops hdmi_8996_pll_ops = {
drivers/gpu/drm/msm/hdmi/hdmi_phy_8998.c
685
static const struct clk_ops hdmi_8998_pll_ops = {
drivers/gpu/drm/msm/hdmi/hdmi_pll_8960.c
403
static const struct clk_ops hdmi_pll_ops = {
drivers/gpu/drm/pl111/pl111_display.c
533
static const struct clk_ops pl111_clk_div_ops = {
drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
351
static const struct clk_ops dw_mipi_dsi_stm_clk_ops = {
drivers/gpu/drm/stm/lvds.c
727
static const struct clk_ops lvds_pixel_clk_ops = {
drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c
104
static const struct clk_ops sun4i_ddc_ops = {
drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c
194
static const struct clk_ops sun4i_tmds_ops = {
drivers/gpu/drm/sun4i/sun4i_tcon_dclk.c
154
static const struct clk_ops sun4i_dclk_ops = {
drivers/gpu/drm/sun4i/sun8i_hdmi_phy_clk.c
134
static const struct clk_ops sun8i_phy_clk_ops = {
drivers/gpu/drm/tegra/sor.c
591
static const struct clk_ops tegra_clk_sor_pad_ops = {
drivers/hwmon/ltc4282.c
1097
static const struct clk_ops ltc4282_ops = {
drivers/i2c/busses/i2c-bcm2835.c
159
static const struct clk_ops clk_bcm2835_i2c_ops = {
drivers/iio/adc/ad4130.c
1832
static const struct clk_ops ad4130_int_clk_ops = {
drivers/iio/adc/ad4170-4.c
2458
static const struct clk_ops ad4170_int_clk_ops = {
drivers/iio/adc/ad7173.c
1638
static const struct clk_ops ad7173_int_clk_ops = {
drivers/iio/adc/ad7192.c
469
static const struct clk_ops ad7192_int_clk_ops = {
drivers/iio/frequency/adf4350.c
454
static const struct clk_ops adf4350_clk_ops = {
drivers/iio/frequency/adf4377.c
995
static const struct clk_ops adf4377_clk_ops = {
drivers/media/cec/platform/meson/ao-cec-g12a.c
326
static const struct clk_ops meson_ao_cec_g12a_dualdiv_clk_ops = {
drivers/media/i2c/ds90ub953.c
1053
static const struct clk_ops ub953_clkout_ops = {
drivers/media/i2c/max96717.c
847
static const struct clk_ops max96717_clk_ops = {
drivers/media/i2c/tc358746.c
1247
static const struct clk_ops tc358746_mclk_ops = {
drivers/media/platform/marvell/mcam-core.c
965
static const struct clk_ops mclk_ops = {
drivers/media/platform/microchip/microchip-isc-clk.c
216
static const struct clk_ops isc_clk_ops = {
drivers/media/platform/samsung/exynos4-is/media-dev.c
1291
static const struct clk_ops cam_clk_ops = {
drivers/media/platform/ti/omap3isp/isp.c
272
static const struct clk_ops isp_xclk_ops = {
drivers/mmc/host/meson-mx-sdhc-clkc.c
51
const struct clk_ops *ops,
drivers/mmc/host/sdhci-of-arasan.c
1024
static const struct clk_ops versal_sampleclk_ops = {
drivers/mmc/host/sdhci-of-arasan.c
1069
static const struct clk_ops versal_net_sdcardclk_ops = {
drivers/mmc/host/sdhci-of-arasan.c
1119
static const struct clk_ops versal_net_sampleclk_ops = {
drivers/mmc/host/sdhci-of-arasan.c
1384
.clk_ops = &arasan_clk_ops,
drivers/mmc/host/sdhci-of-arasan.c
1434
.clk_ops = &arasan_clk_ops,
drivers/mmc/host/sdhci-of-arasan.c
144
const struct clk_ops *sdcardclk_ops;
drivers/mmc/host/sdhci-of-arasan.c
1440
.clk_ops = &arasan_clk_ops,
drivers/mmc/host/sdhci-of-arasan.c
1446
.clk_ops = &arasan_clk_ops,
drivers/mmc/host/sdhci-of-arasan.c
145
const struct clk_ops *sampleclk_ops;
drivers/mmc/host/sdhci-of-arasan.c
1471
.clk_ops = &zynqmp_clk_ops,
drivers/mmc/host/sdhci-of-arasan.c
1482
.clk_ops = &versal_clk_ops,
drivers/mmc/host/sdhci-of-arasan.c
1493
.clk_ops = &versal_net_clk_ops,
drivers/mmc/host/sdhci-of-arasan.c
1500
.clk_ops = &arasan_clk_ops,
drivers/mmc/host/sdhci-of-arasan.c
1506
.clk_ops = &arasan_clk_ops,
drivers/mmc/host/sdhci-of-arasan.c
1512
.clk_ops = &arasan_clk_ops,
drivers/mmc/host/sdhci-of-arasan.c
1605
sdcardclk_init.ops = sdhci_arasan->clk_ops->sdcardclk_ops;
drivers/mmc/host/sdhci-of-arasan.c
1657
sampleclk_init.ops = sdhci_arasan->clk_ops->sampleclk_ops;
drivers/mmc/host/sdhci-of-arasan.c
1904
sdhci_arasan->clk_ops = data->clk_ops;
drivers/mmc/host/sdhci-of-arasan.c
195
const struct sdhci_arasan_clk_ops *clk_ops;
drivers/mmc/host/sdhci-of-arasan.c
219
const struct sdhci_arasan_clk_ops *clk_ops;
drivers/mmc/host/sdhci-of-arasan.c
728
static const struct clk_ops arasan_sdcardclk_ops = {
drivers/mmc/host/sdhci-of-arasan.c
755
static const struct clk_ops arasan_sampleclk_ops = {
drivers/mmc/host/sdhci-of-arasan.c
820
static const struct clk_ops zynqmp_sdcardclk_ops = {
drivers/mmc/host/sdhci-of-arasan.c
886
static const struct clk_ops zynqmp_sampleclk_ops = {
drivers/mmc/host/sdhci-of-arasan.c
953
static const struct clk_ops versal_sdcardclk_ops = {
drivers/net/ethernet/cadence/macb_main.c
5180
static const struct clk_ops fu540_c000_ops = {
drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c
121
const struct clk_ops *ops,
drivers/net/mdio/mdio-mux-meson-g12a.c
142
static const struct clk_ops g12a_ephy_pll_ops = {
drivers/net/phy/air_en8811h.c
1017
static const struct clk_ops an8811hb_clk_ops = {
drivers/net/phy/air_en8811h.c
1116
static const struct clk_ops en8811h_clk_ops = {
drivers/peci/controller/peci-aspeed.c
397
static const struct clk_ops clk_aspeed_peci_ops = {
drivers/phy/cadence/phy-cadence-sierra.c
747
static const struct clk_ops cdns_sierra_pll_mux_ops = {
drivers/phy/cadence/phy-cadence-sierra.c
850
static const struct clk_ops cdns_sierra_derived_refclk_ops = {
drivers/phy/cadence/phy-cadence-torrent.c
1849
static const struct clk_ops cdns_torrent_derived_refclk_ops = {
drivers/phy/cadence/phy-cadence-torrent.c
1932
static const struct clk_ops cdns_torrent_received_refclk_ops = {
drivers/phy/cadence/phy-cadence-torrent.c
2034
static const struct clk_ops cdns_torrent_refclk_driver_ops = {
drivers/phy/freescale/phy-fsl-samsung-hdmi.c
603
static const struct clk_ops phy_clk_ops = {
drivers/phy/mediatek/phy-mtk-hdmi-mt2701.c
169
static const struct clk_ops mtk_hdmi_phy_pll_ops = {
drivers/phy/mediatek/phy-mtk-hdmi-mt8173.c
222
static const struct clk_ops mtk_hdmi_phy_pll_ops = {
drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c
438
static const struct clk_ops mtk_hdmi_pll_ops = {
drivers/phy/mediatek/phy-mtk-hdmi.h
26
const struct clk_ops *hdmi_phy_clk_ops;
drivers/phy/mediatek/phy-mtk-mipi-dsi-mt8173.c
248
static const struct clk_ops mtk_mipi_tx_pll_ops = {
drivers/phy/mediatek/phy-mtk-mipi-dsi-mt8183.c
108
static const struct clk_ops mtk_mipi_tx_pll_ops = {
drivers/phy/mediatek/phy-mtk-mipi-dsi.h
21
const struct clk_ops *mipi_tx_clk_ops;
drivers/phy/phy-spacemit-k1-pcie.c
275
static const struct clk_ops k1_pcie_phy_pll_ops = {
drivers/phy/qualcomm/phy-qcom-edp.c
1200
static const struct clk_ops qcom_edp_dp_pixel_clk_ops = {
drivers/phy/qualcomm/phy-qcom-edp.c
1238
static const struct clk_ops qcom_edp_dp_link_clk_ops = {
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
4282
static const struct clk_ops qmp_dp_pixel_clk_ops = {
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
4319
static const struct clk_ops qmp_dp_link_clk_ops = {
drivers/phy/qualcomm/phy-qcom-qmp-usbc.c
1599
static const struct clk_ops qmp_dp_pixel_clk_ops = {
drivers/phy/qualcomm/phy-qcom-qmp-usbc.c
1634
static const struct clk_ops qmp_dp_link_clk_ops = {
drivers/phy/rockchip/phy-rockchip-inno-hdmi.c
1012
init.ops = inno->plat_data->clk_ops;
drivers/phy/rockchip/phy-rockchip-inno-hdmi.c
1281
.clk_ops = &inno_hdmi_phy_rk3228_clk_ops,
drivers/phy/rockchip/phy-rockchip-inno-hdmi.c
1287
.clk_ops = &inno_hdmi_phy_rk3328_clk_ops,
drivers/phy/rockchip/phy-rockchip-inno-hdmi.c
289
const struct clk_ops *clk_ops;
drivers/phy/rockchip/phy-rockchip-inno-hdmi.c
636
inno->plat_data->clk_ops->set_rate(&inno->hw, inno->pixclock, 24000000);
drivers/phy/rockchip/phy-rockchip-inno-hdmi.c
834
static const struct clk_ops inno_hdmi_phy_rk3228_clk_ops = {
drivers/phy/rockchip/phy-rockchip-inno-hdmi.c
989
static const struct clk_ops inno_hdmi_phy_rk3328_clk_ops = {
drivers/phy/rockchip/phy-rockchip-inno-usb2.c
368
static const struct clk_ops rockchip_usb2phy_clkout_ops = {
drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c
2366
static const struct clk_ops hdptx_phy_clk_ops = {
drivers/phy/rockchip/phy-rockchip-usb.c
129
static const struct clk_ops rockchip_usb_phy480m_ops = {
drivers/phy/st/phy-stm32-usbphyc.c
427
static const struct clk_ops usbphyc_clk48_ops = {
drivers/phy/ti/phy-am654-serdes.c
635
static const struct clk_ops serdes_am654_clk_mux_ops = {
drivers/phy/ti/phy-j721e-wiz.c
736
static const struct clk_ops wiz_phy_en_refclk_ops = {
drivers/phy/ti/phy-j721e-wiz.c
804
static const struct clk_ops wiz_clk_mux_ops = {
drivers/phy/ti/phy-j721e-wiz.c
960
static const struct clk_ops wiz_clk_div_ops = {
drivers/platform/x86/intel/int3472/clk_and_regulator.c
111
static const struct clk_ops skl_int3472_clock_ops = {
drivers/pmdomain/imx/imx8mp-blk-ctrl.c
142
static const struct clk_ops clk_hsio_pll_ops = {
drivers/pmdomain/mediatek/airoha-cpu-pmdomain.c
48
static const struct clk_ops airoha_cpu_pmdomain_clk_ops = {
drivers/pmdomain/mediatek/mtk-mfg-pmdomain.c
339
static const struct clk_ops mtk_mfg_clk_gpu_ops = {
drivers/pmdomain/mediatek/mtk-mfg-pmdomain.c
344
static const struct clk_ops mtk_mfg_clk_stack_ops = {
drivers/rtc/rtc-ac100.c
296
static const struct clk_ops ac100_clkout_ops = {
drivers/rtc/rtc-ds1307.c
1539
static const struct clk_ops ds3231_clk_sqw_ops = {
drivers/rtc/rtc-ds1307.c
1594
static const struct clk_ops ds3231_clk_32khz_ops = {
drivers/rtc/rtc-hym8563.c
366
static const struct clk_ops hym8563_clkout_ops = {
drivers/rtc/rtc-jz4740.c
333
static const struct clk_ops jz4740_rtc_clk32k_ops = {
drivers/rtc/rtc-m41t80.c
563
static const struct clk_ops m41t80_sqw_ops = {
drivers/rtc/rtc-max31335.c
555
static const struct clk_ops max31335_clkout_ops = {
drivers/rtc/rtc-nct3018y.c
449
static const struct clk_ops nct3018y_clkout_ops = {
drivers/rtc/rtc-pcf85063.c
489
static const struct clk_ops pcf85063_clkout_ops = {
drivers/rtc/rtc-pcf8563.c
416
static const struct clk_ops pcf8563_clkout_ops = {
drivers/rtc/rtc-rv3028.c
805
static const struct clk_ops rv3028_clkout_ops = {
drivers/rtc/rtc-rv3032.c
741
static const struct clk_ops rv3032_clkout_ops = {
drivers/rtc/rtc-sun6i.c
214
static const struct clk_ops sun6i_rtc_osc_ops = {
drivers/soc/qcom/qcom_aoss.c
296
static const struct clk_ops qmp_qdss_clk_ops = {
drivers/soc/tegra/pmc.c
2843
static const struct clk_ops pmc_clk_ops = {
drivers/soc/tegra/pmc.c
2904
static const struct clk_ops pmc_clk_gate_ops = {
drivers/spi/spi-meson-spicc.c
823
static const struct clk_ops meson_spicc_pow2_clk_ops = {
drivers/staging/media/deprecated/atmel/atmel-isc-clk.c
216
static const struct clk_ops isc_clk_ops = {
drivers/tty/serial/mvebu-uart.c
1291
static const struct clk_ops mvebu_uart_clock_ops = {
include/linux/clk-provider.h
1023
extern const struct clk_ops clk_mux_ops;
include/linux/clk-provider.h
1024
extern const struct clk_ops clk_mux_ro_ops;
include/linux/clk-provider.h
1148
extern const struct clk_ops clk_fixed_factor_ops;
include/linux/clk-provider.h
1286
extern const struct clk_ops clk_multiplier_ops;
include/linux/clk-provider.h
1301
struct clk_ops ops;
include/linux/clk-provider.h
1307
const struct clk_ops *mux_ops;
include/linux/clk-provider.h
1308
const struct clk_ops *rate_ops;
include/linux/clk-provider.h
1309
const struct clk_ops *gate_ops;
include/linux/clk-provider.h
1316
struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
include/linux/clk-provider.h
1317
struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
include/linux/clk-provider.h
1318
struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
include/linux/clk-provider.h
1322
struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
include/linux/clk-provider.h
1323
struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
include/linux/clk-provider.h
1324
struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
include/linux/clk-provider.h
1329
struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
include/linux/clk-provider.h
1330
struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
include/linux/clk-provider.h
1331
struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
include/linux/clk-provider.h
1336
struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
include/linux/clk-provider.h
1337
struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
include/linux/clk-provider.h
1338
struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
include/linux/clk-provider.h
1343
struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
include/linux/clk-provider.h
1344
struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
include/linux/clk-provider.h
1345
struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
include/linux/clk-provider.h
301
const struct clk_ops *ops;
include/linux/clk-provider.h
361
extern const struct clk_ops clk_fixed_rate_ops;
include/linux/clk-provider.h
540
extern const struct clk_ops clk_gate_ops;
include/linux/clk-provider.h
736
extern const struct clk_ops clk_divider_ops;
include/linux/clk-provider.h
737
extern const struct clk_ops clk_divider_ro_ops;
include/linux/soc/ti/ti_sci_protocol.h
570
struct ti_sci_clk_ops clk_ops;
sound/soc/codecs/da7219.c
2118
static const struct clk_ops da7219_dai_clk_ops[DA7219_DAI_NUM_CLKS] = {
sound/soc/codecs/lpass-rx-macro.c
3716
static const struct clk_ops swclk_gate_ops = {
sound/soc/codecs/lpass-tx-macro.c
2195
static const struct clk_ops swclk_gate_ops = {
sound/soc/codecs/lpass-va-macro.c
1389
static const struct clk_ops fsgen_gate_ops = {
sound/soc/codecs/lpass-wsa-macro.c
2630
static const struct clk_ops swclk_gate_ops = {
sound/soc/codecs/rt5682.c
2849
static const struct clk_ops rt5682_dai_clk_ops[RT5682_DAI_NUM_CLKS] = {
sound/soc/codecs/rt5682s.c
2771
static const struct clk_ops rt5682s_dai_clk_ops[RT5682S_DAI_NUM_CLKS] = {
sound/soc/codecs/tlv320aic32x4-clk.c
265
static const struct clk_ops aic32x4_pll_ops = {
sound/soc/codecs/tlv320aic32x4-clk.c
295
static const struct clk_ops aic32x4_codec_clkin_ops = {
sound/soc/codecs/tlv320aic32x4-clk.c
362
static const struct clk_ops aic32x4_div_ops = {
sound/soc/codecs/tlv320aic32x4-clk.c
388
static const struct clk_ops aic32x4_bdiv_ops = {
sound/soc/codecs/tlv320aic32x4-clk.c
43
const struct clk_ops *ops;
sound/soc/codecs/wcd934x.c
2124
static const struct clk_ops swclk_gate_ops = {
sound/soc/mediatek/mt8186/mt8186-audsys-clk.c
22
const struct clk_ops *ops;
sound/soc/mediatek/mt8188/mt8188-audsys-clk.c
23
const struct clk_ops *ops;
sound/soc/mediatek/mt8195/mt8195-audsys-clk.c
23
const struct clk_ops *ops;
sound/soc/qcom/qdsp6/q6dsp-lpass-clocks.c
103
static const struct clk_ops clk_vote_q6dsp_ops = {
sound/soc/qcom/qdsp6/q6dsp-lpass-clocks.c
78
static const struct clk_ops clk_q6dsp_ops = {
sound/soc/stm/stm32_i2s.c
531
static const struct clk_ops mclk_ops = {
sound/soc/stm/stm32_sai_sub.c
559
static const struct clk_ops mclk_ops = {