Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk-composite.c21 struct clk_composite *composite = to_clk_composite(clk_dev_binded(clk) ? in clk_composite_get_parent()
30 struct clk_composite *composite = to_clk_composite(clk_dev_binded(clk) ? in clk_composite_set_parent()
40 struct clk_composite *composite = to_clk_composite(clk_dev_binded(clk) ? in clk_composite_recalc_rate()
50 struct clk_composite *composite = to_clk_composite(clk_dev_binded(clk) ? in clk_composite_set_rate()
60 struct clk_composite *composite = to_clk_composite(clk_dev_binded(clk) ? in clk_composite_enable()
70 struct clk_composite *composite = to_clk_composite(clk_dev_binded(clk) ? in clk_composite_disable()
/third_party/uboot/u-boot-2020.01/include/linux/
Dclk-provider.h156 #define to_clk_composite(_clk) container_of(_clk, struct clk_composite, clk) macro