Home
last modified time | relevance | path

Searched refs:clk_nb (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/
H A Dclk-cpu.c45 * @clk_nb: clock notifier registered for changes in clock speed of the
61 struct notifier_block clk_nb; member
69 #define to_rockchip_cpuclk_nb(nb) container_of(nb, struct rockchip_cpuclk, clk_nb)
288 cpuclk->clk_nb.notifier_call = rockchip_cpuclk_notifier_cb; in rockchip_clk_register_cpuclk()
321 ret = clk_notifier_register(clk, &cpuclk->clk_nb); in rockchip_clk_register_cpuclk()
348 clk_notifier_unregister(clk, &cpuclk->clk_nb); in rockchip_clk_register_cpuclk()
H A Dclk.c117 struct notifier_block clk_nb; member
129 #define to_rockchip_clk_frac_nb(nb) container_of(nb, struct rockchip_clk_frac, clk_nb)
286 frac->clk_nb.notifier_call = rockchip_clk_frac_notifier_cb; in rockchip_clk_register_frac_branch()
315 ret = clk_notifier_register(hw->clk, &frac->clk_nb); in rockchip_clk_register_frac_branch()
H A Dclk-pll.c37 struct notifier_block clk_nb; member
64 #define to_rockchip_clk_pll_nb(nb) container_of(nb, struct rockchip_clk_pll, clk_nb)
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_bus.c26 #define to_rockchip_bus_clk_nb(nb) container_of(nb, struct rockchip_bus, clk_nb)
38 struct notifier_block clk_nb; member
250 bus->clk_nb.notifier_call = rockchip_bus_clk_notifier; in rockchip_bus_clkfreq()
251 ret = clk_notifier_register(bus->clk, &bus->clk_nb); in rockchip_bus_clkfreq()
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_bus.c27 container_of(nb, struct rockchip_bus, clk_nb)
40 struct notifier_block clk_nb; member
259 bus->clk_nb.notifier_call = rockchip_bus_clk_notifier; in rockchip_bus_clkfreq()
260 ret = clk_notifier_register(bus->clk, &bus->clk_nb); in rockchip_bus_clkfreq()

Completed in 6 milliseconds