Home
last modified time | relevance | path

Searched refs:clk_composite (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/
Dclk-composite.c12 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 …]
/kernel/linux/linux-5.10/include/linux/
Dclk-provider.h1024 struct clk_composite { struct
1037 #define to_clk_composite(_hw) container_of(_hw, struct clk_composite, hw) argument
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dinclude.patch956 + * @brother_hw: a member of clk_composite who has the common parent clocks
957 + * with another clk_composite, and it's also a handle between
962 @@ -1028,6 +1036,7 @@ struct clk_composite {
Ddrivers.patch3028 + struct clk_composite *composite, *brother_composite;