Searched refs:to_clk_composite (Results 1 – 2 of 2) sorted by relevance
13 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_get_parent()24 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_set_parent()36 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_recalc_rate()48 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_determine_rate()122 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_round_rate()134 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_set_rate()148 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_set_rate_and_parent()172 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_is_enabled()183 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_enable()194 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_disable()[all …]
1108 #define to_clk_composite(_hw) container_of(_hw, struct clk_composite, hw) macro