Home
last modified time | relevance | path

Searched refs:alt_parent (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-cpu.c59 struct clk *alt_parent; member
177 alt_prate = clk_get_rate(cpuclk->alt_parent); in rockchip_cpuclk_pre_rate_change()
316 struct clk *parent, struct clk *alt_parent, in rockchip_clk_register_cpuclk() argument
332 if (IS_ERR(parent) || IS_ERR(alt_parent)) { in rockchip_clk_register_cpuclk()
372 cpuclk->alt_parent = alt_parent; in rockchip_clk_register_cpuclk()
373 if (!cpuclk->alt_parent) { in rockchip_clk_register_cpuclk()
380 ret = clk_prepare_enable(cpuclk->alt_parent); in rockchip_clk_register_cpuclk()
428 clk_disable_unprepare(cpuclk->alt_parent); in rockchip_clk_register_cpuclk()
H A Dclk.c638 struct clk *parent, struct clk *alt_parent, in rockchip_clk_register_armclk() argument
646 parent, alt_parent, in rockchip_clk_register_armclk()
H A Dclk.h657 struct clk *parent, struct clk *alt_parent,
1272 struct clk *parent, struct clk *alt_parent,
/OK3568_Linux_fs/kernel/drivers/clk/samsung/
H A Dclk-cpu.c153 unsigned long alt_prate = clk_hw_get_rate(cpuclk->alt_parent); in exynos_cpuclk_pre_rate_change()
281 unsigned long alt_prate = clk_hw_get_rate(cpuclk->alt_parent); in exynos5433_cpuclk_pre_rate_change()
405 const struct clk_hw *parent, const struct clk_hw *alt_parent, in exynos_register_cpu_clock() argument
414 if (IS_ERR(parent) || IS_ERR(alt_parent)) { in exynos_register_cpu_clock()
431 cpuclk->alt_parent = alt_parent; in exynos_register_cpu_clock()
H A Dclk-cpu.h49 const struct clk_hw *alt_parent; member
67 const struct clk_hw *parent, const struct clk_hw *alt_parent,