Lines Matching refs:notifier_clk

5235 	struct clk *notifier_clk;  in meson_g12a_dvfs_setup_common()  local
5243 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk_postmux0.hw, in meson_g12a_dvfs_setup_common()
5245 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup_common()
5253 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk_dyn.hw, in meson_g12a_dvfs_setup_common()
5255 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup_common()
5269 struct clk *notifier_clk; in meson_g12b_dvfs_setup() local
5280 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpu_clk.hw, in meson_g12b_dvfs_setup()
5282 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5290 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_sys1_pll.hw, in meson_g12b_dvfs_setup()
5292 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5303 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpub_clk_postmux0.hw, in meson_g12b_dvfs_setup()
5305 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5313 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpub_clk_dyn.hw, "dvfs"); in meson_g12b_dvfs_setup()
5314 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5322 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpub_clk.hw, DVFS_CON_ID); in meson_g12b_dvfs_setup()
5323 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5331 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_sys_pll.hw, DVFS_CON_ID); in meson_g12b_dvfs_setup()
5332 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5346 struct clk *notifier_clk; in meson_g12a_dvfs_setup() local
5354 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk.hw, DVFS_CON_ID); in meson_g12a_dvfs_setup()
5355 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup()
5363 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_sys_pll.hw, DVFS_CON_ID); in meson_g12a_dvfs_setup()
5364 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup()