Lines Matching refs:notifier_clk
5165 struct clk *notifier_clk; in meson_g12a_dvfs_setup_common() local
5173 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk_postmux0.hw, in meson_g12a_dvfs_setup_common()
5175 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup_common()
5183 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk_dyn.hw, in meson_g12a_dvfs_setup_common()
5185 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup_common()
5199 struct clk *notifier_clk; in meson_g12b_dvfs_setup() local
5210 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpu_clk.hw, in meson_g12b_dvfs_setup()
5212 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5220 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_sys1_pll.hw, in meson_g12b_dvfs_setup()
5222 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5233 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpub_clk_postmux0.hw, in meson_g12b_dvfs_setup()
5235 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5243 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpub_clk_dyn.hw, "dvfs"); in meson_g12b_dvfs_setup()
5244 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5252 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpub_clk.hw, DVFS_CON_ID); in meson_g12b_dvfs_setup()
5253 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5261 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_sys_pll.hw, DVFS_CON_ID); in meson_g12b_dvfs_setup()
5262 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12b_dvfs_setup()
5276 struct clk *notifier_clk; in meson_g12a_dvfs_setup() local
5284 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk.hw, DVFS_CON_ID); in meson_g12a_dvfs_setup()
5285 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup()
5293 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_sys_pll.hw, DVFS_CON_ID); in meson_g12a_dvfs_setup()
5294 ret = devm_clk_notifier_register(dev, notifier_clk, in meson_g12a_dvfs_setup()