Home
last modified time | relevance | path

Searched refs:to_clk_composite (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/clk/
A Dclk-composite.c13 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()
71 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_determine_rate()
151 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_round_rate()
163 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_set_rate()
177 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_set_rate_and_parent()
201 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_is_enabled()
212 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_enable()
423 composite = to_clk_composite(hw); in clk_unregister_composite()
[all …]
/linux/include/linux/
A Dclk-provider.h1108 #define to_clk_composite(_hw) container_of(_hw, struct clk_composite, hw) macro

Completed in 9 milliseconds