Home
last modified time | relevance | path

Searched refs:__clk_get_hw (Results 1 – 25 of 45) sorted by relevance

12

/linux-6.1.9/drivers/clk/sunxi-ng/
Dccu_mmc_timing.c22 struct clk_hw *hw = __clk_get_hw(clk); in sunxi_ccu_set_mmc_timing_mode()
55 struct clk_hw *hw = __clk_get_hw(clk); in sunxi_ccu_get_mmc_timing_mode()
Dccu-sun6i-rtc.c365 *ext_osc32k = __clk_get_hw(ext_osc32k_clk); in sun6i_rtc_ccu_probe()
/linux-6.1.9/drivers/clk/
Dclkdev.c131 cl->clk_hw = __clk_get_hw(cl->clk); in clkdev_add()
140 cl->clk_hw = __clk_get_hw(cl->clk); in clkdev_add_table()
209 cl = vclkdev_create(__clk_get_hw(clk), con_id, dev_fmt, ap); in clkdev_create()
321 return do_clk_register_clkdev(__clk_get_hw(clk), &cl, con_id, in clk_register_clkdev()
Dclk-fixed-rate.c139 hw = __clk_get_hw(clk); in clk_unregister_fixed_rate()
Dclk-gate.c205 hw = __clk_get_hw(clk); in clk_unregister_gate()
Dclk-fixed-factor.c218 hw = __clk_get_hw(clk); in clk_unregister_fixed_factor()
Dclk-mux.c265 hw = __clk_get_hw(clk); in clk_unregister_mux()
/linux-6.1.9/drivers/clk/ti/
Dautoidle.c82 hw = __clk_get_hw(clk); in omap2_clk_deny_idle()
106 hw = __clk_get_hw(clk); in omap2_clk_allow_idle()
Dclk-dra7-atl.c260 cdesc = to_atl_desc(__clk_get_hw(clk)); in of_dra7_atl_clk_probe()
288 atl_clk_enable(__clk_get_hw(clk)); in of_dra7_atl_clk_probe()
Dclockdomain.c139 clk_hw = __clk_get_hw(clk); in of_ti_clockdomain_setup()
Dapll.c148 ad->clk_ref = __clk_get_hw(clk); in omap_clk_register_apll()
160 ad->clk_bypass = __clk_get_hw(clk); in omap_clk_register_apll()
Ddpll.c173 dd->clk_ref = __clk_get_hw(clk); in _register_dpll()
186 dd->clk_bypass = __clk_get_hw(clk); in _register_dpll()
/linux-6.1.9/drivers/clk/imx/
Dclk.c110 return __clk_get_hw(clk); in imx_obtain_fixed_clock_hw()
122 return __clk_get_hw(clk); in imx_obtain_fixed_clk_hw()
/linux-6.1.9/drivers/clk/tegra/
Dclk-tegra20-emc.c232 hw = __clk_get_hw(clk); in tegra20_clk_set_emc_round_callback()
290 hw = __clk_get_hw(emc_clk); in tegra20_clk_prepare_emc_mc_same_freq()
Dclk-tegra210-emc.c298 struct clk_hw *hw = __clk_get_hw(clk); in tegra210_clk_emc_attach()
366 struct tegra210_clk_emc *emc = to_tegra210_clk_emc(__clk_get_hw(clk)); in tegra210_clk_emc_detach()
Dclk-device.c130 clk_dev->hw = __clk_get_hw(clk); in tegra_clock_probe()
Dclk-tegra124-emc.c274 clk_hw_reparent(&tegra->hw, __clk_get_hw(timing->parent)); in emc_set_timing()
560 hw = __clk_get_hw(clk); in tegra124_clk_set_emc_callbacks()
/linux-6.1.9/arch/arm/mach-omap2/
Domap-iommu.c83 hwclk = to_clk_hw_omap(__clk_get_hw(clk)); in _get_pwrdm()
/linux-6.1.9/drivers/spi/
Dspi-meson-spicc.c619 parent_data[0].hw = __clk_get_hw(spicc->pclk); in meson_spicc_pow2_clk_init()
621 parent_data[0].hw = __clk_get_hw(spicc->core); in meson_spicc_pow2_clk_init()
683 parent_data[0].hw = __clk_get_hw(spicc->pclk); in meson_spicc_enh_clk_init()
685 parent_data[0].hw = __clk_get_hw(spicc->core); in meson_spicc_enh_clk_init()
/linux-6.1.9/drivers/clk/davinci/
Dpsc.c293 struct clk_hw *hw = __clk_get_hw(clk); in davinci_lpsc_clk_reset()
342 hw = __clk_get_hw(clk); in davinci_psc_reset_of_xlate()
/linux-6.1.9/drivers/clk/mvebu/
Dkirkwood.c282 to_clk_mux(__clk_get_hw(ctrl->muxes[n])); in clk_muxing_get_src()
Dcommon.c211 to_clk_gate(__clk_get_hw(ctrl->gates[n])); in clk_gating_get_src()
/linux-6.1.9/drivers/cpufreq/
Dqoriq-cpufreq.c181 hwclk = __clk_get_hw(policy->clk); in qoriq_cpufreq_cpu_init()
/linux-6.1.9/drivers/clk/sunxi/
Dclk-factors.c290 struct clk_hw *hw = __clk_get_hw(clk); in sunxi_factors_unregister()
/linux-6.1.9/drivers/clk/mediatek/
Dclk-mux.c283 struct clk_hw *hw = __clk_get_hw(data->clk); in mtk_clk_mux_notifier_cb()

12