clk_ops           213 arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c static const struct clk_ops virt_prcm_set_ops = {
clk_ops            49 arch/arm/mach-sa1100/clock.c static const struct clk_ops clk_gpio27_ops = {
clk_ops            77 arch/arm/mach-sa1100/clock.c static const struct clk_ops clk_mpll_ops = {
clk_ops           524 arch/arm/mach-vexpress/spc.c static struct clk_ops clk_spc_ops = {
clk_ops            34 arch/m68k/coldfire/clk.c 	clk->clk_ops->enable(clk);
clk_ops            40 arch/m68k/coldfire/clk.c 	clk->clk_ops->disable(clk);
clk_ops            53 arch/m68k/coldfire/clk.c struct clk_ops clk_ops0 = {
clk_ops            69 arch/m68k/coldfire/clk.c struct clk_ops clk_ops1 = {
clk_ops            94 arch/m68k/coldfire/clk.c 	if ((clk->enabled++ == 0) && clk->clk_ops)
clk_ops            95 arch/m68k/coldfire/clk.c 		clk->clk_ops->enable(clk);
clk_ops           110 arch/m68k/coldfire/clk.c 	if ((--clk->enabled == 0) && clk->clk_ops)
clk_ops           111 arch/m68k/coldfire/clk.c 		clk->clk_ops->disable(clk);
clk_ops            19 arch/m68k/include/asm/mcfclk.h 	struct clk_ops *clk_ops;
clk_ops            28 arch/m68k/include/asm/mcfclk.h extern struct clk_ops clk_ops0;
clk_ops            30 arch/m68k/include/asm/mcfclk.h extern struct clk_ops clk_ops1;
clk_ops            36 arch/m68k/include/asm/mcfclk.h 	.clk_ops = &clk_ops##clk_bank, \
clk_ops           146 arch/mips/alchemy/common/clock.c static const struct clk_ops alchemy_clkops_cpu = {
clk_ops           227 arch/mips/alchemy/common/clock.c static const struct clk_ops alchemy_clkops_aux = {
clk_ops           579 arch/mips/alchemy/common/clock.c static const struct clk_ops alchemy_clkops_fgenv1 = {
clk_ops           720 arch/mips/alchemy/common/clock.c static const struct clk_ops alchemy_clkops_fgenv2 = {
clk_ops           928 arch/mips/alchemy/common/clock.c static const struct clk_ops alchemy_clkops_csrc = {
clk_ops            28 arch/mips/include/asm/clock.h 	struct clk_ops *ops;
clk_ops           144 drivers/clk/actions/owl-composite.c const struct clk_ops owl_comp_div_ops = {
clk_ops           161 drivers/clk/actions/owl-composite.c const struct clk_ops owl_comp_fact_ops = {
clk_ops           177 drivers/clk/actions/owl-composite.c const struct clk_ops owl_comp_fix_fact_ops = {
clk_ops           190 drivers/clk/actions/owl-composite.c const struct clk_ops owl_comp_pass_ops = {
clk_ops            32 drivers/clk/actions/owl-composite.h 	const struct clk_ops	*fix_fact_ops;
clk_ops           118 drivers/clk/actions/owl-composite.h extern const struct clk_ops owl_comp_div_ops;
clk_ops           119 drivers/clk/actions/owl-composite.h extern const struct clk_ops owl_comp_fact_ops;
clk_ops           120 drivers/clk/actions/owl-composite.h extern const struct clk_ops owl_comp_fix_fact_ops;
clk_ops           121 drivers/clk/actions/owl-composite.h extern const struct clk_ops owl_comp_pass_ops;
clk_ops           122 drivers/clk/actions/owl-composite.h extern const struct clk_ops clk_fixed_factor_ops;
clk_ops            90 drivers/clk/actions/owl-divider.c const struct clk_ops owl_divider_ops = {
clk_ops            73 drivers/clk/actions/owl-divider.h extern const struct clk_ops owl_divider_ops;
clk_ops           217 drivers/clk/actions/owl-factor.c const struct clk_ops owl_factor_ops = {
clk_ops            81 drivers/clk/actions/owl-factor.h extern const struct clk_ops owl_factor_ops;
clk_ops            26 drivers/clk/actions/owl-fixed-factor.h extern const struct clk_ops clk_fixed_factor_ops;
clk_ops            73 drivers/clk/actions/owl-gate.c const struct clk_ops owl_gate_ops = {
clk_ops            71 drivers/clk/actions/owl-gate.h extern const struct clk_ops owl_gate_ops;
clk_ops            56 drivers/clk/actions/owl-mux.c const struct clk_ops owl_mux_ops = {
clk_ops            59 drivers/clk/actions/owl-mux.h extern const struct clk_ops owl_mux_ops;
clk_ops           187 drivers/clk/actions/owl-pll.c const struct clk_ops owl_pll_ops = {
clk_ops           108 drivers/clk/actions/owl-pll.h extern const struct clk_ops owl_pll_ops;
clk_ops           427 drivers/clk/at91/clk-audio-pll.c static const struct clk_ops audio_pll_frac_ops = {
clk_ops           435 drivers/clk/at91/clk-audio-pll.c static const struct clk_ops audio_pll_pad_ops = {
clk_ops           443 drivers/clk/at91/clk-audio-pll.c static const struct clk_ops audio_pll_pmc_ops = {
clk_ops           235 drivers/clk/at91/clk-generated.c static const struct clk_ops generated_ops = {
clk_ops            78 drivers/clk/at91/clk-h32mx.c static const struct clk_ops h32mx_ops = {
clk_ops            45 drivers/clk/at91/clk-i2s-mux.c static const struct clk_ops clk_i2s_mux_ops = {
clk_ops           123 drivers/clk/at91/clk-main.c static const struct clk_ops main_osc_ops = {
clk_ops           243 drivers/clk/at91/clk-main.c static const struct clk_ops main_rc_osc_ops = {
clk_ops           350 drivers/clk/at91/clk-main.c static const struct clk_ops rm9200_main_ops = {
clk_ops           463 drivers/clk/at91/clk-main.c static const struct clk_ops sam9x5_main_ops = {
clk_ops            99 drivers/clk/at91/clk-master.c static const struct clk_ops master_ops = {
clk_ops            90 drivers/clk/at91/clk-peripheral.c static const struct clk_ops peripheral_ops = {
clk_ops           314 drivers/clk/at91/clk-peripheral.c static const struct clk_ops sam9x5_peripheral_ops = {
clk_ops           263 drivers/clk/at91/clk-pll.c static const struct clk_ops pll_ops = {
clk_ops            67 drivers/clk/at91/clk-plldiv.c static const struct clk_ops plldiv_ops = {
clk_ops           173 drivers/clk/at91/clk-programmable.c static const struct clk_ops programmable_ops = {
clk_ops           276 drivers/clk/at91/clk-sam9x60-pll.c static const struct clk_ops pll_ops = {
clk_ops            34 drivers/clk/at91/clk-slow.c static const struct clk_ops sam9260_slow_ops = {
clk_ops            99 drivers/clk/at91/clk-smd.c static const struct clk_ops at91sam9x5_smd_ops = {
clk_ops            80 drivers/clk/at91/clk-system.c static const struct clk_ops system_ops = {
clk_ops           150 drivers/clk/at91/clk-usb.c static const struct clk_ops at91sam9x5_usb_ops = {
clk_ops           185 drivers/clk/at91/clk-usb.c static const struct clk_ops at91sam9n12_usb_ops = {
clk_ops           356 drivers/clk/at91/clk-usb.c static const struct clk_ops at91rm9200_usb_ops = {
clk_ops           116 drivers/clk/at91/clk-utmi.c static const struct clk_ops utmi_ops = {
clk_ops           111 drivers/clk/at91/sckc.c static const struct clk_ops slow_osc_ops = {
clk_ops           216 drivers/clk/at91/sckc.c static const struct clk_ops slow_rc_osc_ops = {
clk_ops           312 drivers/clk/at91/sckc.c static const struct clk_ops sam9x5_slow_ops = {
clk_ops           561 drivers/clk/at91/sckc.c static const struct clk_ops sama5d4_slow_osc_ops = {
clk_ops           160 drivers/clk/axs10x/i2s_pll_clock.c static const struct clk_ops i2s_pll_ops = {
clk_ops           213 drivers/clk/axs10x/pll_clock.c static const struct clk_ops axs10x_pll_ops = {
clk_ops           760 drivers/clk/bcm/clk-bcm2835.c static const struct clk_ops bcm2835_pll_clk_ops = {
clk_ops           881 drivers/clk/bcm/clk-bcm2835.c static const struct clk_ops bcm2835_pll_divider_clk_ops = {
clk_ops          1267 drivers/clk/bcm/clk-bcm2835.c static const struct clk_ops bcm2835_clock_clk_ops = {
clk_ops          1288 drivers/clk/bcm/clk-bcm2835.c static const struct clk_ops bcm2835_vpu_clock_clk_ops = {
clk_ops            92 drivers/clk/bcm/clk-bcm53573-ilp.c static const struct clk_ops bcm53573_ilp_clk_ops = {
clk_ops           240 drivers/clk/bcm/clk-iproc-armpll.c static const struct clk_ops iproc_arm_pll_ops = {
clk_ops           177 drivers/clk/bcm/clk-iproc-asiu.c static const struct clk_ops iproc_asiu_ops = {
clk_ops           577 drivers/clk/bcm/clk-iproc-pll.c static const struct clk_ops iproc_pll_ops = {
clk_ops           699 drivers/clk/bcm/clk-iproc-pll.c static const struct clk_ops iproc_clk_ops = {
clk_ops          1182 drivers/clk/bcm/clk-kona.c struct clk_ops kona_peri_clk_ops = {
clk_ops           498 drivers/clk/bcm/clk-kona.h extern struct clk_ops kona_peri_clk_ops;
clk_ops           169 drivers/clk/bcm/clk-raspberrypi.c static const struct clk_ops raspberrypi_firmware_pll_clk_ops = {
clk_ops           173 drivers/clk/berlin/berlin2-avpll.c static const struct clk_ops berlin2_avpll_vco_ops = {
clk_ops           340 drivers/clk/berlin/berlin2-avpll.c static const struct clk_ops berlin2_avpll_channel_ops = {
clk_ops           212 drivers/clk/berlin/berlin2-div.c static const struct clk_ops berlin2_div_rate_ops = {
clk_ops           216 drivers/clk/berlin/berlin2-div.c static const struct clk_ops berlin2_div_gate_ops = {
clk_ops           222 drivers/clk/berlin/berlin2-div.c static const struct clk_ops berlin2_div_mux_ops = {
clk_ops           233 drivers/clk/berlin/berlin2-div.c 	const struct clk_ops *mux_ops = &berlin2_div_mux_ops;
clk_ops           234 drivers/clk/berlin/berlin2-div.c 	const struct clk_ops *rate_ops = &berlin2_div_rate_ops;
clk_ops           235 drivers/clk/berlin/berlin2-div.c 	const struct clk_ops *gate_ops = &berlin2_div_gate_ops;
clk_ops            72 drivers/clk/berlin/berlin2-pll.c static const struct clk_ops berlin2_pll_ops = {
clk_ops           263 drivers/clk/clk-aspeed.c static const struct clk_ops aspeed_clk_gate_ops = {
clk_ops           306 drivers/clk/clk-ast2600.c static const struct clk_ops aspeed_g6_clk_gate_ops = {
clk_ops           390 drivers/clk/clk-axi-clkgen.c static const struct clk_ops axi_clkgen_ops = {
clk_ops            64 drivers/clk/clk-axm5516.c static const struct clk_ops axxia_pllclk_ops = {
clk_ops            99 drivers/clk/clk-axm5516.c static const struct clk_ops axxia_divclk_ops = {
clk_ops           133 drivers/clk/clk-axm5516.c static const struct clk_ops axxia_clkmux_ops = {
clk_ops            60 drivers/clk/clk-bd718x7.c static const struct clk_ops bd71837_clk_ops = {
clk_ops           157 drivers/clk/clk-cdce706.c static const struct clk_ops cdce706_clkin_ops = {
clk_ops           251 drivers/clk/clk-cdce706.c static const struct clk_ops cdce706_pll_ops = {
clk_ops           373 drivers/clk/clk-cdce706.c static const struct clk_ops cdce706_divider_ops = {
clk_ops           436 drivers/clk/clk-cdce706.c static const struct clk_ops cdce706_clkout_ops = {
clk_ops           280 drivers/clk/clk-cdce925.c static const struct clk_ops cdce925_pll_ops = {
clk_ops           465 drivers/clk/clk-cdce925.c static const struct clk_ops cdce925_clk_ops = {
clk_ops           512 drivers/clk/clk-cdce925.c static const struct clk_ops cdce925_clk_y1_ops = {
clk_ops            13 drivers/clk/clk-composite.c 	const struct clk_ops *mux_ops = composite->mux_ops;
clk_ops            24 drivers/clk/clk-composite.c 	const struct clk_ops *mux_ops = composite->mux_ops;
clk_ops            36 drivers/clk/clk-composite.c 	const struct clk_ops *rate_ops = composite->rate_ops;
clk_ops            48 drivers/clk/clk-composite.c 	const struct clk_ops *rate_ops = composite->rate_ops;
clk_ops            49 drivers/clk/clk-composite.c 	const struct clk_ops *mux_ops = composite->mux_ops;
clk_ops           122 drivers/clk/clk-composite.c 	const struct clk_ops *rate_ops = composite->rate_ops;
clk_ops           134 drivers/clk/clk-composite.c 	const struct clk_ops *rate_ops = composite->rate_ops;
clk_ops           148 drivers/clk/clk-composite.c 	const struct clk_ops *rate_ops = composite->rate_ops;
clk_ops           149 drivers/clk/clk-composite.c 	const struct clk_ops *mux_ops = composite->mux_ops;
clk_ops           172 drivers/clk/clk-composite.c 	const struct clk_ops *gate_ops = composite->gate_ops;
clk_ops           183 drivers/clk/clk-composite.c 	const struct clk_ops *gate_ops = composite->gate_ops;
clk_ops           194 drivers/clk/clk-composite.c 	const struct clk_ops *gate_ops = composite->gate_ops;
clk_ops           204 drivers/clk/clk-composite.c 			struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
clk_ops           205 drivers/clk/clk-composite.c 			struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
clk_ops           206 drivers/clk/clk-composite.c 			struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
clk_ops           212 drivers/clk/clk-composite.c 	struct clk_ops *clk_composite_ops;
clk_ops           317 drivers/clk/clk-composite.c 			struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
clk_ops           318 drivers/clk/clk-composite.c 			struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
clk_ops           319 drivers/clk/clk-composite.c 			struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
clk_ops           387 drivers/clk/clk-cs2000-cp.c static const struct clk_ops cs2000_ops = {
clk_ops           453 drivers/clk/clk-divider.c const struct clk_ops clk_divider_ops = {
clk_ops           460 drivers/clk/clk-divider.c const struct clk_ops clk_divider_ro_ops = {
clk_ops            60 drivers/clk/clk-fixed-factor.c const struct clk_ops clk_fixed_factor_ops = {
clk_ops            39 drivers/clk/clk-fixed-rate.c const struct clk_ops clk_fixed_rate_ops = {
clk_ops           148 drivers/clk/clk-fractional-divider.c const struct clk_ops clk_fractional_divider_ops = {
clk_ops           119 drivers/clk/clk-gate.c const struct clk_ops clk_gate_ops = {
clk_ops           182 drivers/clk/clk-gemini.c static const struct clk_ops gemini_pci_clk_ops = {
clk_ops            54 drivers/clk/clk-gpio.c const struct clk_ops clk_gpio_gate_ops = {
clk_ops            84 drivers/clk/clk-gpio.c static const struct clk_ops clk_sleeping_gpio_gate_ops = {
clk_ops           114 drivers/clk/clk-gpio.c const struct clk_ops clk_gpio_mux_ops = {
clk_ops           123 drivers/clk/clk-gpio.c 		unsigned long flags, const struct clk_ops *clk_gpio_ops)
clk_ops           176 drivers/clk/clk-gpio.c 	const struct clk_ops *ops;
clk_ops            67 drivers/clk/clk-hi655x.c static const struct clk_ops hi655x_clk_ops = {
clk_ops           183 drivers/clk/clk-highbank.c static const struct clk_ops clk_pll_ops = {
clk_ops           201 drivers/clk/clk-highbank.c static const struct clk_ops a9periphclk_ops = {
clk_ops           214 drivers/clk/clk-highbank.c static const struct clk_ops a9bclk_ops = {
clk_ops           257 drivers/clk/clk-highbank.c static const struct clk_ops periclk_ops = {
clk_ops           263 drivers/clk/clk-highbank.c static void __init hb_clk_init(struct device_node *node, const struct clk_ops *ops, unsigned long clkflags)
clk_ops           293 drivers/clk/clk-hsdk-pll.c static const struct clk_ops hsdk_pll_ops = {
clk_ops           209 drivers/clk/clk-lochnagar.c static const struct clk_ops lochnagar_clk_ops = {
clk_ops           140 drivers/clk/clk-max77686.c static const struct clk_ops max77686_clk_ops = {
clk_ops           205 drivers/clk/clk-max9485.c 	const struct clk_ops ops;
clk_ops           319 drivers/clk/clk-milbeaut.c static const struct clk_ops m10v_mux_ops = {
clk_ops           451 drivers/clk/clk-milbeaut.c static const struct clk_ops m10v_clk_divider_ops = {
clk_ops           151 drivers/clk/clk-multiplier.c const struct clk_ops clk_multiplier_ops = {
clk_ops           136 drivers/clk/clk-mux.c const struct clk_ops clk_mux_ops = {
clk_ops           143 drivers/clk/clk-mux.c const struct clk_ops clk_mux_ro_ops = {
clk_ops           249 drivers/clk/clk-nomadik.c static const struct clk_ops pll_clk_ops = {
clk_ops           341 drivers/clk/clk-nomadik.c static const struct clk_ops src_clk_ops = {
clk_ops            64 drivers/clk/clk-npcm7xx.c static const struct clk_ops npcm7xx_clk_pll_ops = {
clk_ops            75 drivers/clk/clk-oxnas.c static const struct clk_ops oxnas_clk_gate_ops = {
clk_ops           118 drivers/clk/clk-palmas.c static const struct clk_ops palmas_clks_ops = {
clk_ops            60 drivers/clk/clk-pwm.c static const struct clk_ops clk_pwm_ops = {
clk_ops           817 drivers/clk/clk-qoriq.c static const struct clk_ops cmux_ops = {
clk_ops           826 drivers/clk/clk-qoriq.c static const struct clk_ops hwaccel_ops = {
clk_ops           847 drivers/clk/clk-qoriq.c 					     const struct clk_ops *ops,
clk_ops            66 drivers/clk/clk-rk808.c static const struct clk_ops rk808_clkout1_ops = {
clk_ops            70 drivers/clk/clk-rk808.c static const struct clk_ops rk808_clkout2_ops = {
clk_ops           129 drivers/clk/clk-rk808.c static const struct clk_ops rk817_clkout2_ops = {
clk_ops           136 drivers/clk/clk-rk808.c static const struct clk_ops *rkpmic_get_ops(long variant)
clk_ops            74 drivers/clk/clk-s2mps11.c static const struct clk_ops s2mps11_clk_ops = {
clk_ops            32 drivers/clk/clk-scmi.c 	ret = clk->handle->clk_ops->rate_get(clk->handle, clk->id, &rate);
clk_ops            72 drivers/clk/clk-scmi.c 	return clk->handle->clk_ops->rate_set(clk->handle, clk->id, rate);
clk_ops            79 drivers/clk/clk-scmi.c 	return clk->handle->clk_ops->enable(clk->handle, clk->id);
clk_ops            86 drivers/clk/clk-scmi.c 	clk->handle->clk_ops->disable(clk->handle, clk->id);
clk_ops            89 drivers/clk/clk-scmi.c static const struct clk_ops scmi_clk_ops = {
clk_ops           130 drivers/clk/clk-scmi.c 	if (!handle || !handle->clk_ops)
clk_ops           133 drivers/clk/clk-scmi.c 	count = handle->clk_ops->count_get(handle);
clk_ops           154 drivers/clk/clk-scmi.c 		sclk->info = handle->clk_ops->info_get(handle, idx);
clk_ops            56 drivers/clk/clk-scpi.c static const struct clk_ops scpi_clk_ops = {
clk_ops           126 drivers/clk/clk-scpi.c static const struct clk_ops scpi_dvfs_ops = {
clk_ops           287 drivers/clk/clk-si514.c static const struct clk_ops si514_clk_ops = {
clk_ops           393 drivers/clk/clk-si5341.c static const struct clk_ops si5341_clk_ops = {
clk_ops           573 drivers/clk/clk-si5341.c static const struct clk_ops si5341_synth_clk_ops = {
clk_ops           754 drivers/clk/clk-si5341.c static const struct clk_ops si5341_output_clk_ops = {
clk_ops           235 drivers/clk/clk-si5351.c static const struct clk_ops si5351_xtal_ops = {
clk_ops           296 drivers/clk/clk-si5351.c static const struct clk_ops si5351_clkin_ops = {
clk_ops           332 drivers/clk/clk-si5351.c static const struct clk_ops si5351_vxco_ops = {
clk_ops           532 drivers/clk/clk-si5351.c static const struct clk_ops si5351_pll_ops = {
clk_ops           788 drivers/clk/clk-si5351.c static const struct clk_ops si5351_msynth_ops = {
clk_ops          1132 drivers/clk/clk-si5351.c static const struct clk_ops si5351_clkout_ops = {
clk_ops           426 drivers/clk/clk-si544.c static const struct clk_ops si544_clk_ops = {
clk_ops           360 drivers/clk/clk-si570.c static const struct clk_ops si570_clk_ops = {
clk_ops           460 drivers/clk/clk-stm32f4.c static const struct clk_ops clk_apb_mul_factor_ops = {
clk_ops           690 drivers/clk/clk-stm32f4.c static const struct clk_ops stm32f4_pll_gate_ops = {
clk_ops           739 drivers/clk/clk-stm32f4.c static const struct clk_ops stm32f4_pll_div_ops = {
clk_ops           955 drivers/clk/clk-stm32f4.c static const struct clk_ops rgclk_ops = {
clk_ops          1025 drivers/clk/clk-stm32f4.c static const struct clk_ops cclk_gate_ops = {
clk_ops          1051 drivers/clk/clk-stm32f4.c static const struct clk_ops cclk_mux_ops = {
clk_ops          1636 drivers/clk/clk-stm32f4.c 	const struct clk_ops *mux_ops = NULL, *gate_ops = NULL;
clk_ops           209 drivers/clk/clk-stm32h7.c static const struct clk_ops ready_gate_clk_ops = {
clk_ops           274 drivers/clk/clk-stm32h7.c 	const struct clk_ops *ops;
clk_ops           354 drivers/clk/clk-stm32h7.c 	const struct clk_ops *mux_ops;
clk_ops           355 drivers/clk/clk-stm32h7.c 	const struct clk_ops *div_ops;
clk_ops           356 drivers/clk/clk-stm32h7.c 	const struct clk_ops *gate_ops;
clk_ops           366 drivers/clk/clk-stm32h7.c 	const struct clk_ops *mux_ops, *div_ops, *gate_ops;
clk_ops           455 drivers/clk/clk-stm32h7.c static const struct clk_ops timer_ker_ops = {
clk_ops           775 drivers/clk/clk-stm32h7.c static const struct clk_ops pll_ops = {
clk_ops           876 drivers/clk/clk-stm32h7.c static const struct clk_ops odf_divider_ops = {
clk_ops           927 drivers/clk/clk-stm32h7.c static const struct clk_ops odf_gate_ops = {
clk_ops           358 drivers/clk/clk-stm32mp1.c 	const struct clk_ops	*ops;
clk_ops           363 drivers/clk/clk-stm32mp1.c 	const struct clk_ops	*ops;
clk_ops           369 drivers/clk/clk-stm32mp1.c 	const struct clk_ops	*ops;
clk_ops           466 drivers/clk/clk-stm32mp1.c static const struct clk_ops mp1_gate_clk_ops = {
clk_ops           615 drivers/clk/clk-stm32mp1.c 	const struct clk_ops *mux_ops, *div_ops, *gate_ops;
clk_ops           688 drivers/clk/clk-stm32mp1.c static const struct clk_ops mp1_mgate_clk_ops = {
clk_ops           722 drivers/clk/clk-stm32mp1.c static const struct clk_ops clk_mmux_ops = {
clk_ops           859 drivers/clk/clk-stm32mp1.c static const struct clk_ops pll_ops = {
clk_ops           989 drivers/clk/clk-stm32mp1.c static const struct clk_ops timer_ker_ops = {
clk_ops           113 drivers/clk/clk-twl6040.c static const struct clk_ops twl6040_pdmclk_ops = {
clk_ops           681 drivers/clk/clk-u300.c static const struct clk_ops syscon_clk_ops = {
clk_ops          1108 drivers/clk/clk-u300.c static const struct clk_ops mclk_ops = {
clk_ops           265 drivers/clk/clk-versaclock5.c static const struct clk_ops vc5_mux_ops = {
clk_ops           312 drivers/clk/clk-versaclock5.c static const struct clk_ops vc5_dbl_ops = {
clk_ops           392 drivers/clk/clk-versaclock5.c static const struct clk_ops vc5_pfd_ops = {
clk_ops           462 drivers/clk/clk-versaclock5.c static const struct clk_ops vc5_pll_ops = {
clk_ops           559 drivers/clk/clk-versaclock5.c static const struct clk_ops vc5_fod_ops = {
clk_ops           657 drivers/clk/clk-versaclock5.c static const struct clk_ops vc5_clk_out_ops = {
clk_ops           198 drivers/clk/clk-vt8500.c static const struct clk_ops vt8500_gated_clk_ops = {
clk_ops           204 drivers/clk/clk-vt8500.c static const struct clk_ops vt8500_divisor_clk_ops = {
clk_ops           210 drivers/clk/clk-vt8500.c static const struct clk_ops vt8500_gated_divisor_clk_ops = {
clk_ops           667 drivers/clk/clk-vt8500.c static const struct clk_ops vtwm_pll_ops = {
clk_ops            45 drivers/clk/clk-wm831x.c static const struct clk_ops wm831x_xtal_ops = {
clk_ops           213 drivers/clk/clk-wm831x.c static const struct clk_ops wm831x_fll_ops = {
clk_ops           328 drivers/clk/clk-wm831x.c static const struct clk_ops wm831x_clkout_ops = {
clk_ops           118 drivers/clk/clk-xgene.c static const struct clk_ops xgene_clk_pll_ops = {
clk_ops           334 drivers/clk/clk-xgene.c static const struct clk_ops xgene_clk_pmd_ops = {
clk_ops           616 drivers/clk/clk-xgene.c static const struct clk_ops xgene_clk_ops = {
clk_ops            58 drivers/clk/clk.c 	const struct clk_ops	*ops;
clk_ops          3857 drivers/clk/clk.c static const struct clk_ops clk_nodrv_ops = {
clk_ops            73 drivers/clk/davinci/da8xx-cfgchip.c static const struct clk_ops da8xx_cfgchip_gate_clk_ops = {
clk_ops            79 drivers/clk/davinci/da8xx-cfgchip.c static const struct clk_ops da8xx_cfgchip_div4p5_clk_ops = {
clk_ops           231 drivers/clk/davinci/da8xx-cfgchip.c static const struct clk_ops da8xx_cfgchip_mux_clk_ops = {
clk_ops           489 drivers/clk/davinci/da8xx-cfgchip.c static const struct clk_ops da8xx_usb0_clk48_ops = {
clk_ops           567 drivers/clk/davinci/da8xx-cfgchip.c static const struct clk_ops da8xx_usb1_clk48_ops = {
clk_ops           199 drivers/clk/davinci/pll.c static const struct clk_ops davinci_pll_ops = {
clk_ops           220 drivers/clk/davinci/pll.c static const struct clk_ops dm365_pll_ops = {
clk_ops           242 drivers/clk/davinci/pll.c 	const struct clk_ops *divider_ops = &clk_divider_ops;
clk_ops           296 drivers/clk/davinci/pll.c static const struct clk_ops davinci_pllen_ops = {
clk_ops           681 drivers/clk/davinci/pll.c 	const struct clk_ops *divider_ops = &clk_divider_ops;
clk_ops           171 drivers/clk/davinci/psc.c static const struct clk_ops davinci_lpsc_clk_ops = {
clk_ops            80 drivers/clk/h8300/clk-h8s2678.c static const struct clk_ops pll_ops = {
clk_ops           404 drivers/clk/hisilicon/clk-hi3620.c static const struct clk_ops clk_mmc_ops = {
clk_ops            98 drivers/clk/hisilicon/clk-hi3660-stub.c static const struct clk_ops hi3660_stub_clk_ops = {
clk_ops           187 drivers/clk/hisilicon/clk-hi6220-stub.c static const struct clk_ops hi6220_stub_clk_ops = {
clk_ops            88 drivers/clk/hisilicon/clk-hisi-phase.c static const struct clk_ops clk_phase_ops = {
clk_ops           208 drivers/clk/hisilicon/clk-hix5hd2.c static const struct clk_ops clk_ether_ops = {
clk_ops           247 drivers/clk/hisilicon/clk-hix5hd2.c static const struct clk_ops clk_complex_ops = {
clk_ops            94 drivers/clk/hisilicon/clkdivider-hi6220.c static const struct clk_ops hi6220_clkdiv_ops = {
clk_ops            77 drivers/clk/hisilicon/clkgate-separated.c static const struct clk_ops clkgate_separated_ops = {
clk_ops            28 drivers/clk/imx/clk-busy.c 	const struct clk_ops *div_ops;
clk_ops            69 drivers/clk/imx/clk-busy.c static const struct clk_ops clk_busy_divider_ops = {
clk_ops           118 drivers/clk/imx/clk-busy.c 	const struct clk_ops *mux_ops;
clk_ops           149 drivers/clk/imx/clk-busy.c static const struct clk_ops clk_busy_mux_ops = {
clk_ops           120 drivers/clk/imx/clk-composite-8m.c static const struct clk_ops imx8m_clk_composite_divider_ops = {
clk_ops            66 drivers/clk/imx/clk-cpu.c static const struct clk_ops clk_cpu_ops = {
clk_ops           155 drivers/clk/imx/clk-divider-gate.c static const struct clk_ops clk_divider_gate_ro_ops = {
clk_ops           160 drivers/clk/imx/clk-divider-gate.c static const struct clk_ops clk_divider_gate_ops = {
clk_ops            25 drivers/clk/imx/clk-fixup-div.c 	const struct clk_ops *ops;
clk_ops            82 drivers/clk/imx/clk-fixup-div.c static const struct clk_ops clk_fixup_div_ops = {
clk_ops            23 drivers/clk/imx/clk-fixup-mux.c 	const struct clk_ops *ops;
clk_ops            61 drivers/clk/imx/clk-fixup-mux.c static const struct clk_ops clk_fixup_mux_ops = {
clk_ops           195 drivers/clk/imx/clk-frac-pll.c static const struct clk_ops clk_frac_pll_ops = {
clk_ops            52 drivers/clk/imx/clk-gate-exclusive.c static const struct clk_ops clk_gate_exclusive_ops = {
clk_ops           118 drivers/clk/imx/clk-gate2.c static const struct clk_ops clk_gate2_ops = {
clk_ops            78 drivers/clk/imx/clk-lpcg-scu.c static const struct clk_ops clk_lpcg_scu_ops = {
clk_ops           115 drivers/clk/imx/clk-pfd.c static const struct clk_ops clk_pfd_ops = {
clk_ops           160 drivers/clk/imx/clk-pfdv2.c static const struct clk_ops clk_pfdv2_ops = {
clk_ops           318 drivers/clk/imx/clk-pll14xx.c static const struct clk_ops clk_pll1416x_ops = {
clk_ops           327 drivers/clk/imx/clk-pll14xx.c static const struct clk_ops clk_pll1416x_min_ops = {
clk_ops           331 drivers/clk/imx/clk-pll14xx.c static const struct clk_ops clk_pll1443x_ops = {
clk_ops           110 drivers/clk/imx/clk-pllv1.c static const struct clk_ops clk_pllv1_ops = {
clk_ops           234 drivers/clk/imx/clk-pllv2.c static const struct clk_ops clk_pllv2_ops = {
clk_ops           152 drivers/clk/imx/clk-pllv3.c static const struct clk_ops clk_pllv3_ops = {
clk_ops           207 drivers/clk/imx/clk-pllv3.c static const struct clk_ops clk_pllv3_sys_ops = {
clk_ops           296 drivers/clk/imx/clk-pllv3.c static const struct clk_ops clk_pllv3_av_ops = {
clk_ops           389 drivers/clk/imx/clk-pllv3.c static const struct clk_ops clk_pllv3_vf610_ops = {
clk_ops           406 drivers/clk/imx/clk-pllv3.c static const struct clk_ops clk_pllv3_enet_ops = {
clk_ops           418 drivers/clk/imx/clk-pllv3.c 	const struct clk_ops *ops;
clk_ops           200 drivers/clk/imx/clk-pllv4.c static const struct clk_ops clk_pllv4_ops = {
clk_ops            88 drivers/clk/imx/clk-sccg-pll.c 	const struct clk_ops  ops;
clk_ops           498 drivers/clk/imx/clk-sccg-pll.c static const struct clk_ops clk_sccg_pll_ops = {
clk_ops           329 drivers/clk/imx/clk-scu.c static const struct clk_ops clk_scu_ops = {
clk_ops           339 drivers/clk/imx/clk-scu.c static const struct clk_ops clk_scu_cpu_ops = {
clk_ops           272 drivers/clk/ingenic/cgu.c static const struct clk_ops ingenic_pll_ops = {
clk_ops           579 drivers/clk/ingenic/cgu.c static const struct clk_ops ingenic_clk_ops = {
clk_ops           675 drivers/clk/ingenic/cgu.c 		clk_init.ops = clk_info->custom.clk_ops;
clk_ops           124 drivers/clk/ingenic/cgu.h 	const struct clk_ops *clk_ops;
clk_ops            77 drivers/clk/ingenic/jz4770-cgu.c static const struct clk_ops jz4770_uhc_phy_ops = {
clk_ops           199 drivers/clk/ingenic/jz4780-cgu.c static const struct clk_ops jz4780_otg_phy_ops = {
clk_ops           221 drivers/clk/ingenic/tcu.c static const struct clk_ops ingenic_tcu_clk_ops = {
clk_ops           147 drivers/clk/keystone/gate.c static const struct clk_ops clk_psc_ops = {
clk_ops           116 drivers/clk/keystone/pll.c static const struct clk_ops clk_pll_ops = {
clk_ops           257 drivers/clk/keystone/sci-clk.c static const struct clk_ops sci_clk_ops = {
clk_ops           651 drivers/clk/keystone/sci-clk.c 	provider->ops = &handle->ops.clk_ops;
clk_ops            32 drivers/clk/loongson1/clk-loongson1b.c static const struct clk_ops ls1x_pll_clk_ops = {
clk_ops            31 drivers/clk/loongson1/clk-loongson1c.c static const struct clk_ops ls1x_pll_clk_ops = {
clk_ops            14 drivers/clk/loongson1/clk.c 					  const struct clk_ops *ops,
clk_ops            12 drivers/clk/loongson1/clk.h 				   const struct clk_ops *ops,
clk_ops            66 drivers/clk/mediatek/clk-apmixed.c static const struct clk_ops mtk_ref2usb_tx_ops = {
clk_ops            43 drivers/clk/mediatek/clk-cpumux.c static const struct clk_ops clk_cpumux_ops = {
clk_ops           120 drivers/clk/mediatek/clk-gate.c const struct clk_ops mtk_clk_gate_ops_setclr = {
clk_ops           126 drivers/clk/mediatek/clk-gate.c const struct clk_ops mtk_clk_gate_ops_setclr_inv = {
clk_ops           132 drivers/clk/mediatek/clk-gate.c const struct clk_ops mtk_clk_gate_ops_no_setclr = {
clk_ops           138 drivers/clk/mediatek/clk-gate.c const struct clk_ops mtk_clk_gate_ops_no_setclr_inv = {
clk_ops           152 drivers/clk/mediatek/clk-gate.c 		const struct clk_ops *ops,
clk_ops            29 drivers/clk/mediatek/clk-gate.h extern const struct clk_ops mtk_clk_gate_ops_setclr;
clk_ops            30 drivers/clk/mediatek/clk-gate.h extern const struct clk_ops mtk_clk_gate_ops_setclr_inv;
clk_ops            31 drivers/clk/mediatek/clk-gate.h extern const struct clk_ops mtk_clk_gate_ops_no_setclr;
clk_ops            32 drivers/clk/mediatek/clk-gate.h extern const struct clk_ops mtk_clk_gate_ops_no_setclr_inv;
clk_ops            42 drivers/clk/mediatek/clk-gate.h 		const struct clk_ops *ops,
clk_ops           157 drivers/clk/mediatek/clk-mtk.c 	const struct clk_ops *mux_ops = NULL, *gate_ops = NULL, *div_ops = NULL;
clk_ops           164 drivers/clk/mediatek/clk-mtk.h 	const struct clk_ops *ops;
clk_ops           225 drivers/clk/mediatek/clk-mtk.h 	const struct clk_ops *ops;
clk_ops           132 drivers/clk/mediatek/clk-mux.c const struct clk_ops mtk_mux_ops = {
clk_ops           137 drivers/clk/mediatek/clk-mux.c const struct clk_ops mtk_mux_clr_set_upd_ops = {
clk_ops           142 drivers/clk/mediatek/clk-mux.c const struct clk_ops mtk_mux_gate_ops = {
clk_ops           150 drivers/clk/mediatek/clk-mux.c const struct clk_ops mtk_mux_gate_clr_set_upd_ops = {
clk_ops            35 drivers/clk/mediatek/clk-mux.h 	const struct clk_ops *ops;
clk_ops            40 drivers/clk/mediatek/clk-mux.h extern const struct clk_ops mtk_mux_ops;
clk_ops            41 drivers/clk/mediatek/clk-mux.h extern const struct clk_ops mtk_mux_clr_set_upd_ops;
clk_ops            42 drivers/clk/mediatek/clk-mux.h extern const struct clk_ops mtk_mux_gate_ops;
clk_ops            43 drivers/clk/mediatek/clk-mux.h extern const struct clk_ops mtk_mux_gate_clr_set_upd_ops;
clk_ops           291 drivers/clk/mediatek/clk-pll.c static const struct clk_ops mtk_pll_ops = {
clk_ops            64 drivers/clk/meson/clk-cpu-dyndiv.c const struct clk_ops meson_clk_cpu_dyndiv_ops = {
clk_ops            18 drivers/clk/meson/clk-cpu-dyndiv.h extern const struct clk_ops meson_clk_cpu_dyndiv_ops;
clk_ops           123 drivers/clk/meson/clk-dualdiv.c const struct clk_ops meson_clk_dualdiv_ops = {
clk_ops           130 drivers/clk/meson/clk-dualdiv.c const struct clk_ops meson_clk_dualdiv_ro_ops = {
clk_ops            30 drivers/clk/meson/clk-dualdiv.h extern const struct clk_ops meson_clk_dualdiv_ops;
clk_ops            31 drivers/clk/meson/clk-dualdiv.h extern const struct clk_ops meson_clk_dualdiv_ro_ops;
clk_ops           156 drivers/clk/meson/clk-mpll.c const struct clk_ops meson_clk_mpll_ro_ops = {
clk_ops           162 drivers/clk/meson/clk-mpll.c const struct clk_ops meson_clk_mpll_ops = {
clk_ops            30 drivers/clk/meson/clk-mpll.h extern const struct clk_ops meson_clk_mpll_ro_ops;
clk_ops            31 drivers/clk/meson/clk-mpll.h extern const struct clk_ops meson_clk_mpll_ops;
clk_ops            60 drivers/clk/meson/clk-phase.c const struct clk_ops meson_clk_phase_ops = {
clk_ops           119 drivers/clk/meson/clk-phase.c const struct clk_ops meson_clk_triphase_ops = {
clk_ops            23 drivers/clk/meson/clk-phase.h extern const struct clk_ops meson_clk_phase_ops;
clk_ops            24 drivers/clk/meson/clk-phase.h extern const struct clk_ops meson_clk_triphase_ops;
clk_ops           416 drivers/clk/meson/clk-pll.c const struct clk_ops meson_clk_pcie_pll_ops = {
clk_ops           425 drivers/clk/meson/clk-pll.c const struct clk_ops meson_clk_pll_ops = {
clk_ops           436 drivers/clk/meson/clk-pll.c const struct clk_ops meson_clk_pll_ro_ops = {
clk_ops            46 drivers/clk/meson/clk-pll.h extern const struct clk_ops meson_clk_pll_ro_ops;
clk_ops            47 drivers/clk/meson/clk-pll.h extern const struct clk_ops meson_clk_pll_ops;
clk_ops            48 drivers/clk/meson/clk-pll.h extern const struct clk_ops meson_clk_pcie_pll_ops;
clk_ops            47 drivers/clk/meson/clk-regmap.c const struct clk_ops clk_regmap_gate_ops = {
clk_ops            54 drivers/clk/meson/clk-regmap.c const struct clk_ops clk_regmap_gate_ro_ops = {
clk_ops           124 drivers/clk/meson/clk-regmap.c const struct clk_ops clk_regmap_divider_ops = {
clk_ops           131 drivers/clk/meson/clk-regmap.c const struct clk_ops clk_regmap_divider_ro_ops = {
clk_ops           173 drivers/clk/meson/clk-regmap.c const struct clk_ops clk_regmap_mux_ops = {
clk_ops           180 drivers/clk/meson/clk-regmap.c const struct clk_ops clk_regmap_mux_ro_ops = {
clk_ops            53 drivers/clk/meson/clk-regmap.h extern const struct clk_ops clk_regmap_gate_ops;
clk_ops            54 drivers/clk/meson/clk-regmap.h extern const struct clk_ops clk_regmap_gate_ro_ops;
clk_ops            81 drivers/clk/meson/clk-regmap.h extern const struct clk_ops clk_regmap_divider_ops;
clk_ops            82 drivers/clk/meson/clk-regmap.h extern const struct clk_ops clk_regmap_divider_ro_ops;
clk_ops           111 drivers/clk/meson/clk-regmap.h extern const struct clk_ops clk_regmap_mux_ops;
clk_ops           112 drivers/clk/meson/clk-regmap.h extern const struct clk_ops clk_regmap_mux_ro_ops;
clk_ops           236 drivers/clk/meson/sclk-div.c const struct clk_ops meson_sclk_div_ops = {
clk_ops            20 drivers/clk/meson/sclk-div.h extern const struct clk_ops meson_sclk_div_ops;
clk_ops            92 drivers/clk/meson/vid-pll-div.c const struct clk_ops meson_vid_pll_div_ro_ops = {
clk_ops            18 drivers/clk/meson/vid-pll-div.h extern const struct clk_ops meson_vid_pll_div_ro_ops;
clk_ops           205 drivers/clk/microchip/clk-core.c const struct clk_ops pic32_pbclk_ops = {
clk_ops           543 drivers/clk/microchip/clk-core.c const struct clk_ops pic32_roclk_ops = {
clk_ops           724 drivers/clk/microchip/clk-core.c const struct clk_ops pic32_spll_ops = {
clk_ops           905 drivers/clk/microchip/clk-core.c const struct clk_ops pic32_sclk_ops = {
clk_ops           916 drivers/clk/microchip/clk-core.c const struct clk_ops pic32_sclk_no_div_ops = {
clk_ops           999 drivers/clk/microchip/clk-core.c const struct clk_ops pic32_sosc_ops = {
clk_ops            58 drivers/clk/microchip/clk-core.h extern const struct clk_ops pic32_pbclk_ops;
clk_ops            59 drivers/clk/microchip/clk-core.h extern const struct clk_ops pic32_sclk_ops;
clk_ops            60 drivers/clk/microchip/clk-core.h extern const struct clk_ops pic32_sclk_no_div_ops;
clk_ops            61 drivers/clk/microchip/clk-core.h extern const struct clk_ops pic32_spll_ops;
clk_ops            62 drivers/clk/microchip/clk-core.h extern const struct clk_ops pic32_roclk_ops;
clk_ops            63 drivers/clk/microchip/clk-core.h extern const struct clk_ops pic32_sosc_ops;
clk_ops           117 drivers/clk/mmp/clk-apbc.c static const struct clk_ops clk_apbc_ops = {
clk_ops            63 drivers/clk/mmp/clk-apmu.c static const struct clk_ops clk_apmu_ops = {
clk_ops           151 drivers/clk/mmp/clk-frac.c static const struct clk_ops clk_factor_ops = {
clk_ops            89 drivers/clk/mmp/clk-gate.c const struct clk_ops mmp_clk_gate_ops = {
clk_ops           430 drivers/clk/mmp/clk-mix.c const struct clk_ops mmp_clk_mix_ops = {
clk_ops            97 drivers/clk/mmp/clk.h extern const struct clk_ops mmp_clk_mix_ops;
clk_ops           120 drivers/clk/mmp/clk.h extern const struct clk_ops mmp_clk_gate_ops;
clk_ops           224 drivers/clk/mvebu/ap-cpu-clk.c static const struct clk_ops ap_cpu_clk_ops = {
clk_ops           125 drivers/clk/mvebu/armada-37xx-periph.c static const struct clk_ops clk_double_div_ops;
clk_ops           126 drivers/clk/mvebu/armada-37xx-periph.c static const struct clk_ops clk_pm_cpu_ops;
clk_ops           346 drivers/clk/mvebu/armada-37xx-periph.c static const struct clk_ops clk_double_div_ops = {
clk_ops           591 drivers/clk/mvebu/armada-37xx-periph.c static const struct clk_ops clk_pm_cpu_ops = {
clk_ops           611 drivers/clk/mvebu/armada-37xx-periph.c 	const struct clk_ops *mux_ops = NULL, *gate_ops = NULL,
clk_ops            43 drivers/clk/mvebu/clk-corediv.c 	const struct clk_ops ops;
clk_ops           160 drivers/clk/mvebu/clk-cpu.c static const struct clk_ops cpu_ops = {
clk_ops           149 drivers/clk/mvebu/cp110-system-controller.c static const struct clk_ops cp110_gate_ops = {
clk_ops           155 drivers/clk/mvebu/dove-divider.c static const struct clk_ops dove_divider_ops = {
clk_ops            23 drivers/clk/mxs/clk-div.c 	const struct clk_ops *ops;
clk_ops            64 drivers/clk/mxs/clk-div.c static const struct clk_ops clk_div_ops = {
clk_ops           104 drivers/clk/mxs/clk-frac.c static const struct clk_ops clk_frac_ops = {
clk_ops            74 drivers/clk/mxs/clk-pll.c static const struct clk_ops clk_pll_ops = {
clk_ops           113 drivers/clk/mxs/clk-ref.c static const struct clk_ops clk_ref_ops = {
clk_ops           199 drivers/clk/nxp/clk-lpc18xx-ccu.c static const struct clk_ops lpc18xx_ccu_gate_ops = {
clk_ops           209 drivers/clk/nxp/clk-lpc18xx-ccu.c 	const struct clk_ops *div_ops = NULL;
clk_ops           269 drivers/clk/nxp/clk-lpc18xx-cgu.c 	const struct clk_ops *pll_ops;
clk_ops           448 drivers/clk/nxp/clk-lpc18xx-cgu.c static const struct clk_ops lpc18xx_pll0_ops = {
clk_ops           480 drivers/clk/nxp/clk-lpc18xx-cgu.c static const struct clk_ops lpc18xx_pll1_ops = {
clk_ops           514 drivers/clk/nxp/clk-lpc18xx-cgu.c static const struct clk_ops lpc18xx_gate_ops = {
clk_ops            38 drivers/clk/nxp/clk-lpc18xx-creg.c 	const struct clk_ops *ops;
clk_ops           118 drivers/clk/nxp/clk-lpc18xx-creg.c static const struct clk_ops clk_creg_32k = {
clk_ops           127 drivers/clk/nxp/clk-lpc18xx-creg.c static const struct clk_ops clk_creg_1k = {
clk_ops           420 drivers/clk/nxp/clk-lpc32xx.c static const struct clk_ops clk_mask_ops = {
clk_ops           698 drivers/clk/nxp/clk-lpc32xx.c 	static const struct clk_ops clk_ ##_name ## _ops = {		\
clk_ops           760 drivers/clk/nxp/clk-lpc32xx.c static const struct clk_ops clk_ddram_ops = {
clk_ops           783 drivers/clk/nxp/clk-lpc32xx.c static const struct clk_ops lpc32xx_uart_div_ops = {
clk_ops           871 drivers/clk/nxp/clk-lpc32xx.c static const struct clk_ops clk_usb_ops = {
clk_ops           877 drivers/clk/nxp/clk-lpc32xx.c static const struct clk_ops clk_usb_i2c_ops = {
clk_ops           914 drivers/clk/nxp/clk-lpc32xx.c static const struct clk_ops lpc32xx_clk_gate_ops = {
clk_ops           992 drivers/clk/nxp/clk-lpc32xx.c static const struct clk_ops lpc32xx_clk_divider_ops = {
clk_ops          1034 drivers/clk/nxp/clk-lpc32xx.c static const struct clk_ops lpc32xx_clk_mux_ro_ops = {
clk_ops          1038 drivers/clk/nxp/clk-lpc32xx.c static const struct clk_ops lpc32xx_clk_mux_ops = {
clk_ops          1056 drivers/clk/nxp/clk-lpc32xx.c 	const struct clk_ops *ops;
clk_ops          1435 drivers/clk/nxp/clk-lpc32xx.c 		const struct clk_ops *mops = NULL, *dops = NULL, *gops = NULL;
clk_ops           298 drivers/clk/pistachio/clk-pll.c static const struct clk_ops pll_gf40lp_frac_ops = {
clk_ops           307 drivers/clk/pistachio/clk-pll.c static const struct clk_ops pll_gf40lp_frac_fixed_ops = {
clk_ops           430 drivers/clk/pistachio/clk-pll.c static const struct clk_ops pll_gf40lp_laint_ops = {
clk_ops           439 drivers/clk/pistachio/clk-pll.c static const struct clk_ops pll_gf40lp_laint_fixed_ops = {
clk_ops            70 drivers/clk/pxa/clk-pxa.c static const struct clk_ops cken_rate_ops = {
clk_ops            83 drivers/clk/pxa/clk-pxa.c static const struct clk_ops cken_mux_ops = {
clk_ops            22 drivers/clk/pxa/clk-pxa.h 	static struct clk_ops name ## _mux_ops = {		\
clk_ops            26 drivers/clk/pxa/clk-pxa.h 	static struct clk_ops name ## _rate_ops = {		\
clk_ops            41 drivers/clk/pxa/clk-pxa.h 	static const struct clk_ops name ## _rate_ops = {		\
clk_ops            56 drivers/clk/pxa/clk-pxa.h 	static struct clk_ops name ## _rate_ops = {		\
clk_ops            73 drivers/clk/pxa/clk-pxa.h 	static const struct clk_ops name ## _mux_ops = {	\
clk_ops           881 drivers/clk/qcom/clk-alpha-pll.c const struct clk_ops clk_alpha_pll_ops = {
clk_ops           891 drivers/clk/qcom/clk-alpha-pll.c const struct clk_ops clk_alpha_pll_huayra_ops = {
clk_ops           901 drivers/clk/qcom/clk-alpha-pll.c const struct clk_ops clk_alpha_pll_hwfsm_ops = {
clk_ops           911 drivers/clk/qcom/clk-alpha-pll.c const struct clk_ops clk_trion_fixed_pll_ops = {
clk_ops           999 drivers/clk/qcom/clk-alpha-pll.c const struct clk_ops clk_alpha_pll_postdiv_ops = {
clk_ops          1006 drivers/clk/qcom/clk-alpha-pll.c const struct clk_ops clk_alpha_pll_postdiv_ro_ops = {
clk_ops          1170 drivers/clk/qcom/clk-alpha-pll.c const struct clk_ops clk_alpha_pll_fabia_ops = {
clk_ops          1180 drivers/clk/qcom/clk-alpha-pll.c const struct clk_ops clk_alpha_pll_fixed_fabia_ops = {
clk_ops          1266 drivers/clk/qcom/clk-alpha-pll.c const struct clk_ops clk_trion_pll_postdiv_ops = {
clk_ops          1312 drivers/clk/qcom/clk-alpha-pll.c const struct clk_ops clk_alpha_pll_postdiv_fabia_ops = {
clk_ops           111 drivers/clk/qcom/clk-alpha-pll.h extern const struct clk_ops clk_alpha_pll_ops;
clk_ops           112 drivers/clk/qcom/clk-alpha-pll.h extern const struct clk_ops clk_alpha_pll_hwfsm_ops;
clk_ops           113 drivers/clk/qcom/clk-alpha-pll.h extern const struct clk_ops clk_alpha_pll_postdiv_ops;
clk_ops           114 drivers/clk/qcom/clk-alpha-pll.h extern const struct clk_ops clk_alpha_pll_huayra_ops;
clk_ops           115 drivers/clk/qcom/clk-alpha-pll.h extern const struct clk_ops clk_alpha_pll_postdiv_ro_ops;
clk_ops           117 drivers/clk/qcom/clk-alpha-pll.h extern const struct clk_ops clk_alpha_pll_fabia_ops;
clk_ops           118 drivers/clk/qcom/clk-alpha-pll.h extern const struct clk_ops clk_alpha_pll_fixed_fabia_ops;
clk_ops           119 drivers/clk/qcom/clk-alpha-pll.h extern const struct clk_ops clk_alpha_pll_postdiv_fabia_ops;
clk_ops           125 drivers/clk/qcom/clk-alpha-pll.h extern const struct clk_ops clk_trion_fixed_pll_ops;
clk_ops           126 drivers/clk/qcom/clk-alpha-pll.h extern const struct clk_ops clk_trion_pll_postdiv_ops;
clk_ops           125 drivers/clk/qcom/clk-branch.c const struct clk_ops clk_branch_ops = {
clk_ops           142 drivers/clk/qcom/clk-branch.c const struct clk_ops clk_branch2_ops = {
clk_ops           149 drivers/clk/qcom/clk-branch.c const struct clk_ops clk_branch2_aon_ops = {
clk_ops           155 drivers/clk/qcom/clk-branch.c const struct clk_ops clk_branch_simple_ops = {
clk_ops            40 drivers/clk/qcom/clk-branch.h extern const struct clk_ops clk_branch_ops;
clk_ops            41 drivers/clk/qcom/clk-branch.h extern const struct clk_ops clk_branch2_ops;
clk_ops            42 drivers/clk/qcom/clk-branch.h extern const struct clk_ops clk_branch_simple_ops;
clk_ops            43 drivers/clk/qcom/clk-branch.h extern const struct clk_ops clk_branch2_aon_ops;
clk_ops           235 drivers/clk/qcom/clk-hfpll.c const struct clk_ops clk_ops_hfpll = {
clk_ops            42 drivers/clk/qcom/clk-hfpll.h extern const struct clk_ops clk_ops_hfpll;
clk_ops            71 drivers/clk/qcom/clk-krait.c const struct clk_ops krait_mux_clk_ops = {
clk_ops           121 drivers/clk/qcom/clk-krait.c const struct clk_ops krait_div2_clk_ops = {
clk_ops            25 drivers/clk/qcom/clk-krait.h extern const struct clk_ops krait_mux_clk_ops;
clk_ops            38 drivers/clk/qcom/clk-krait.h extern const struct clk_ops krait_div2_clk_ops;
clk_ops           170 drivers/clk/qcom/clk-pll.c const struct clk_ops clk_pll_ops = {
clk_ops           212 drivers/clk/qcom/clk-pll.c const struct clk_ops clk_pll_vote_ops = {
clk_ops           329 drivers/clk/qcom/clk-pll.c const struct clk_ops clk_pll_sr2_ops = {
clk_ops            55 drivers/clk/qcom/clk-pll.h extern const struct clk_ops clk_pll_ops;
clk_ops            56 drivers/clk/qcom/clk-pll.h extern const struct clk_ops clk_pll_vote_ops;
clk_ops            57 drivers/clk/qcom/clk-pll.h extern const struct clk_ops clk_pll_sr2_ops;
clk_ops           808 drivers/clk/qcom/clk-rcg.c const struct clk_ops clk_rcg_ops = {
clk_ops           819 drivers/clk/qcom/clk-rcg.c const struct clk_ops clk_rcg_bypass_ops = {
clk_ops           830 drivers/clk/qcom/clk-rcg.c const struct clk_ops clk_rcg_bypass2_ops = {
clk_ops           842 drivers/clk/qcom/clk-rcg.c const struct clk_ops clk_rcg_pixel_ops = {
clk_ops           854 drivers/clk/qcom/clk-rcg.c const struct clk_ops clk_rcg_esc_ops = {
clk_ops           866 drivers/clk/qcom/clk-rcg.c const struct clk_ops clk_rcg_lcc_ops = {
clk_ops           877 drivers/clk/qcom/clk-rcg.c const struct clk_ops clk_dyn_rcg_ops = {
clk_ops            88 drivers/clk/qcom/clk-rcg.h extern const struct clk_ops clk_rcg_ops;
clk_ops            89 drivers/clk/qcom/clk-rcg.h extern const struct clk_ops clk_rcg_bypass_ops;
clk_ops            90 drivers/clk/qcom/clk-rcg.h extern const struct clk_ops clk_rcg_bypass2_ops;
clk_ops            91 drivers/clk/qcom/clk-rcg.h extern const struct clk_ops clk_rcg_pixel_ops;
clk_ops            92 drivers/clk/qcom/clk-rcg.h extern const struct clk_ops clk_rcg_esc_ops;
clk_ops            93 drivers/clk/qcom/clk-rcg.h extern const struct clk_ops clk_rcg_lcc_ops;
clk_ops           126 drivers/clk/qcom/clk-rcg.h extern const struct clk_ops clk_dyn_rcg_ops;
clk_ops           156 drivers/clk/qcom/clk-rcg.h extern const struct clk_ops clk_rcg2_ops;
clk_ops           157 drivers/clk/qcom/clk-rcg.h extern const struct clk_ops clk_rcg2_floor_ops;
clk_ops           158 drivers/clk/qcom/clk-rcg.h extern const struct clk_ops clk_edp_pixel_ops;
clk_ops           159 drivers/clk/qcom/clk-rcg.h extern const struct clk_ops clk_byte_ops;
clk_ops           160 drivers/clk/qcom/clk-rcg.h extern const struct clk_ops clk_byte2_ops;
clk_ops           161 drivers/clk/qcom/clk-rcg.h extern const struct clk_ops clk_pixel_ops;
clk_ops           162 drivers/clk/qcom/clk-rcg.h extern const struct clk_ops clk_gfx3d_ops;
clk_ops           163 drivers/clk/qcom/clk-rcg.h extern const struct clk_ops clk_rcg2_shared_ops;
clk_ops           359 drivers/clk/qcom/clk-rcg2.c const struct clk_ops clk_rcg2_ops = {
clk_ops           370 drivers/clk/qcom/clk-rcg2.c const struct clk_ops clk_rcg2_floor_ops = {
clk_ops           497 drivers/clk/qcom/clk-rcg2.c const struct clk_ops clk_edp_pixel_ops = {
clk_ops           555 drivers/clk/qcom/clk-rcg2.c const struct clk_ops clk_byte_ops = {
clk_ops           625 drivers/clk/qcom/clk-rcg2.c const struct clk_ops clk_byte2_ops = {
clk_ops           715 drivers/clk/qcom/clk-rcg2.c const struct clk_ops clk_pixel_ops = {
clk_ops           802 drivers/clk/qcom/clk-rcg2.c const struct clk_ops clk_gfx3d_ops = {
clk_ops           939 drivers/clk/qcom/clk-rcg2.c const struct clk_ops clk_rcg2_shared_ops = {
clk_ops          1082 drivers/clk/qcom/clk-rcg2.c static const struct clk_ops clk_rcg2_dfs_ops = {
clk_ops            72 drivers/clk/qcom/clk-regmap-divider.c const struct clk_ops clk_regmap_div_ops = {
clk_ops            79 drivers/clk/qcom/clk-regmap-divider.c const struct clk_ops clk_regmap_div_ro_ops = {
clk_ops            19 drivers/clk/qcom/clk-regmap-divider.h extern const struct clk_ops clk_regmap_div_ops;
clk_ops            20 drivers/clk/qcom/clk-regmap-divider.h extern const struct clk_ops clk_regmap_div_ro_ops;
clk_ops           223 drivers/clk/qcom/clk-regmap-mux-div.c const struct clk_ops clk_regmap_mux_div_ops = {
clk_ops            41 drivers/clk/qcom/clk-regmap-mux-div.h extern const struct clk_ops clk_regmap_mux_div_ops;
clk_ops            52 drivers/clk/qcom/clk-regmap-mux.c const struct clk_ops clk_regmap_mux_closest_ops = {
clk_ops            21 drivers/clk/qcom/clk-regmap-mux.h extern const struct clk_ops clk_regmap_mux_closest_ops;
clk_ops           433 drivers/clk/qcom/clk-rpm.c static const struct clk_ops clk_rpm_xo_ops = {
clk_ops           438 drivers/clk/qcom/clk-rpm.c static const struct clk_ops clk_rpm_fixed_ops = {
clk_ops           445 drivers/clk/qcom/clk-rpm.c static const struct clk_ops clk_rpm_ops = {
clk_ops           453 drivers/clk/qcom/clk-rpm.c static const struct clk_ops clk_rpm_branch_ops = {
clk_ops           241 drivers/clk/qcom/clk-rpmh.c static const struct clk_ops clk_rpmh_ops = {
clk_ops           329 drivers/clk/qcom/clk-rpmh.c static const struct clk_ops clk_rpmh_bcm_ops = {
clk_ops           396 drivers/clk/qcom/clk-smd-rpm.c static const struct clk_ops clk_smd_rpm_ops = {
clk_ops           404 drivers/clk/qcom/clk-smd-rpm.c static const struct clk_ops clk_smd_rpm_branch_ops = {
clk_ops           170 drivers/clk/qcom/clk-spmi-pmic-div.c static const struct clk_ops clk_spmi_pmic_div_ops = {
clk_ops          1331 drivers/clk/qcom/gcc-ipq4019.c static const struct clk_ops clk_regmap_cpu_div_ops = {
clk_ops          1407 drivers/clk/qcom/gcc-ipq4019.c static const struct clk_ops clk_fepll_div_ops = {
clk_ops           597 drivers/clk/qcom/mmcc-msm8960.c static const struct clk_ops clk_ops_pix_rdi = {
clk_ops           169 drivers/clk/renesas/clk-div6.c static const struct clk_ops cpg_div6_clock_ops = {
clk_ops           143 drivers/clk/renesas/clk-mstp.c static const struct clk_ops cpg_mstp_clock_ops = {
clk_ops           130 drivers/clk/renesas/clk-rcar-gen2.c static const struct clk_ops cpg_z_clk_ops = {
clk_ops           494 drivers/clk/renesas/r9a06g032-clocks.c static const struct clk_ops r9a06g032_clk_gate_ops = {
clk_ops           664 drivers/clk/renesas/r9a06g032-clocks.c static const struct clk_ops r9a06g032_clk_div_ops = {
clk_ops           749 drivers/clk/renesas/r9a06g032-clocks.c static const struct clk_ops clk_bitselect_ops = {
clk_ops           838 drivers/clk/renesas/r9a06g032-clocks.c static const struct clk_ops r9a06g032_clk_dualgate_ops = {
clk_ops           127 drivers/clk/renesas/rcar-gen2-cpg.c static const struct clk_ops cpg_z_clk_ops = {
clk_ops           173 drivers/clk/renesas/rcar-gen3-cpg.c static const struct clk_ops cpg_z_clk_ops = {
clk_ops           364 drivers/clk/renesas/rcar-gen3-cpg.c static const struct clk_ops cpg_sd_clock_ops = {
clk_ops            72 drivers/clk/renesas/rcar-usb2-clock-sel.c static const struct clk_ops usb2_clock_sel_clock_ops = {
clk_ops           244 drivers/clk/renesas/renesas-cpg-mssr.c static const struct clk_ops cpg_mstp_clock_ops = {
clk_ops            56 drivers/clk/rockchip/clk-cpu.c 	const struct clk_ops			*cpu_mux_ops;
clk_ops            98 drivers/clk/rockchip/clk-cpu.c static const struct clk_ops rockchip_cpuclk_ops = {
clk_ops            83 drivers/clk/rockchip/clk-ddr.c static const struct clk_ops rockchip_ddrclk_sip_ops = {
clk_ops           142 drivers/clk/rockchip/clk-half-divider.c const struct clk_ops clk_half_divider_ops = {
clk_ops           174 drivers/clk/rockchip/clk-half-divider.c 	const struct clk_ops *mux_ops = NULL, *div_ops = NULL,
clk_ops            68 drivers/clk/rockchip/clk-inverter.c static const struct clk_ops rockchip_inv_clk_ops = {
clk_ops           150 drivers/clk/rockchip/clk-mmc-phase.c static const struct clk_ops rockchip_mmc_clk_ops = {
clk_ops            50 drivers/clk/rockchip/clk-muxgrf.c static const struct clk_ops rockchip_muxgrf_clk_ops = {
clk_ops            29 drivers/clk/rockchip/clk-pll.c 	const struct clk_ops	*pll_mux_ops;
clk_ops           181 drivers/clk/rockchip/clk-pll.c 	const struct clk_ops *pll_mux_ops = pll->pll_mux_ops;
clk_ops           331 drivers/clk/rockchip/clk-pll.c static const struct clk_ops rockchip_rk3036_pll_clk_norate_ops = {
clk_ops           338 drivers/clk/rockchip/clk-pll.c static const struct clk_ops rockchip_rk3036_pll_clk_ops = {
clk_ops           414 drivers/clk/rockchip/clk-pll.c 	const struct clk_ops *pll_mux_ops = pll->pll_mux_ops;
clk_ops           548 drivers/clk/rockchip/clk-pll.c static const struct clk_ops rockchip_rk3066_pll_clk_norate_ops = {
clk_ops           555 drivers/clk/rockchip/clk-pll.c static const struct clk_ops rockchip_rk3066_pll_clk_ops = {
clk_ops           658 drivers/clk/rockchip/clk-pll.c 	const struct clk_ops *pll_mux_ops = pll->pll_mux_ops;
clk_ops           810 drivers/clk/rockchip/clk-pll.c static const struct clk_ops rockchip_rk3399_pll_clk_norate_ops = {
clk_ops           817 drivers/clk/rockchip/clk-pll.c static const struct clk_ops rockchip_rk3399_pll_clk_ops = {
clk_ops            50 drivers/clk/rockchip/clk.c 	const struct clk_ops *mux_ops = NULL, *div_ops = NULL,
clk_ops           130 drivers/clk/rockchip/clk.c 	const struct clk_ops			*mux_ops;
clk_ops           221 drivers/clk/rockchip/clk.c 	const struct clk_ops *div_ops = NULL, *gate_ops = NULL;
clk_ops           127 drivers/clk/samsung/clk-cpu.c static const struct clk_ops exynos_cpuclk_clk_ops = {
clk_ops           123 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll2126_clk_ops = {
clk_ops           156 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll3000_clk_ops = {
clk_ops           253 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll35xx_clk_ops = {
clk_ops           261 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll35xx_clk_min_ops = {
clk_ops           370 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll36xx_clk_ops = {
clk_ops           378 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll36xx_clk_min_ops = {
clk_ops           508 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll45xx_clk_ops = {
clk_ops           514 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll45xx_clk_min_ops = {
clk_ops           667 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll46xx_clk_ops = {
clk_ops           673 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll46xx_clk_min_ops = {
clk_ops           713 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll6552_clk_ops = {
clk_ops           751 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll6553_clk_ops = {
clk_ops           876 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_s3c2410_mpll_clk_min_ops = {
clk_ops           882 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_s3c2410_upll_clk_min_ops = {
clk_ops           888 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_s3c2440_mpll_clk_min_ops = {
clk_ops           894 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_s3c2410_mpll_clk_ops = {
clk_ops           902 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_s3c2410_upll_clk_ops = {
clk_ops           910 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_s3c2440_mpll_clk_ops = {
clk_ops           952 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll2550x_clk_ops = {
clk_ops          1048 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll2550xx_clk_ops = {
clk_ops          1054 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll2550xx_clk_min_ops = {
clk_ops          1144 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll2650x_clk_ops = {
clk_ops          1150 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll2650x_clk_min_ops = {
clk_ops          1239 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll2650xx_clk_ops = {
clk_ops          1245 drivers/clk/samsung/clk-pll.c static const struct clk_ops samsung_pll2650xx_clk_min_ops = {
clk_ops            85 drivers/clk/samsung/clk-s3c2410-dclk.c static const struct clk_ops s3c24xx_clkout_ops = {
clk_ops           183 drivers/clk/sifive/fu540-prci.c 	const struct clk_ops *ops;
clk_ops           431 drivers/clk/sifive/fu540-prci.c static const struct clk_ops sifive_fu540_prci_wrpll_clk_ops = {
clk_ops           437 drivers/clk/sifive/fu540-prci.c static const struct clk_ops sifive_fu540_prci_wrpll_ro_clk_ops = {
clk_ops           458 drivers/clk/sifive/fu540-prci.c static const struct clk_ops sifive_fu540_prci_tlclksel_clk_ops = {
clk_ops           386 drivers/clk/sirf/clk-atlas7.c static const struct clk_ops ab_pll_ops = {
clk_ops           580 drivers/clk/sirf/clk-atlas7.c static const struct clk_ops dto_ops = {
clk_ops          1264 drivers/clk/sirf/clk-atlas7.c static const struct clk_ops unit_clk_ops = {
clk_ops           186 drivers/clk/sirf/clk-common.c static const struct clk_ops std_pll_ops = {
clk_ops           267 drivers/clk/sirf/clk-common.c static const struct clk_ops usb_pll_ops = {
clk_ops           443 drivers/clk/sirf/clk-common.c static const struct clk_ops msi_ops = {
clk_ops           494 drivers/clk/sirf/clk-common.c static const struct clk_ops cpu_ops = {
clk_ops           517 drivers/clk/sirf/clk-common.c static const struct clk_ops dmn_ops = {
clk_ops           685 drivers/clk/sirf/clk-common.c static const struct clk_ops ios_ops = {
clk_ops            89 drivers/clk/socfpga/clk-gate-a10.c static struct clk_ops gateclk_ops = {
clk_ops            95 drivers/clk/socfpga/clk-gate-a10.c 	const struct clk_ops *ops)
clk_ops            58 drivers/clk/socfpga/clk-gate-s10.c static struct clk_ops gateclk_ops = {
clk_ops            63 drivers/clk/socfpga/clk-gate-s10.c static const struct clk_ops dbgclk_ops = {
clk_ops           164 drivers/clk/socfpga/clk-gate.c static struct clk_ops gateclk_ops = {
clk_ops           182 drivers/clk/socfpga/clk-gate.c 	struct clk_ops *ops;
clk_ops            55 drivers/clk/socfpga/clk-periph-a10.c static const struct clk_ops periclk_ops = {
clk_ops            61 drivers/clk/socfpga/clk-periph-a10.c 	const struct clk_ops *ops)
clk_ops            66 drivers/clk/socfpga/clk-periph-s10.c static const struct clk_ops peri_c_clk_ops = {
clk_ops            71 drivers/clk/socfpga/clk-periph-s10.c static const struct clk_ops peri_cnt_clk_ops = {
clk_ops            45 drivers/clk/socfpga/clk-periph.c static const struct clk_ops periclk_ops = {
clk_ops            51 drivers/clk/socfpga/clk-periph.c 	const struct clk_ops *ops)
clk_ops            61 drivers/clk/socfpga/clk-pll-a10.c static struct clk_ops clk_pll_ops = {
clk_ops            67 drivers/clk/socfpga/clk-pll-a10.c 	const struct clk_ops *ops)
clk_ops            99 drivers/clk/socfpga/clk-pll-s10.c static struct clk_ops clk_pll_ops = {
clk_ops           105 drivers/clk/socfpga/clk-pll-s10.c static struct clk_ops clk_boot_ops = {
clk_ops            68 drivers/clk/socfpga/clk-pll.c static struct clk_ops clk_pll_ops = {
clk_ops            74 drivers/clk/socfpga/clk-pll.c 	const struct clk_ops *ops)
clk_ops           131 drivers/clk/spear/clk-aux-synth.c static const struct clk_ops clk_aux_ops = {
clk_ops           119 drivers/clk/spear/clk-frac-synth.c static const struct clk_ops clk_frac_ops = {
clk_ops           108 drivers/clk/spear/clk-gpt-synth.c static const struct clk_ops clk_gpt_ops = {
clk_ops           168 drivers/clk/spear/clk-vco-pll.c static const struct clk_ops clk_pll_ops = {
clk_ops           269 drivers/clk/spear/clk-vco-pll.c static const struct clk_ops clk_vco_ops = {
clk_ops            52 drivers/clk/sprd/composite.c const struct clk_ops sprd_comp_ops = {
clk_ops            49 drivers/clk/sprd/composite.h extern const struct clk_ops sprd_comp_ops;
clk_ops            86 drivers/clk/sprd/div.c const struct clk_ops sprd_div_ops = {
clk_ops            73 drivers/clk/sprd/div.h extern const struct clk_ops sprd_div_ops;
clk_ops            98 drivers/clk/sprd/gate.c const struct clk_ops sprd_gate_ops = {
clk_ops           105 drivers/clk/sprd/gate.c const struct clk_ops sprd_sc_gate_ops = {
clk_ops            56 drivers/clk/sprd/gate.h extern const struct clk_ops sprd_gate_ops;
clk_ops            57 drivers/clk/sprd/gate.h extern const struct clk_ops sprd_sc_gate_ops;
clk_ops            71 drivers/clk/sprd/mux.c const struct clk_ops sprd_mux_ops = {
clk_ops            66 drivers/clk/sprd/mux.h extern const struct clk_ops sprd_mux_ops;
clk_ops           262 drivers/clk/sprd/pll.c const struct clk_ops sprd_pll_ops = {
clk_ops           106 drivers/clk/sprd/pll.h extern const struct clk_ops sprd_pll_ops;
clk_ops           187 drivers/clk/st/clk-flexgen.c static const struct clk_ops flexgen_ops = {
clk_ops            63 drivers/clk/st/clkgen-fsyn.c 	const struct clk_ops *pll_ops;
clk_ops            69 drivers/clk/st/clkgen-fsyn.c static const struct clk_ops st_quadfs_pll_c32_ops;
clk_ops           372 drivers/clk/st/clkgen-fsyn.c static const struct clk_ops st_quadfs_pll_c32_ops = {
clk_ops           811 drivers/clk/st/clkgen-fsyn.c static const struct clk_ops st_quadfs_ops = {
clk_ops            57 drivers/clk/st/clkgen-pll.c 	const struct clk_ops *ops;
clk_ops            60 drivers/clk/st/clkgen-pll.c static const struct clk_ops stm_pll3200c32_ops;
clk_ops            61 drivers/clk/st/clkgen-pll.c static const struct clk_ops stm_pll3200c32_a9_ops;
clk_ops            62 drivers/clk/st/clkgen-pll.c static const struct clk_ops stm_pll4600c28_ops;
clk_ops           557 drivers/clk/st/clkgen-pll.c static const struct clk_ops stm_pll3200c32_ops = {
clk_ops           564 drivers/clk/st/clkgen-pll.c static const struct clk_ops stm_pll3200c32_a9_ops = {
clk_ops           573 drivers/clk/st/clkgen-pll.c static const struct clk_ops stm_pll4600c28_ops = {
clk_ops           132 drivers/clk/sunxi-ng/ccu_div.c const struct clk_ops ccu_div_ops = {
clk_ops           176 drivers/clk/sunxi-ng/ccu_div.h extern const struct clk_ops ccu_div_ops;
clk_ops           119 drivers/clk/sunxi-ng/ccu_gate.c const struct clk_ops ccu_gate_ops = {
clk_ops            95 drivers/clk/sunxi-ng/ccu_gate.h extern const struct clk_ops ccu_gate_ops;
clk_ops           236 drivers/clk/sunxi-ng/ccu_mp.c const struct clk_ops ccu_mp_ops = {
clk_ops           316 drivers/clk/sunxi-ng/ccu_mp.c const struct clk_ops ccu_mp_mmc_ops = {
clk_ops            92 drivers/clk/sunxi-ng/ccu_mp.h extern const struct clk_ops ccu_mp_ops;
clk_ops           121 drivers/clk/sunxi-ng/ccu_mp.h extern const struct clk_ops ccu_mp_mmc_ops;
clk_ops           161 drivers/clk/sunxi-ng/ccu_mult.c const struct clk_ops ccu_mult_ops = {
clk_ops            68 drivers/clk/sunxi-ng/ccu_mult.h extern const struct clk_ops ccu_mult_ops;
clk_ops           243 drivers/clk/sunxi-ng/ccu_mux.c const struct clk_ops ccu_mux_ops = {
clk_ops            83 drivers/clk/sunxi-ng/ccu_mux.h extern const struct clk_ops ccu_mux_ops;
clk_ops           151 drivers/clk/sunxi-ng/ccu_nk.c const struct clk_ops ccu_nk_ops = {
clk_ops            61 drivers/clk/sunxi-ng/ccu_nk.h extern const struct clk_ops ccu_nk_ops;
clk_ops           197 drivers/clk/sunxi-ng/ccu_nkm.c const struct clk_ops ccu_nkm_ops = {
clk_ops            83 drivers/clk/sunxi-ng/ccu_nkm.h extern const struct clk_ops ccu_nkm_ops;
clk_ops           224 drivers/clk/sunxi-ng/ccu_nkmp.c const struct clk_ops ccu_nkmp_ops = {
clk_ops            64 drivers/clk/sunxi-ng/ccu_nkmp.h extern const struct clk_ops ccu_nkmp_ops;
clk_ops           232 drivers/clk/sunxi-ng/ccu_nm.c const struct clk_ops ccu_nm_ops = {
clk_ops           165 drivers/clk/sunxi-ng/ccu_nm.h extern const struct clk_ops ccu_nm_ops;
clk_ops           120 drivers/clk/sunxi-ng/ccu_phase.c const struct clk_ops ccu_phase_ops = {
clk_ops            40 drivers/clk/sunxi-ng/ccu_phase.h extern const struct clk_ops ccu_phase_ops;
clk_ops           170 drivers/clk/sunxi/clk-factors.c static const struct clk_ops clk_factors_ops = {
clk_ops           278 drivers/clk/sunxi/clk-mod0.c static const struct clk_ops mmc_clk_ops = {
clk_ops           211 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c static const struct clk_ops tcon_ch1_ops = {
clk_ops           177 drivers/clk/sunxi/clk-sun9i-cpus.c static const struct clk_ops sun9i_a80_cpus_clk_ops = {
clk_ops           951 drivers/clk/sunxi/clk-sunxi.c 	const struct clk_ops *rate_ops;
clk_ops            40 drivers/clk/tegra/clk-audio-sync.c const struct clk_ops tegra_clk_sync_source_ops = {
clk_ops           272 drivers/clk/tegra/clk-bpmp.c static const struct clk_ops tegra_bpmp_clk_gate_ops = {
clk_ops           279 drivers/clk/tegra/clk-bpmp.c static const struct clk_ops tegra_bpmp_clk_mux_ops = {
clk_ops           288 drivers/clk/tegra/clk-bpmp.c static const struct clk_ops tegra_bpmp_clk_rate_ops = {
clk_ops           297 drivers/clk/tegra/clk-bpmp.c static const struct clk_ops tegra_bpmp_clk_mux_rate_ops = {
clk_ops          1157 drivers/clk/tegra/clk-dfll.c static const struct clk_ops dfll_clk_ops = {
clk_ops           112 drivers/clk/tegra/clk-divider.c const struct clk_ops tegra_clk_frac_div_ops = {
clk_ops           473 drivers/clk/tegra/clk-emc.c static const struct clk_ops tegra_clk_emc_ops = {
clk_ops            63 drivers/clk/tegra/clk-periph-fixed.c static const struct clk_ops tegra_clk_periph_fixed_ops = {
clk_ops           113 drivers/clk/tegra/clk-periph-gate.c const struct clk_ops tegra_clk_periph_gate_ops = {
clk_ops            16 drivers/clk/tegra/clk-periph.c 	const struct clk_ops *mux_ops = periph->mux_ops;
clk_ops            27 drivers/clk/tegra/clk-periph.c 	const struct clk_ops *mux_ops = periph->mux_ops;
clk_ops            39 drivers/clk/tegra/clk-periph.c 	const struct clk_ops *div_ops = periph->div_ops;
clk_ops            51 drivers/clk/tegra/clk-periph.c 	const struct clk_ops *div_ops = periph->div_ops;
clk_ops            63 drivers/clk/tegra/clk-periph.c 	const struct clk_ops *div_ops = periph->div_ops;
clk_ops            74 drivers/clk/tegra/clk-periph.c 	const struct clk_ops *gate_ops = periph->gate_ops;
clk_ops            85 drivers/clk/tegra/clk-periph.c 	const struct clk_ops *gate_ops = periph->gate_ops;
clk_ops            96 drivers/clk/tegra/clk-periph.c 	const struct clk_ops *gate_ops = periph->gate_ops;
clk_ops           102 drivers/clk/tegra/clk-periph.c const struct clk_ops tegra_clk_periph_ops = {
clk_ops           113 drivers/clk/tegra/clk-periph.c static const struct clk_ops tegra_clk_periph_nodiv_ops = {
clk_ops           121 drivers/clk/tegra/clk-periph.c static const struct clk_ops tegra_clk_periph_no_gate_ops = {
clk_ops            72 drivers/clk/tegra/clk-pll-out.c const struct clk_ops tegra_clk_pll_out_ops = {
clk_ops          1011 drivers/clk/tegra/clk-pll.c const struct clk_ops tegra_clk_pll_ops = {
clk_ops          1020 drivers/clk/tegra/clk-pll.c const struct clk_ops tegra_clk_plle_ops = {
clk_ops          1147 drivers/clk/tegra/clk-pll.c static const struct clk_ops tegra_clk_pllu_ops = {
clk_ops          1831 drivers/clk/tegra/clk-pll.c 		const struct clk_ops *ops)
clk_ops          1939 drivers/clk/tegra/clk-pll.c static const struct clk_ops tegra_clk_pllxc_ops = {
clk_ops          1948 drivers/clk/tegra/clk-pll.c static const struct clk_ops tegra_clk_pllc_ops = {
clk_ops          1957 drivers/clk/tegra/clk-pll.c static const struct clk_ops tegra_clk_pllre_ops = {
clk_ops          1966 drivers/clk/tegra/clk-pll.c static const struct clk_ops tegra_clk_plle_tegra114_ops = {
clk_ops          1973 drivers/clk/tegra/clk-pll.c static const struct clk_ops tegra_clk_pllu_tegra114_ops = {
clk_ops          2272 drivers/clk/tegra/clk-pll.c static const struct clk_ops tegra_clk_pllss_ops = {
clk_ops          2523 drivers/clk/tegra/clk-pll.c static const struct clk_ops tegra_clk_plle_tegra210_ops = {
clk_ops           169 drivers/clk/tegra/clk-sdmmc-mux.c 	const struct clk_ops *gate_ops = sdmmc_mux->gate_ops;
clk_ops           180 drivers/clk/tegra/clk-sdmmc-mux.c 	const struct clk_ops *gate_ops = sdmmc_mux->gate_ops;
clk_ops           191 drivers/clk/tegra/clk-sdmmc-mux.c 	const struct clk_ops *gate_ops = sdmmc_mux->gate_ops;
clk_ops           197 drivers/clk/tegra/clk-sdmmc-mux.c static const struct clk_ops tegra_clk_sdmmc_mux_ops = {
clk_ops           113 drivers/clk/tegra/clk-super.c static const struct clk_ops tegra_clk_super_mux_ops = {
clk_ops           151 drivers/clk/tegra/clk-super.c const struct clk_ops tegra_clk_super_ops = {
clk_ops            29 drivers/clk/tegra/clk.h extern const struct clk_ops tegra_clk_sync_source_ops;
clk_ops            74 drivers/clk/tegra/clk.h extern const struct clk_ops tegra_clk_frac_div_ops;
clk_ops           337 drivers/clk/tegra/clk.h extern const struct clk_ops tegra_clk_pll_ops;
clk_ops           338 drivers/clk/tegra/clk.h extern const struct clk_ops tegra_clk_plle_ops;
clk_ops           452 drivers/clk/tegra/clk.h extern const struct clk_ops tegra_clk_pll_out_ops;
clk_ops           521 drivers/clk/tegra/clk.h extern const struct clk_ops tegra_clk_periph_gate_ops;
clk_ops           562 drivers/clk/tegra/clk.h 	const struct clk_ops	*mux_ops;
clk_ops           563 drivers/clk/tegra/clk.h 	const struct clk_ops	*div_ops;
clk_ops           564 drivers/clk/tegra/clk.h 	const struct clk_ops	*gate_ops;
clk_ops           571 drivers/clk/tegra/clk.h extern const struct clk_ops tegra_clk_periph_ops;
clk_ops           677 drivers/clk/tegra/clk.h 	const struct clk_ops	*div_ops;
clk_ops           689 drivers/clk/tegra/clk.h extern const struct clk_ops tegra_clk_super_ops;
clk_ops           713 drivers/clk/tegra/clk.h 	const struct clk_ops	*gate_ops;
clk_ops           490 drivers/clk/ti/adpll.c static const struct clk_ops ti_adpll_ops = {
clk_ops           594 drivers/clk/ti/adpll.c 	struct clk_ops *ops;
clk_ops           129 drivers/clk/ti/apll.c static const struct clk_ops apll_ck_ops = {
clk_ops           309 drivers/clk/ti/apll.c static const struct clk_ops omap2_apll_ops = {
clk_ops           162 drivers/clk/ti/clk-dra7-atl.c static const struct clk_ops atl_clk_ops = {
clk_ops           221 drivers/clk/ti/clkctrl.c static const struct clk_ops omap4_clkctrl_clk_ops = {
clk_ops           259 drivers/clk/ti/clkctrl.c 			 int num_parents, const struct clk_ops *ops)
clk_ops           249 drivers/clk/ti/clock.h extern const struct clk_ops ti_clk_divider_ops;
clk_ops           250 drivers/clk/ti/clock.h extern const struct clk_ops ti_clk_mux_ops;
clk_ops           251 drivers/clk/ti/clock.h extern const struct clk_ops omap_gate_clk_ops;
clk_ops            49 drivers/clk/ti/composite.c static const struct clk_ops ti_composite_divider_ops = {
clk_ops            55 drivers/clk/ti/composite.c static const struct clk_ops ti_composite_gate_ops = {
clk_ops           305 drivers/clk/ti/divider.c const struct clk_ops ti_clk_divider_ops = {
clk_ops            32 drivers/clk/ti/dpll.c static const struct clk_ops dpll_m4xen_ck_ops = {
clk_ops            46 drivers/clk/ti/dpll.c static const struct clk_ops dpll_m4xen_ck_ops = {};
clk_ops            52 drivers/clk/ti/dpll.c static const struct clk_ops dpll_core_ck_ops = {
clk_ops            57 drivers/clk/ti/dpll.c static const struct clk_ops dpll_ck_ops = {
clk_ops            71 drivers/clk/ti/dpll.c static const struct clk_ops dpll_no_gate_ck_ops = {
clk_ops            83 drivers/clk/ti/dpll.c static const struct clk_ops dpll_core_ck_ops = {};
clk_ops            84 drivers/clk/ti/dpll.c static const struct clk_ops dpll_ck_ops = {};
clk_ops            85 drivers/clk/ti/dpll.c static const struct clk_ops dpll_no_gate_ck_ops = {};
clk_ops            90 drivers/clk/ti/dpll.c static const struct clk_ops omap2_dpll_core_ck_ops = {
clk_ops            97 drivers/clk/ti/dpll.c static const struct clk_ops omap2_dpll_core_ck_ops = {};
clk_ops           101 drivers/clk/ti/dpll.c static const struct clk_ops omap3_dpll_core_ck_ops = {
clk_ops           107 drivers/clk/ti/dpll.c static const struct clk_ops omap3_dpll_core_ck_ops = {};
clk_ops           111 drivers/clk/ti/dpll.c static const struct clk_ops omap3_dpll_ck_ops = {
clk_ops           123 drivers/clk/ti/dpll.c static const struct clk_ops omap3_dpll5_ck_ops = {
clk_ops           135 drivers/clk/ti/dpll.c static const struct clk_ops omap3_dpll_per_ck_ops = {
clk_ops           148 drivers/clk/ti/dpll.c static const struct clk_ops dpll_x2_ck_ops = {
clk_ops           224 drivers/clk/ti/dpll.c 			      const struct clk_ops *ops,
clk_ops           286 drivers/clk/ti/dpll.c 				    const struct clk_ops *ops,
clk_ops           272 drivers/clk/ti/fapll.c static const struct clk_ops ti_fapll_ops = {
clk_ops           482 drivers/clk/ti/fapll.c static const struct clk_ops ti_fapll_synt_ops = {
clk_ops            32 drivers/clk/ti/gate.c static const struct clk_ops omap_gate_clkdm_clk_ops = {
clk_ops            39 drivers/clk/ti/gate.c const struct clk_ops omap_gate_clk_ops = {
clk_ops            47 drivers/clk/ti/gate.c static const struct clk_ops omap_gate_clk_hsdiv_restore_ops = {
clk_ops            99 drivers/clk/ti/gate.c 				  u8 clk_gate_flags, const struct clk_ops *ops,
clk_ops           135 drivers/clk/ti/gate.c 					 const struct clk_ops *ops,
clk_ops            28 drivers/clk/ti/interface.c static const struct clk_ops ti_interface_clk_ops = {
clk_ops           121 drivers/clk/ti/mux.c const struct clk_ops ti_clk_mux_ops = {
clk_ops            70 drivers/clk/uniphier/clk-uniphier-cpugear.c static const struct clk_ops uniphier_clk_cpugear_ops = {
clk_ops            53 drivers/clk/uniphier/clk-uniphier-gate.c static const struct clk_ops uniphier_clk_gate_ops = {
clk_ops            50 drivers/clk/uniphier/clk-uniphier-mux.c static const struct clk_ops uniphier_clk_mux_ops = {
clk_ops            81 drivers/clk/ux500/clk-prcc.c static const struct clk_ops clk_prcc_pclk_ops = {
clk_ops            87 drivers/clk/ux500/clk-prcc.c static const struct clk_ops clk_prcc_kclk_ops = {
clk_ops            98 drivers/clk/ux500/clk-prcc.c 				const struct clk_ops *clk_prcc_ops)
clk_ops           188 drivers/clk/ux500/clk-prcmu.c static const struct clk_ops clk_prcmu_scalable_ops = {
clk_ops           200 drivers/clk/ux500/clk-prcmu.c static const struct clk_ops clk_prcmu_gate_ops = {
clk_ops           210 drivers/clk/ux500/clk-prcmu.c static const struct clk_ops clk_prcmu_scalable_rate_ops = {
clk_ops           217 drivers/clk/ux500/clk-prcmu.c static const struct clk_ops clk_prcmu_rate_ops = {
clk_ops           222 drivers/clk/ux500/clk-prcmu.c static const struct clk_ops clk_prcmu_opp_gate_ops = {
clk_ops           232 drivers/clk/ux500/clk-prcmu.c static const struct clk_ops clk_prcmu_opp_volt_scalable_ops = {
clk_ops           249 drivers/clk/ux500/clk-prcmu.c 				 const struct clk_ops *clk_prcmu_ops)
clk_ops           101 drivers/clk/ux500/clk-sysctrl.c static const struct clk_ops clk_sysctrl_gate_ops = {
clk_ops           106 drivers/clk/ux500/clk-sysctrl.c static const struct clk_ops clk_sysctrl_gate_fixed_rate_ops = {
clk_ops           112 drivers/clk/ux500/clk-sysctrl.c static const struct clk_ops clk_sysctrl_set_parent_ops = {
clk_ops           127 drivers/clk/ux500/clk-sysctrl.c 				const struct clk_ops *clk_sysctrl_ops)
clk_ops           341 drivers/clk/versatile/clk-icst.c static const struct clk_ops icst_ops = {
clk_ops            65 drivers/clk/versatile/clk-sp810.c static const struct clk_ops clk_sp810_timerclken_ops = {
clk_ops            57 drivers/clk/versatile/clk-vexpress-osc.c static const struct clk_ops vexpress_osc_ops = {
clk_ops           151 drivers/clk/x86/clk-pmc-atom.c static const struct clk_ops plt_clk_ops = {
clk_ops           144 drivers/clk/zte/clk.c const struct clk_ops zx_pll_ops = {
clk_ops           285 drivers/clk/zte/clk.c static const struct clk_ops zx_audio_ops = {
clk_ops           442 drivers/clk/zte/clk.c const struct clk_ops zx_audio_div_ops = {
clk_ops           171 drivers/clk/zte/clk.h extern const struct clk_ops zx_pll_ops;
clk_ops           172 drivers/clk/zte/clk.h extern const struct clk_ops zx_audio_div_ops;
clk_ops           166 drivers/clk/zynq/pll.c static const struct clk_ops zynq_pll_ops = {
clk_ops            94 drivers/clk/zynqmp/clk-gate-zynqmp.c static const struct clk_ops zynqmp_clk_gate_ops = {
clk_ops            85 drivers/clk/zynqmp/clk-mux-zynqmp.c static const struct clk_ops zynqmp_clk_mux_ops = {
clk_ops            91 drivers/clk/zynqmp/clk-mux-zynqmp.c static const struct clk_ops zynqmp_clk_mux_ro_ops = {
clk_ops           172 drivers/clk/zynqmp/divider.c static const struct clk_ops zynqmp_clk_divider_ops = {
clk_ops           281 drivers/clk/zynqmp/pll.c static const struct clk_ops zynqmp_pll_ops = {
clk_ops           304 drivers/firmware/arm_scmi/clock.c static struct scmi_clk_ops clk_ops = {
clk_ops           343 drivers/firmware/arm_scmi/clock.c 	handle->clk_ops = &clk_ops;
clk_ops          2925 drivers/firmware/ti_sci.c 	struct ti_sci_clk_ops *cops = &ops->clk_ops;
clk_ops           439 drivers/gpu/drm/imx/imx-tve.c static const struct clk_ops clk_tve_di_ops = {
clk_ops            25 drivers/gpu/drm/mediatek/mtk_hdmi_phy.h 	const struct clk_ops *hdmi_phy_clk_ops;
clk_ops           310 drivers/gpu/drm/mediatek/mtk_mipi_tx.c static const struct clk_ops mtk_mipi_tx_pll_ops = {
clk_ops           195 drivers/gpu/drm/mediatek/mtk_mt2701_hdmi_phy.c static const struct clk_ops mtk_hdmi_phy_pll_ops = {
clk_ops           302 drivers/gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c static const struct clk_ops mtk_hdmi_phy_pll_ops = {
clk_ops           117 drivers/gpu/drm/msm/disp/mdp4/mdp4_lvds_pll.c static const struct clk_ops mpd4_lvds_pll_ops = {
clk_ops           521 drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c static const struct clk_ops clk_ops_dsi_pll_10nm_vco = {
clk_ops           665 drivers/gpu/drm/msm/dsi/pll/dsi_pll_14nm.c static const struct clk_ops clk_ops_dsi_pll_14nm_vco = {
clk_ops           752 drivers/gpu/drm/msm/dsi/pll/dsi_pll_14nm.c static const struct clk_ops clk_ops_dsi_pll_14nm_postdiv = {
clk_ops           301 drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm.c static const struct clk_ops clk_ops_dsi_pll_28nm_vco = {
clk_ops           195 drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm_8960.c static const struct clk_ops clk_ops_dsi_pll_28nm_vco = {
clk_ops           278 drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm_8960.c static const struct clk_ops clk_bytediv_ops = {
clk_ops           685 drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c static struct clk_ops hdmi_8996_pll_ops = {
clk_ops           401 drivers/gpu/drm/msm/hdmi/hdmi_pll_8960.c static const struct clk_ops hdmi_pll_ops = {
clk_ops           530 drivers/gpu/drm/pl111/pl111_display.c static const struct clk_ops pl111_clk_div_ops = {
clk_ops           152 drivers/gpu/drm/sun4i/sun4i_dotclock.c static const struct clk_ops sun4i_dclk_ops = {
clk_ops           102 drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c static const struct clk_ops sun4i_ddc_ops = {
clk_ops           194 drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c static const struct clk_ops sun4i_tmds_ops = {
clk_ops           134 drivers/gpu/drm/sun4i/sun8i_hdmi_phy_clk.c static const struct clk_ops sun8i_phy_clk_ops = {
clk_ops           569 drivers/gpu/drm/tegra/sor.c static const struct clk_ops tegra_clk_sor_pad_ops = {
clk_ops           152 drivers/i2c/busses/i2c-bcm2835.c static const struct clk_ops clk_bcm2835_i2c_ops = {
clk_ops           442 drivers/media/platform/atmel/atmel-isc-base.c static const struct clk_ops isc_clk_ops = {
clk_ops          1298 drivers/media/platform/exynos4-is/media-dev.c static const struct clk_ops cam_clk_ops = {
clk_ops           978 drivers/media/platform/marvell-ccic/mcam-core.c static const struct clk_ops mclk_ops = {
clk_ops           326 drivers/media/platform/meson/ao-cec-g12a.c static const struct clk_ops meson_ao_cec_g12a_dualdiv_clk_ops = {
clk_ops           274 drivers/media/platform/omap3isp/isp.c static const struct clk_ops isp_xclk_ops = {
clk_ops           530 drivers/mmc/host/sdhci-of-arasan.c static const struct clk_ops arasan_sdcardclk_ops = {
clk_ops          4013 drivers/net/ethernet/cadence/macb_main.c static const struct clk_ops fu540_c000_ops = {
clk_ops            88 drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c 					      const struct clk_ops *ops,
clk_ops           141 drivers/net/phy/mdio-mux-meson-g12a.c static const struct clk_ops g12a_ephy_pll_ops = {
clk_ops           289 drivers/phy/rockchip/phy-rockchip-inno-hdmi.c 	const struct clk_ops		*clk_ops;
clk_ops           677 drivers/phy/rockchip/phy-rockchip-inno-hdmi.c static const struct clk_ops inno_hdmi_phy_rk3228_clk_ops = {
clk_ops           828 drivers/phy/rockchip/phy-rockchip-inno-hdmi.c static const struct clk_ops inno_hdmi_phy_rk3328_clk_ops = {
clk_ops           851 drivers/phy/rockchip/phy-rockchip-inno-hdmi.c 	init.ops = inno->plat_data->clk_ops;
clk_ops          1118 drivers/phy/rockchip/phy-rockchip-inno-hdmi.c 	.clk_ops = &inno_hdmi_phy_rk3228_clk_ops,
clk_ops          1124 drivers/phy/rockchip/phy-rockchip-inno-hdmi.c 	.clk_ops = &inno_hdmi_phy_rk3328_clk_ops,
clk_ops           303 drivers/phy/rockchip/phy-rockchip-inno-usb2.c static const struct clk_ops rockchip_usb2phy_clkout_ops = {
clk_ops           132 drivers/phy/rockchip/phy-rockchip-usb.c static const struct clk_ops rockchip_usb_phy480m_ops = {
clk_ops           389 drivers/phy/ti/phy-am654-serdes.c static const struct clk_ops serdes_am654_clk_mux_ops = {
clk_ops           295 drivers/rtc/rtc-ac100.c static const struct clk_ops ac100_clkout_ops = {
clk_ops          1430 drivers/rtc/rtc-ds1307.c static const struct clk_ops ds3231_clk_sqw_ops = {
clk_ops          1485 drivers/rtc/rtc-ds1307.c static const struct clk_ops ds3231_clk_32khz_ops = {
clk_ops           383 drivers/rtc/rtc-hym8563.c static const struct clk_ops hym8563_clkout_ops = {
clk_ops           535 drivers/rtc/rtc-m41t80.c static const struct clk_ops m41t80_sqw_ops = {
clk_ops           494 drivers/rtc/rtc-pcf8563.c static const struct clk_ops pcf8563_clkout_ops = {
clk_ops           207 drivers/rtc/rtc-sun6i.c static const struct clk_ops sun6i_rtc_osc_ops = {
clk_ops           277 drivers/soc/qcom/qcom_aoss.c static const struct clk_ops qmp_qdss_clk_ops = {
clk_ops           280 include/linux/clk-provider.h 	const struct clk_ops	*ops;
clk_ops           333 include/linux/clk-provider.h extern const struct clk_ops clk_fixed_rate_ops;
clk_ops           388 include/linux/clk-provider.h extern const struct clk_ops clk_gate_ops;
clk_ops           468 include/linux/clk-provider.h extern const struct clk_ops clk_divider_ops;
clk_ops           469 include/linux/clk-provider.h extern const struct clk_ops clk_divider_ro_ops;
clk_ops           555 include/linux/clk-provider.h extern const struct clk_ops clk_mux_ops;
clk_ops           556 include/linux/clk-provider.h extern const struct clk_ops clk_mux_ro_ops;
clk_ops           609 include/linux/clk-provider.h extern const struct clk_ops clk_fixed_factor_ops;
clk_ops           662 include/linux/clk-provider.h extern const struct clk_ops clk_fractional_divider_ops;
clk_ops           712 include/linux/clk-provider.h extern const struct clk_ops clk_multiplier_ops;
clk_ops           727 include/linux/clk-provider.h 	struct clk_ops	ops;
clk_ops           733 include/linux/clk-provider.h 	const struct clk_ops	*mux_ops;
clk_ops           734 include/linux/clk-provider.h 	const struct clk_ops	*rate_ops;
clk_ops           735 include/linux/clk-provider.h 	const struct clk_ops	*gate_ops;
clk_ops           742 include/linux/clk-provider.h 		struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
clk_ops           743 include/linux/clk-provider.h 		struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
clk_ops           744 include/linux/clk-provider.h 		struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
clk_ops           749 include/linux/clk-provider.h 		struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
clk_ops           750 include/linux/clk-provider.h 		struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
clk_ops           751 include/linux/clk-provider.h 		struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
clk_ops           775 include/linux/clk-provider.h extern const struct clk_ops clk_gpio_gate_ops;
clk_ops           784 include/linux/clk-provider.h extern const struct clk_ops clk_gpio_mux_ops;
clk_ops           235 include/linux/scmi_protocol.h 	struct scmi_clk_ops *clk_ops;
clk_ops           499 include/linux/soc/ti/ti_sci_protocol.h 	struct ti_sci_clk_ops clk_ops;
clk_ops          2103 sound/soc/codecs/da7219.c static const struct clk_ops da7219_dai_clk_ops[DA7219_DAI_NUM_CLKS] = {
clk_ops            43 sound/soc/codecs/tlv320aic32x4-clk.c 	const struct clk_ops *ops;
clk_ops           257 sound/soc/codecs/tlv320aic32x4-clk.c static const struct clk_ops aic32x4_pll_ops = {
clk_ops           287 sound/soc/codecs/tlv320aic32x4-clk.c static const struct clk_ops aic32x4_codec_clkin_ops = {
clk_ops           346 sound/soc/codecs/tlv320aic32x4-clk.c static const struct clk_ops aic32x4_div_ops = {
clk_ops           372 sound/soc/codecs/tlv320aic32x4-clk.c static const struct clk_ops aic32x4_bdiv_ops = {
clk_ops           261 sound/soc/intel/skylake/skl-ssp-clk.c static const struct clk_ops skl_clk_ops = {
clk_ops           439 sound/soc/stm/stm32_sai_sub.c static const struct clk_ops mclk_ops = {