Home
last modified time | relevance | path

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

/linux/drivers/clk/meson/
H A Dg12a.c5247 struct clk *notifier_clk; in meson_g12a_dvfs_setup_common() local
5255 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk_postmux0.hw, in meson_g12a_dvfs_setup_common()
5257 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup_common()
5265 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk_dyn.hw, in meson_g12a_dvfs_setup_common()
5267 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup_common()
5281 struct clk *notifier_clk; in meson_g12b_dvfs_setup() local
5292 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpu_clk.hw, in meson_g12b_dvfs_setup()
5294 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5302 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_sys1_pll.hw, in meson_g12b_dvfs_setup()
5304 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5358 struct clk *notifier_clk; meson_g12a_dvfs_setup() local
[all...]
H A Dmeson8b.c3663 struct clk *notifier_clk; in meson8b_clkc_init_common() local
3713 notifier_clk = __clk_lookup(notifier_clk_name); in meson8b_clkc_init_common()
3714 ret = clk_notifier_register(notifier_clk, &meson8b_cpu_nb_data.nb); in meson8b_clkc_init_common()