Searched refs:clk_register_fixed_rate_with_accuracy (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/clk/ |
| D | clk-fixed-rate.c | 59 struct clk *clk_register_fixed_rate_with_accuracy(struct device *dev, in clk_register_fixed_rate_with_accuracy() function 90 EXPORT_SYMBOL_GPL(clk_register_fixed_rate_with_accuracy); 104 return clk_register_fixed_rate_with_accuracy(dev, name, parent_name, in clk_register_fixed_rate() 127 clk = clk_register_fixed_rate_with_accuracy(NULL, clk_name, NULL, in of_fixed_clk_setup()
|
| D | clk-stm32f4.c | 324 clk_register_fixed_rate_with_accuracy(NULL, "hsi", NULL, 0, in stm32f4_rcc_init()
|
| D | clk-asm9260.c | 285 clk = clk_register_fixed_rate_with_accuracy(NULL, pll_clk, in asm9260_acc_init()
|
| /linux-4.4.14/include/linux/ |
| D | clk-provider.h | 282 struct clk *clk_register_fixed_rate_with_accuracy(struct device *dev,
|