Searched refs:parent_hw (Results 1 – 3 of 3) sorted by relevance
69 struct clk_hw *parent_hw; in omap36xx_gate_clk_enable_with_hsdiv_restore() local77 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()
429 struct clk_hw *parent_hw = NULL; in __clk_sccg_pll_determine_rate() local448 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()
1110 struct clk_hw *parent_hw; in tegra20_clk_src_onecell_get() local1129 parent_hw = clk_hw_get_parent(hw); in tegra20_clk_src_onecell_get()1130 if (!parent_hw) in tegra20_clk_src_onecell_get()