Searched refs:clk_composite (Results 1 – 4 of 4) sorted by relevance
12 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_get_parent()23 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_set_parent()35 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_recalc_rate()47 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_determine_rate()121 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_round_rate()133 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_set_rate()147 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_set_rate_and_parent()171 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_is_enabled()182 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_enable()193 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_disable()[all …]
1024 struct clk_composite { struct1037 #define to_clk_composite(_hw) container_of(_hw, struct clk_composite, hw) argument
956 + * @brother_hw: a member of clk_composite who has the common parent clocks957 + * with another clk_composite, and it's also a handle between962 @@ -1028,6 +1036,7 @@ struct clk_composite {
3028 + struct clk_composite *composite, *brother_composite;