Home
last modified time | relevance | path

Searched refs:notifier_clk (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/clk/meson/
Dg12a.c5245 struct clk *notifier_clk; in meson_g12a_dvfs_setup_common() local
5253 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk_postmux0.hw, in meson_g12a_dvfs_setup_common()
5255 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup_common()
5263 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk_dyn.hw, in meson_g12a_dvfs_setup_common()
5265 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup_common()
5279 struct clk *notifier_clk; in meson_g12b_dvfs_setup() local
5290 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpu_clk.hw, in meson_g12b_dvfs_setup()
5292 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5300 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_sys1_pll.hw, in meson_g12b_dvfs_setup()
5302 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
[all …]
Dmeson8b.c3796 struct clk *notifier_clk; in meson8b_clkc_init_common() local
3848 notifier_clk = __clk_lookup(notifier_clk_name); in meson8b_clkc_init_common()
3849 ret = clk_notifier_register(notifier_clk, &meson8b_cpu_nb_data.nb); in meson8b_clkc_init_common()