Lines Matching refs:notifier_clk

5386 	struct clk *notifier_clk;  in meson_g12a_dvfs_setup_common()  local
5394 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk_postmux0.hw, in meson_g12a_dvfs_setup_common()
5396 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup_common()
5404 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk_dyn.hw, in meson_g12a_dvfs_setup_common()
5406 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup_common()
5420 struct clk *notifier_clk; in meson_g12b_dvfs_setup() local
5431 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpu_clk.hw, in meson_g12b_dvfs_setup()
5433 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5441 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_sys1_pll.hw, in meson_g12b_dvfs_setup()
5443 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5454 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpub_clk_postmux0.hw, in meson_g12b_dvfs_setup()
5456 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5464 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpub_clk_dyn.hw, "dvfs"); in meson_g12b_dvfs_setup()
5465 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5473 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpub_clk.hw, DVFS_CON_ID); in meson_g12b_dvfs_setup()
5474 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5482 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_sys_pll.hw, DVFS_CON_ID); in meson_g12b_dvfs_setup()
5483 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5497 struct clk *notifier_clk; in meson_g12a_dvfs_setup() local
5505 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk.hw, DVFS_CON_ID); in meson_g12a_dvfs_setup()
5506 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup()
5514 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_sys_pll.hw, DVFS_CON_ID); in meson_g12a_dvfs_setup()
5515 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup()