Home
last modified time | relevance | path

Searched refs: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()
71 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_determine_rate()
156 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_round_rate()
168 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_set_rate()
182 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_set_rate_and_parent()
206 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_is_enabled()
217 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_enable()
228 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_disable()
[all …]
/linux/include/linux/
H A Dclk-provider.h1259 struct clk_composite { struct
1272 #define to_clk_composite(_hw) container_of(_hw, struct clk_composite, hw) argument
/linux/drivers/clk/mediatek/
H A Dclk-mtk.c307 struct clk_composite *composite; in mtk_clk_unregister_composite()