Home
last modified time | relevance | path

Searched refs:parent_hw (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/clk/ti/
Dgate.c69 struct clk_hw *parent_hw; in omap36xx_gate_clk_enable_with_hsdiv_restore() local
77 parent_hw = clk_hw_get_parent(clk_hw_get_parent(hw)); in omap36xx_gate_clk_enable_with_hsdiv_restore()
78 parent = to_clk_omap_divider(parent_hw); in omap36xx_gate_clk_enable_with_hsdiv_restore()
/Linux-v5.4/drivers/clk/imx/
Dclk-sccg-pll.c429 struct clk_hw *parent_hw = NULL; in __clk_sccg_pll_determine_rate() local
448 parent_hw = clk_hw_get_parent_by_index(hw, bypass_parent_index); in __clk_sccg_pll_determine_rate()
449 ret = __clk_determine_rate(parent_hw, req); in __clk_sccg_pll_determine_rate()
455 req->best_parent_hw = parent_hw; in __clk_sccg_pll_determine_rate()
/Linux-v5.4/drivers/clk/tegra/
Dclk-tegra20.c1110 struct clk_hw *parent_hw; in tegra20_clk_src_onecell_get() local
1129 parent_hw = clk_hw_get_parent(hw); in tegra20_clk_src_onecell_get()
1130 if (!parent_hw) in tegra20_clk_src_onecell_get()