Home
last modified time | relevance | path

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

/drivers/clk/
Dclk-composite.c22 #define to_clk_composite(_hw) container_of(_hw, struct clk_composite, hw) macro
26 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_get_parent()
37 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_set_parent()
49 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_recalc_rate()
62 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_determine_rate()
130 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_round_rate()
142 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_set_rate()
153 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_is_enabled()
164 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_enable()
175 struct clk_composite *composite = to_clk_composite(hw); in clk_composite_disable()
/drivers/clk/sunxi/
Dclk-sunxi.c369 #define to_clk_composite(_hw) container_of(_hw, struct clk_composite, hw) in clk_sunxi_mmc_phase_control() macro
373 struct clk_composite *composite = to_clk_composite(hw); in clk_sunxi_mmc_phase_control()