Home
last modified time | relevance | path

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

/linux/drivers/clk/
H 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()
59 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_determine_rate()
143 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_set_rate()
157 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_set_rate_and_parent()
181 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_is_enabled()
192 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_enable()
203 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_disable()
400 composite = to_clk_composite(hw); in clk_unregister_composite()
[all …]
/linux/drivers/clk/mediatek/
H A Dclk-mtk.c315 composite = to_clk_composite(hw); in mtk_clk_unregister_composite()
/linux/include/linux/
H A Dclk-provider.h1391 #define to_clk_composite(_hw) container_of(_hw, struct clk_composite, hw) macro