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

/linux-4.1.27/drivers/clk/
H A Dclk.c395 * clk_debug_register in __clk_init.
2263 * __clk_init - initialize the data structures in a struct clk
2270 static int __clk_init(struct device *dev, struct clk *clk_user) __clk_init() function
2352 * Populate clk->parent if parent has already been __clk_init'd. If __clk_init()
2353 * parent has not yet been __clk_init'd then place clk in the orphan __clk_init()
2551 ret = __clk_init(dev, hw->clk); clk_register()
/linux-4.1.27/include/linux/
H A Dclk-provider.h106 * __clk_init. This callback is mandatory for clocks with

Completed in 93 milliseconds