Searched refs:clk_hw_get_parent (Results 1 – 6 of 6) sorted by relevance
29 parent = clk_hw_get_parent(hw); in ccu_phase_get_phase()43 grandparent = clk_hw_get_parent(parent); in ccu_phase_get_phase()74 parent = clk_hw_get_parent(hw); in ccu_phase_set_phase()88 grandparent = clk_hw_get_parent(parent); in ccu_phase_set_phase()
38 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in clk_factor_round_rate()58 return clk_hw_set_rate(clk_hw_get_parent(hw), p_rate); in clk_factor_set_rate()
773 struct clk_hw *clk_hw_get_parent(const struct clk_hw *hw);782 return divider_round_rate_parent(hw, clk_hw_get_parent(hw), in divider_round_rate()792 return divider_ro_round_rate_parent(hw, clk_hw_get_parent(hw), in divider_ro_round_rate()
114 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in ccu_gate_round_rate()
99 best_parent = clk_hw_get_parent(hw); in ccu_mux_helper_determine_rate()
144 struct clk_hw *clk_hw_get_parent(const struct clk_hw *hw) in clk_hw_get_parent() function
Completed in 14 milliseconds