Searched refs:clk_register_fixed_rate_with_accuracy (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/clk/ |
H A D | clk-fixed-rate.c | 50 * clk_register_fixed_rate_with_accuracy - register fixed-rate clock with the 59 struct clk *clk_register_fixed_rate_with_accuracy(struct device *dev, clk_register_fixed_rate_with_accuracy() function 92 EXPORT_SYMBOL_GPL(clk_register_fixed_rate_with_accuracy); variable 106 return clk_register_fixed_rate_with_accuracy(dev, name, parent_name, clk_register_fixed_rate() 129 clk = clk_register_fixed_rate_with_accuracy(NULL, clk_name, NULL, of_fixed_clk_setup()
|
H A D | clk-asm9260.c | 285 clk = clk_register_fixed_rate_with_accuracy(NULL, pll_clk, asm9260_acc_init()
|
/linux-4.1.27/include/linux/ |
H A D | clk-provider.h | 263 struct clk *clk_register_fixed_rate_with_accuracy(struct device *dev,
|
Completed in 117 milliseconds