Searched refs:__clk_get_hw (Results 1 – 25 of 39) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/ |
D | ccu_mmc_timing.c | 22 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()
|
/kernel/linux/linux-5.10/drivers/clk/ |
D | clkdev.c | 131 cl->clk_hw = __clk_get_hw(cl->clk); in clkdev_add() 140 cl->clk_hw = __clk_get_hw(cl->clk); in clkdev_add_table() 200 cl = vclkdev_alloc(__clk_get_hw(clk), con_id, dev_fmt, ap); in clkdev_alloc() 237 cl = vclkdev_create(__clk_get_hw(clk), con_id, dev_fmt, ap); in clkdev_create() 349 return do_clk_register_clkdev(__clk_get_hw(clk), &cl, con_id, in clk_register_clkdev()
|
D | clk-fixed-rate.c | 119 hw = __clk_get_hw(clk); in clk_unregister_fixed_rate()
|
D | clk-fixed-factor.c | 136 hw = __clk_get_hw(clk); in clk_unregister_fixed_factor()
|
D | clk-gate.c | 204 hw = __clk_get_hw(clk); in clk_unregister_gate()
|
D | clk-mux.c | 230 hw = __clk_get_hw(clk); in clk_unregister_mux()
|
/kernel/linux/linux-5.10/drivers/clk/ti/ |
D | autoidle.c | 90 hw = __clk_get_hw(clk); in omap2_clk_deny_idle() 114 hw = __clk_get_hw(clk); in omap2_clk_allow_idle()
|
D | clk-dra7-atl.c | 266 cdesc = to_atl_desc(__clk_get_hw(clk)); in of_dra7_atl_clk_probe() 294 atl_clk_enable(__clk_get_hw(clk)); in of_dra7_atl_clk_probe()
|
D | clockdomain.c | 147 clk_hw = __clk_get_hw(clk); in of_ti_clockdomain_setup()
|
D | apll.c | 155 ad->clk_ref = __clk_get_hw(clk); in omap_clk_register_apll() 167 ad->clk_bypass = __clk_get_hw(clk); in omap_clk_register_apll()
|
D | dpll.c | 180 dd->clk_ref = __clk_get_hw(clk); in _register_dpll() 193 dd->clk_bypass = __clk_get_hw(clk); in _register_dpll()
|
/kernel/linux/linux-5.10/drivers/clk/imx/ |
D | clk.c | 107 return __clk_get_hw(clk); in imx_obtain_fixed_clock_hw() 119 return __clk_get_hw(clk); in imx_obtain_fixed_clk_hw()
|
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
D | clk-tegra20-emc.c | 231 hw = __clk_get_hw(clk); in tegra20_clk_set_emc_round_callback() 288 hw = __clk_get_hw(emc_clk); in tegra20_clk_prepare_emc_mc_same_freq()
|
D | clk-tegra210-emc.c | 298 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()
|
D | clk-tegra124-emc.c | 265 clk_hw_reparent(&tegra->hw, __clk_get_hw(timing->parent)); in emc_set_timing()
|
/kernel/linux/linux-5.10/drivers/spi/ |
D | spi-meson-spicc.c | 601 parent_data[0].hw = __clk_get_hw(spicc->pclk); in meson_spicc_pow2_clk_init() 603 parent_data[0].hw = __clk_get_hw(spicc->core); in meson_spicc_pow2_clk_init() 665 parent_data[0].hw = __clk_get_hw(spicc->pclk); in meson_spicc_enh_clk_init() 667 parent_data[0].hw = __clk_get_hw(spicc->core); in meson_spicc_enh_clk_init()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
D | omap-iommu.c | 82 hwclk = to_clk_hw_omap(__clk_get_hw(clk)); in _get_pwrdm()
|
D | pdata-quirks.c | 315 struct clk_hw *hw = __clk_get_hw(clk); in ti_sysc_find_one_clockdomain()
|
/kernel/linux/linux-5.10/drivers/clk/davinci/ |
D | psc.c | 293 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()
|
D | pll.c | 310 struct clk_hw *hw = __clk_get_hw(cnd->clk); in davinci_pllen_rate_change() 644 struct clk_hw *hw = __clk_get_hw(clk_get_parent(cnd->clk)); in davinci_pll_sysclk_rate_change()
|
/kernel/linux/linux-5.10/drivers/clk/mvebu/ |
D | kirkwood.c | 282 to_clk_mux(__clk_get_hw(ctrl->muxes[n])); in clk_muxing_get_src()
|
D | common.c | 211 to_clk_gate(__clk_get_hw(ctrl->gates[n])); in clk_gating_get_src()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
D | qoriq-cpufreq.c | 181 hwclk = __clk_get_hw(policy->clk); in qoriq_cpufreq_cpu_init()
|
/kernel/linux/linux-5.10/drivers/clk/sunxi/ |
D | clk-factors.c | 290 struct clk_hw *hw = __clk_get_hw(clk); in sunxi_factors_unregister()
|
/kernel/linux/linux-5.10/drivers/devfreq/ |
D | imx8m-ddrc.c | 123 hw = clk_hw_get_parent_by_index(__clk_get_hw(clk), index); in clk_get_parent_by_index()
|
12