Lines Matching refs:clk_hw
973 static int kona_peri_clk_enable(struct clk_hw *hw) in kona_peri_clk_enable()
981 static void kona_peri_clk_disable(struct clk_hw *hw) in kona_peri_clk_disable()
989 static int kona_peri_clk_is_enabled(struct clk_hw *hw) in kona_peri_clk_is_enabled()
997 static unsigned long kona_peri_clk_recalc_rate(struct clk_hw *hw, in kona_peri_clk_recalc_rate()
1007 static long kona_peri_clk_round_rate(struct clk_hw *hw, unsigned long rate, in kona_peri_clk_round_rate()
1021 static int kona_peri_clk_determine_rate(struct clk_hw *hw, in kona_peri_clk_determine_rate()
1025 struct clk_hw *current_parent; in kona_peri_clk_determine_rate()
1057 struct clk_hw *parent = clk_hw_get_parent_by_index(hw, which); in kona_peri_clk_determine_rate()
1082 static int kona_peri_clk_set_parent(struct clk_hw *hw, u8 index) in kona_peri_clk_set_parent()
1117 static u8 kona_peri_clk_get_parent(struct clk_hw *hw) in kona_peri_clk_get_parent()
1129 static int kona_peri_clk_set_rate(struct clk_hw *hw, unsigned long rate, in kona_peri_clk_set_rate()