/linux-4.1.27/arch/m68k/include/asm/ |
D | mcfclk.h | 11 struct clk_ops { struct 18 struct clk_ops *clk_ops; argument 27 extern struct clk_ops clk_ops0; 29 extern struct clk_ops clk_ops1; 35 .clk_ops = &clk_ops##clk_bank, \
|
/linux-4.1.27/drivers/clk/qcom/ |
D | clk-rcg.h | 107 extern const struct clk_ops clk_rcg_ops; 108 extern const struct clk_ops clk_rcg_bypass_ops; 109 extern const struct clk_ops clk_rcg_lcc_ops; 143 extern const struct clk_ops clk_dyn_rcg_ops; 171 extern const struct clk_ops clk_rcg2_ops; 172 extern const struct clk_ops clk_edp_pixel_ops; 173 extern const struct clk_ops clk_byte_ops; 174 extern const struct clk_ops clk_pixel_ops;
|
D | clk-branch.h | 49 extern const struct clk_ops clk_branch_ops; 50 extern const struct clk_ops clk_branch2_ops; 51 extern const struct clk_ops clk_branch_simple_ops;
|
D | clk-branch.c | 130 const struct clk_ops clk_branch_ops = { 147 const struct clk_ops clk_branch2_ops = { 154 const struct clk_ops clk_branch_simple_ops = {
|
D | clk-pll.h | 63 extern const struct clk_ops clk_pll_ops; 64 extern const struct clk_ops clk_pll_vote_ops;
|
D | clk-regmap-divider.h | 27 extern const struct clk_ops clk_regmap_div_ops;
|
D | clk-regmap-mux.h | 27 extern const struct clk_ops clk_regmap_mux_closest_ops;
|
D | clk-regmap-mux.c | 54 const struct clk_ops clk_regmap_mux_closest_ops = {
|
D | clk-rcg2.c | 293 const struct clk_ops clk_rcg2_ops = { 420 const struct clk_ops clk_edp_pixel_ops = { 478 const struct clk_ops clk_byte_ops = { 565 const struct clk_ops clk_pixel_ops = {
|
D | clk-regmap-divider.c | 65 const struct clk_ops clk_regmap_div_ops = {
|
D | clk-pll.c | 183 const struct clk_ops clk_pll_ops = { 225 const struct clk_ops clk_pll_vote_ops = {
|
D | clk-rcg.c | 625 const struct clk_ops clk_rcg_ops = { 636 const struct clk_ops clk_rcg_bypass_ops = { 647 const struct clk_ops clk_rcg_lcc_ops = { 658 const struct clk_ops clk_dyn_rcg_ops = {
|
D | mmcc-msm8960.c | 574 static const struct clk_ops clk_ops_pix_rdi = {
|
/linux-4.1.27/arch/m68k/coldfire/ |
D | clk.c | 33 clk->clk_ops->enable(clk); in __clk_init_enabled() 39 clk->clk_ops->disable(clk); in __clk_init_disabled() 52 struct clk_ops clk_ops0 = { 68 struct clk_ops clk_ops1 = { 93 if ((clk->enabled++ == 0) && clk->clk_ops) in clk_enable() 94 clk->clk_ops->enable(clk); in clk_enable() 105 if ((--clk->enabled == 0) && clk->clk_ops) in clk_disable() 106 clk->clk_ops->disable(clk); in clk_disable()
|
/linux-4.1.27/drivers/clk/ |
D | clk-composite.c | 27 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_get_parent() 38 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_set_parent() 50 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_recalc_rate() 65 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_determine_rate() 66 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_determine_rate() 137 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_round_rate() 149 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_set_rate() 160 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_is_enabled() 171 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_enable() 182 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_disable() [all …]
|
D | clk-highbank.c | 194 static const struct clk_ops clk_pll_ops = { 212 static const struct clk_ops a9periphclk_ops = { 225 static const struct clk_ops a9bclk_ops = { 268 static const struct clk_ops periclk_ops = { 274 static __init struct clk *hb_clk_init(struct device_node *node, const struct clk_ops *ops) in hb_clk_init()
|
D | clk-rk808.c | 78 static const struct clk_ops rk808_clkout1_ops = { 82 static const struct clk_ops rk808_clkout2_ops = {
|
D | clk-max-gen.h | 30 extern struct clk_ops max_gen_clk_ops;
|
D | clk-mux.c | 104 const struct clk_ops clk_mux_ops = { 111 const struct clk_ops clk_mux_ro_ops = {
|
D | clk-wm831x.c | 54 static const struct clk_ops wm831x_xtal_ops = { 222 static const struct clk_ops wm831x_fll_ops = { 337 static const struct clk_ops wm831x_clkout_ops = {
|
D | clk-axm5516.c | 67 static const struct clk_ops axxia_pllclk_ops = { 102 static const struct clk_ops axxia_divclk_ops = { 136 static const struct clk_ops axxia_clkmux_ops = {
|
D | clk-vt8500.c | 207 static const struct clk_ops vt8500_gated_clk_ops = { 213 static const struct clk_ops vt8500_divisor_clk_ops = { 219 static const struct clk_ops vt8500_gated_divisor_clk_ops = { 644 static const struct clk_ops vtwm_pll_ops = {
|
D | clk-twl6040.c | 69 static const struct clk_ops twl6040_mcpdm_ops = {
|
D | clk-fixed-rate.c | 43 const struct clk_ops clk_fixed_rate_ops = {
|
D | clk-cdce706.c | 162 static const struct clk_ops cdce706_clkin_ops = { 256 static const struct clk_ops cdce706_pll_ops = { 378 static const struct clk_ops cdce706_divider_ops = { 441 static const struct clk_ops cdce706_clkout_ops = {
|
D | clk-fixed-factor.c | 61 struct clk_ops clk_fixed_factor_ops = {
|
D | clk-mb86s7x.c | 170 const struct clk_ops crg_port_ops = { 324 static struct clk_ops clk_clc_ops = {
|
D | clk-pwm.c | 50 static const struct clk_ops clk_pwm_ops = {
|
D | clk-gate.c | 103 const struct clk_ops clk_gate_ops = {
|
D | clk-ls1x.c | 45 static const struct clk_ops ls1x_pll_clk_ops = {
|
D | clk-si5351.c | 239 static const struct clk_ops si5351_xtal_ops = { 300 static const struct clk_ops si5351_clkin_ops = { 336 static const struct clk_ops si5351_vxco_ops = { 531 static const struct clk_ops si5351_pll_ops = { 775 static const struct clk_ops si5351_msynth_ops = { 1090 static const struct clk_ops si5351_clkout_ops = {
|
D | clk-fractional-divider.c | 95 const struct clk_ops clk_fractional_divider_ops = {
|
D | clk-gpio-gate.c | 56 const struct clk_ops clk_gpio_gate_ops = {
|
D | clk-nomadik.c | 250 static const struct clk_ops pll_clk_ops = { 342 static const struct clk_ops src_clk_ops = {
|
D | clk-max-gen.c | 82 struct clk_ops max_gen_clk_ops = {
|
D | clk-xgene.c | 122 const struct clk_ops xgene_clk_pll_ops = { 389 const struct clk_ops xgene_clk_ops = {
|
D | clk-palmas.c | 120 static struct clk_ops palmas_clks_ops = {
|
D | clk-u300.c | 680 static const struct clk_ops syscon_clk_ops = { 1106 static const struct clk_ops mclk_ops = {
|
D | clk-s2mps11.c | 99 static struct clk_ops s2mps11_clk_ops = {
|
D | clk-qoriq.c | 62 static const struct clk_ops cmux_ops = {
|
D | clk-si570.c | 368 static const struct clk_ops si570_clk_ops = {
|
D | clk-axi-clkgen.c | 464 static const struct clk_ops axi_clkgen_ops = {
|
D | clk-divider.c | 408 const struct clk_ops clk_divider_ops = {
|
D | clk.c | 51 const struct clk_ops *ops; 2617 static const struct clk_ops clk_nodrv_ops = {
|
/linux-4.1.27/include/linux/ |
D | clk-provider.h | 165 struct clk_ops { struct 211 const struct clk_ops *ops; argument 259 extern const struct clk_ops clk_fixed_rate_ops; 300 extern const struct clk_ops clk_gate_ops; 363 extern const struct clk_ops clk_divider_ops; 425 extern const struct clk_ops clk_mux_ops; 426 extern const struct clk_ops clk_mux_ro_ops; 460 extern struct clk_ops clk_fixed_factor_ops; 490 extern const struct clk_ops clk_fractional_divider_ops; 509 struct clk_ops ops; [all …]
|
/linux-4.1.27/drivers/clk/tegra/ |
D | clk-periph.c | 28 const struct clk_ops *mux_ops = periph->mux_ops; in clk_periph_get_parent() 39 const struct clk_ops *mux_ops = periph->mux_ops; in clk_periph_set_parent() 51 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_recalc_rate() 63 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_round_rate() 75 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_set_rate() 86 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_is_enabled() 97 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_enable() 108 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_disable() 114 const struct clk_ops tegra_clk_periph_ops = { 125 static const struct clk_ops tegra_clk_periph_nodiv_ops = { [all …]
|
D | clk.h | 39 extern const struct clk_ops tegra_clk_sync_source_ops; 84 extern const struct clk_ops tegra_clk_frac_div_ops; 261 extern const struct clk_ops tegra_clk_pll_ops; 262 extern const struct clk_ops tegra_clk_plle_ops; 329 extern const struct clk_ops tegra_clk_pll_out_ops; 398 extern const struct clk_ops tegra_clk_periph_gate_ops; 422 const struct clk_ops *mux_ops; 423 const struct clk_ops *div_ops; 424 const struct clk_ops *gate_ops; 431 extern const struct clk_ops tegra_clk_periph_ops; [all …]
|
D | clk-audio-sync.c | 51 const struct clk_ops tegra_clk_sync_source_ops = {
|
D | clk-pll-out.c | 84 const struct clk_ops tegra_clk_pll_out_ops = {
|
D | clk-pll.c | 803 const struct clk_ops tegra_clk_pll_ops = { 812 const struct clk_ops tegra_clk_plle_ops = { 1438 const struct clk_ops *ops) in _tegra_clk_register_pll() 1514 static const struct clk_ops tegra_clk_pllxc_ops = { 1523 static const struct clk_ops tegra_clk_pllm_ops = { 1532 static const struct clk_ops tegra_clk_pllc_ops = { 1541 static const struct clk_ops tegra_clk_pllre_ops = { 1550 static const struct clk_ops tegra_clk_plle_tegra114_ops = { 1811 static const struct clk_ops tegra_clk_pllss_ops = {
|
D | clk-periph-gate.c | 125 const struct clk_ops tegra_clk_periph_gate_ops = {
|
D | clk-super.c | 125 const struct clk_ops tegra_clk_super_ops = {
|
D | clk-divider.c | 144 const struct clk_ops tegra_clk_frac_div_ops = {
|
/linux-4.1.27/drivers/clk/ti/ |
D | dpll.c | 31 static const struct clk_ops dpll_m4xen_ck_ops = { 43 static const struct clk_ops dpll_m4xen_ck_ops = {}; 49 static const struct clk_ops dpll_core_ck_ops = { 54 static const struct clk_ops dpll_ck_ops = { 66 static const struct clk_ops dpll_no_gate_ck_ops = { 76 static const struct clk_ops dpll_core_ck_ops = {}; 77 static const struct clk_ops dpll_ck_ops = {}; 78 static const struct clk_ops dpll_no_gate_ck_ops = {}; 83 static const struct clk_ops omap2_dpll_core_ck_ops = { 90 static const struct clk_ops omap2_dpll_core_ck_ops = {}; [all …]
|
D | gate.c | 34 static const struct clk_ops omap_gate_clkdm_clk_ops = { 40 static const struct clk_ops omap_gate_clk_ops = { 47 static const struct clk_ops omap_gate_clk_hsdiv_restore_ops = { 98 u8 clk_gate_flags, const struct clk_ops *ops, in _register_gate() 136 const struct clk_ops *ops = &omap_gate_clk_ops; in ti_clk_register_gate() 215 const struct clk_ops *ops, in _of_ti_gate_clk_setup()
|
D | composite.c | 51 static const struct clk_ops ti_composite_divider_ops = { 57 static const struct clk_ops ti_composite_gate_ops = {
|
D | apll.c | 126 static const struct clk_ops apll_ck_ops = { 294 static struct clk_ops omap2_apll_ops = {
|
D | interface.c | 28 static const struct clk_ops ti_interface_clk_ops = {
|
D | fapll.c | 270 static struct clk_ops ti_fapll_ops = { 480 static struct clk_ops ti_fapll_synt_ops = {
|
D | clk-dra7-atl.c | 158 const struct clk_ops atl_clk_ops = {
|
D | mux.c | 102 const struct clk_ops ti_clk_mux_ops = {
|
D | divider.c | 249 const struct clk_ops ti_clk_divider_ops = {
|
/linux-4.1.27/drivers/clk/berlin/ |
D | berlin2-div.c | 222 static const struct clk_ops berlin2_div_rate_ops = { 226 static const struct clk_ops berlin2_div_gate_ops = { 232 static const struct clk_ops berlin2_div_mux_ops = { 243 const struct clk_ops *mux_ops = &berlin2_div_mux_ops; in berlin2_div_register() 244 const struct clk_ops *rate_ops = &berlin2_div_rate_ops; in berlin2_div_register() 245 const struct clk_ops *gate_ops = &berlin2_div_gate_ops; in berlin2_div_register()
|
D | berlin2-pll.c | 90 static const struct clk_ops berlin2_pll_ops = {
|
D | berlin2-avpll.c | 184 static const struct clk_ops berlin2_avpll_vco_ops = { 351 static const struct clk_ops berlin2_avpll_channel_ops = {
|
/linux-4.1.27/drivers/clk/ux500/ |
D | clk-prcmu.c | 189 static struct clk_ops clk_prcmu_scalable_ops = { 201 static struct clk_ops clk_prcmu_gate_ops = { 211 static struct clk_ops clk_prcmu_scalable_rate_ops = { 218 static struct clk_ops clk_prcmu_rate_ops = { 223 static struct clk_ops clk_prcmu_opp_gate_ops = { 233 static struct clk_ops clk_prcmu_opp_volt_scalable_ops = { 250 struct clk_ops *clk_prcmu_ops) in clk_reg_prcmu()
|
D | clk-sysctrl.c | 101 static struct clk_ops clk_sysctrl_gate_ops = { 106 static struct clk_ops clk_sysctrl_gate_fixed_rate_ops = { 112 static struct clk_ops clk_sysctrl_set_parent_ops = { 127 struct clk_ops *clk_sysctrl_ops) in clk_reg_sysctrl()
|
D | clk-prcc.c | 82 static struct clk_ops clk_prcc_pclk_ops = { 88 static struct clk_ops clk_prcc_kclk_ops = { 99 struct clk_ops *clk_prcc_ops) in clk_reg_prcc()
|
/linux-4.1.27/drivers/clk/samsung/ |
D | clk-pll.c | 91 static const struct clk_ops samsung_pll2126_clk_ops = { 124 static const struct clk_ops samsung_pll3000_clk_ops = { 220 static const struct clk_ops samsung_pll35xx_clk_ops = { 226 static const struct clk_ops samsung_pll35xx_clk_min_ops = { 332 static const struct clk_ops samsung_pll36xx_clk_ops = { 338 static const struct clk_ops samsung_pll36xx_clk_min_ops = { 468 static const struct clk_ops samsung_pll45xx_clk_ops = { 474 static const struct clk_ops samsung_pll45xx_clk_min_ops = { 627 static const struct clk_ops samsung_pll46xx_clk_ops = { 633 static const struct clk_ops samsung_pll46xx_clk_min_ops = { [all …]
|
D | clk-s3c2410-dclk.c | 84 const struct clk_ops s3c24xx_clkout_ops = {
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | clock.h | 6 struct clk_ops { struct 19 const struct clk_ops *ops; argument
|
/linux-4.1.27/drivers/clk/pxa/ |
D | clk-pxa.h | 21 static struct clk_ops name ## _mux_ops = { \ 25 static struct clk_ops name ## _rate_ops = { \ 40 static struct clk_ops name ## _rate_ops = { \
|
D | clk-pxa.c | 53 static struct clk_ops cken_rate_ops = { 66 static struct clk_ops cken_mux_ops = {
|
/linux-4.1.27/arch/mips/include/asm/ |
D | clock.h | 11 struct clk_ops { struct 27 struct clk_ops *ops; argument
|
/linux-4.1.27/arch/mips/jz4740/ |
D | clock.c | 293 static struct clk_ops jz_clk_static_ops = { 308 static struct clk_ops jz_clk_pll_ops = { 318 static struct clk_ops jz_clk_pll_half_ops = { 328 static const struct clk_ops jz_clk_main_ops = { 371 static const struct clk_ops jz_clk_ko_ops = { 559 static const struct clk_ops jz_clk_ops_ld = { 575 static const struct clk_ops jz_clk_i2s_ops = { 584 static const struct clk_ops jz_clk_spi_ops = { 593 static const struct clk_ops jz_clk_divided_ops = { 654 static const struct clk_ops jz_clk_udc_ops = { [all …]
|
D | clock.h | 33 struct clk_ops { struct 51 const struct clk_ops *ops; argument
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-busy.c | 34 const struct clk_ops *div_ops; 75 static struct clk_ops clk_busy_divider_ops = { 119 const struct clk_ops *mux_ops; 150 static struct clk_ops clk_busy_mux_ops = {
|
D | clk-pllv3.c | 137 static const struct clk_ops clk_pllv3_ops = { 191 static const struct clk_ops clk_pllv3_sys_ops = { 263 static const struct clk_ops clk_pllv3_av_ops = { 277 static const struct clk_ops clk_pllv3_enet_ops = { 288 const struct clk_ops *ops; in imx_clk_pllv3()
|
D | clk-fixup-mux.c | 31 const struct clk_ops *ops; 69 static const struct clk_ops clk_fixup_mux_ops = {
|
D | clk-fixup-div.c | 32 const struct clk_ops *ops; 89 static const struct clk_ops clk_fixup_div_ops = {
|
D | clk-gate-exclusive.c | 55 static const struct clk_ops clk_gate_exclusive_ops = {
|
D | clk-pllv1.c | 96 static struct clk_ops clk_pllv1_ops = {
|
D | clk-cpu.c | 71 static const struct clk_ops clk_cpu_ops = {
|
D | clk-pfd.c | 122 static const struct clk_ops clk_pfd_ops = {
|
D | clk-gate2.c | 119 static struct clk_ops clk_gate2_ops = {
|
D | clk-pllv2.c | 232 static struct clk_ops clk_pllv2_ops = {
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | clocks.h | 53 struct clk_ops { struct 67 const struct clk_ops *ops; argument
|
/linux-4.1.27/drivers/clk/st/ |
D | clkgen-pll.c | 54 const struct clk_ops *ops; 57 static const struct clk_ops st_pll1600c65_ops; 58 static const struct clk_ops st_pll800c65_ops; 59 static const struct clk_ops stm_pll3200c32_ops; 60 static const struct clk_ops st_pll1200c32_ops; 373 static const struct clk_ops st_pll1600c65_ops = { 378 static const struct clk_ops st_pll800c65_ops = { 383 static const struct clk_ops stm_pll3200c32_ops = { 388 static const struct clk_ops st_pll1200c32_ops = {
|
D | clkgen-fsyn.c | 139 const struct clk_ops *pll_ops; 146 static const struct clk_ops st_quadfs_pll_c65_ops; 147 static const struct clk_ops st_quadfs_pll_c32_ops; 148 static const struct clk_ops st_quadfs_fs216c65_ops; 149 static const struct clk_ops st_quadfs_fs432c65_ops; 150 static const struct clk_ops st_quadfs_fs660c32_ops; 602 static const struct clk_ops st_quadfs_pll_c65_ops = { 608 static const struct clk_ops st_quadfs_pll_c32_ops = { 1012 static const struct clk_ops st_quadfs_ops = {
|
D | clk-flexgen.c | 166 static const struct clk_ops flexgen_ops = {
|
D | clkgen-mux.c | 204 static const struct clk_ops clkgena_divmux_ops = {
|
/linux-4.1.27/arch/blackfin/mach-bf609/ |
D | clock.c | 256 static struct clk_ops vco_ops = { 260 static struct clk_ops pll_ops = { 265 static struct clk_ops cclk_ops = { 269 static struct clk_ops sys_clk_ops = { 275 static struct clk_ops dummy_clk_ops = {
|
/linux-4.1.27/drivers/clk/socfpga/ |
D | clk-periph.c | 48 static const struct clk_ops periclk_ops = { 53 const struct clk_ops *ops) in __socfpga_periph_init()
|
D | clk-pll.c | 79 static struct clk_ops clk_pll_ops = { 85 const struct clk_ops *ops) in __socfpga_pll_init()
|
D | clk-gate.c | 177 static struct clk_ops gateclk_ops = { 185 const struct clk_ops *ops) in __socfpga_gate_init()
|
/linux-4.1.27/Documentation/ |
D | clk.txt | 21 drivers/clk/clk.c. Finally there is struct clk_ops, whose operations 25 callbacks registered with struct clk_ops and the corresponding 28 clk_ops, such as .enable or .set_rate, implies the hardware-specific 45 const struct clk_ops *ops; 60 clk_ops pointer in struct clk to perform the hardware-specific parts of 63 struct clk_ops { 173 struct clk_ops clk_foo_ops { 193 Below is a matrix detailing which clk_ops are mandatory based upon the 247 clk_ops callbacks, nor must it be included by any logic which pokes
|
/linux-4.1.27/drivers/clk/mxs/ |
D | clk-div.c | 30 const struct clk_ops *ops; 71 static struct clk_ops clk_div_ops = {
|
D | clk-pll.c | 81 static const struct clk_ops clk_pll_ops = {
|
D | clk-frac.c | 105 static struct clk_ops clk_frac_ops = {
|
D | clk-ref.c | 120 static const struct clk_ops clk_ref_ops = {
|
/linux-4.1.27/arch/arm/mach-versatile/include/mach/ |
D | clkdev.h | 8 const struct clk_ops *ops;
|
/linux-4.1.27/arch/arm/plat-versatile/include/plat/ |
D | clock.h | 6 struct clk_ops { struct
|
/linux-4.1.27/drivers/clk/rockchip/ |
D | clk-pll.c | 34 const struct clk_ops *pll_mux_ops; 166 const struct clk_ops *pll_mux_ops = pll->pll_mux_ops; in rockchip_rk3066_pll_set_rate() 310 static const struct clk_ops rockchip_rk3066_pll_clk_norate_ops = { 317 static const struct clk_ops rockchip_rk3066_pll_clk_ops = {
|
D | clk-cpu.c | 58 const struct clk_ops *cpu_mux_ops; 100 static const struct clk_ops rockchip_cpuclk_ops = {
|
D | clk-mmc-phase.c | 116 static const struct clk_ops rockchip_mmc_clk_ops = {
|
D | clk.c | 53 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, in rockchip_clk_register_branch() 114 const struct clk_ops *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_frac_branch()
|
/linux-4.1.27/drivers/clk/pistachio/ |
D | clk-pll.c | 213 static struct clk_ops pll_gf40lp_frac_ops = { 222 static struct clk_ops pll_gf40lp_frac_fixed_ops = { 320 static struct clk_ops pll_gf40lp_laint_ops = { 329 static struct clk_ops pll_gf40lp_laint_fixed_ops = {
|
/linux-4.1.27/drivers/clk/at91/ |
D | clk-slow.c | 115 static const struct clk_ops slow_osc_ops = { 225 static const struct clk_ops slow_rc_osc_ops = { 326 static const struct clk_ops sam9x5_slow_ops = { 403 static const struct clk_ops sam9260_slow_ops = {
|
D | clk-usb.c | 155 static const struct clk_ops at91sam9x5_usb_ops = { 190 static const struct clk_ops at91sam9n12_usb_ops = { 337 static const struct clk_ops at91rm9200_usb_ops = {
|
D | clk-main.c | 135 static const struct clk_ops main_osc_ops = { 286 static const struct clk_ops main_rc_osc_ops = { 421 static const struct clk_ops rm9200_main_ops = { 550 static const struct clk_ops sam9x5_main_ops = {
|
D | clk-h32mx.c | 89 static const struct clk_ops h32mx_ops = {
|
D | clk-plldiv.c | 76 static const struct clk_ops plldiv_ops = {
|
D | clk-peripheral.c | 97 static const struct clk_ops peripheral_ops = { 303 static const struct clk_ops sam9x5_peripheral_ops = {
|
D | clk-utmi.c | 88 static const struct clk_ops utmi_ops = {
|
D | clk-smd.c | 108 static const struct clk_ops at91sam9x5_smd_ops = {
|
D | clk-system.c | 96 static const struct clk_ops system_ops = {
|
D | clk-master.c | 127 static const struct clk_ops master_ops = {
|
D | clk-programmable.c | 166 static const struct clk_ops programmable_ops = {
|
D | clk-pll.c | 301 static const struct clk_ops pll_ops = {
|
/linux-4.1.27/drivers/clk/sirf/ |
D | clk-common.c | 185 static struct clk_ops std_pll_ops = { 266 static struct clk_ops usb_pll_ops = { 438 static struct clk_ops msi_ops = { 489 static struct clk_ops cpu_ops = { 512 static struct clk_ops dmn_ops = { 680 static struct clk_ops ios_ops = {
|
/linux-4.1.27/drivers/clk/mmp/ |
D | clk.h | 96 extern const struct clk_ops mmp_clk_mix_ops; 119 extern const struct clk_ops mmp_clk_gate_ops;
|
D | clk-apmu.c | 64 struct clk_ops clk_apmu_ops = {
|
D | clk-gate.c | 90 const struct clk_ops mmp_clk_gate_ops = {
|
D | clk-apbc.c | 118 struct clk_ops clk_apbc_ops = {
|
D | clk-frac.c | 152 static struct clk_ops clk_factor_ops = {
|
D | clk-mix.c | 432 const struct clk_ops mmp_clk_mix_ops = {
|
/linux-4.1.27/include/linux/clk/ |
D | ti.h | 257 extern const struct clk_ops ti_clk_divider_ops; 258 extern const struct clk_ops ti_clk_mux_ops;
|
/linux-4.1.27/arch/mips/alchemy/common/ |
D | clock.c | 144 static struct clk_ops alchemy_clkops_cpu = { 225 static struct clk_ops alchemy_clkops_aux = { 576 static struct clk_ops alchemy_clkops_fgenv1 = { 721 static struct clk_ops alchemy_clkops_fgenv2 = { 933 static struct clk_ops alchemy_clkops_csrc = {
|
/linux-4.1.27/drivers/clk/versatile/ |
D | clk-vexpress-osc.c | 64 static struct clk_ops vexpress_osc_ops = {
|
D | clk-icst.c | 118 static const struct clk_ops icst_ops = {
|
D | clk-sp810.c | 119 static const struct clk_ops clk_sp810_timerclken_ops = {
|
/linux-4.1.27/drivers/clk/spear/ |
D | clk-vco-pll.c | 168 static struct clk_ops clk_pll_ops = { 269 static struct clk_ops clk_vco_ops = {
|
D | clk-frac-synth.c | 119 static struct clk_ops clk_frac_ops = {
|
D | clk-gpt-synth.c | 108 static struct clk_ops clk_gpt_ops = {
|
D | clk-aux-synth.c | 131 static struct clk_ops clk_aux_ops = {
|
/linux-4.1.27/drivers/clk/hisilicon/ |
D | clk-hix5hd2.c | 211 static struct clk_ops clk_ether_ops = { 250 static struct clk_ops clk_complex_ops = {
|
D | clkgate-separated.c | 93 static struct clk_ops clkgate_separated_ops = {
|
D | clk-hi3620.c | 425 static struct clk_ops clk_mmc_ops = {
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_lvds_pll.c | 128 static const struct clk_ops mpd4_lvds_pll_ops = {
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | clkt2xxx_virt_prcm_set.c | 216 static const struct clk_ops virt_prcm_set_ops = {
|
/linux-4.1.27/drivers/clk/zynq/ |
D | pll.c | 178 static const struct clk_ops zynq_pll_ops = {
|
/linux-4.1.27/drivers/clk/shmobile/ |
D | clk-mstp.c | 118 static const struct clk_ops cpg_mstp_clock_ops = {
|
D | clk-div6.c | 164 static const struct clk_ops cpg_div6_clock_ops = {
|
D | clk-rcar-gen2.c | 132 static const struct clk_ops cpg_z_clk_ops = {
|
/linux-4.1.27/drivers/clk/sunxi/ |
D | clk-sun6i-ar100.c | 165 static struct clk_ops ar100_ops = {
|
D | clk-factors.c | 154 static const struct clk_ops clk_factors_ops = {
|
D | clk-mod0.c | 294 static const struct clk_ops mmc_clk_ops = {
|
D | clk-sunxi.c | 184 static const struct clk_ops sun6i_ahb1_clk_ops = { 1128 const struct clk_ops *rate_ops; in sunxi_divs_clk_setup()
|
/linux-4.1.27/drivers/clk/keystone/ |
D | gate.c | 152 static const struct clk_ops clk_psc_ops = {
|
D | pll.c | 121 static const struct clk_ops clk_pll_ops = {
|
/linux-4.1.27/drivers/clk/mvebu/ |
D | clk-cpu.c | 161 static const struct clk_ops cpu_ops = {
|
D | clk-corediv.c | 44 const struct clk_ops ops;
|
/linux-4.1.27/drivers/clk/bcm/ |
D | clk-kona.h | 502 extern struct clk_ops kona_peri_clk_ops;
|
D | clk-kona.c | 1173 struct clk_ops kona_peri_clk_ops = {
|
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_phy_8960.c | 399 static const struct clk_ops hdmi_pll_ops = {
|
/linux-4.1.27/arch/arm/mach-vexpress/ |
D | spc.c | 526 static struct clk_ops clk_spc_ops = {
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-hym8563.c | 392 static const struct clk_ops hym8563_clkout_ops = {
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
D | imx-tve.c | 466 static struct clk_ops clk_tve_di_ops = {
|
/linux-4.1.27/arch/arm/mach-versatile/ |
D | core.c | 356 static const struct clk_ops osc4_clk_ops = {
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | media-dev.c | 1200 static const struct clk_ops cam_clk_ops = {
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | isp.c | 275 static const struct clk_ops isp_xclk_ops = {
|