Searched refs:clk_icst (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/clk/versatile/
H A Dclk-icst.c25 * struct clk_icst - ICST VCO clock wrapper
32 struct clk_icst { struct
40 #define to_icst(_hw) container_of(_hw, struct clk_icst, hw)
84 struct clk_icst *icst = to_icst(hw); icst_recalc_rate()
97 struct clk_icst *icst = to_icst(hw); icst_round_rate()
107 struct clk_icst *icst = to_icst(hw); icst_set_rate()
131 struct clk_icst *icst; icst_clk_register()
135 icst = kzalloc(sizeof(struct clk_icst), GFP_KERNEL); icst_clk_register()

Completed in 52 milliseconds