Searched refs:clk_hw_register_fixed_rate_with_accuracy (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/drivers/clk/ |
| D | clk-fixed-rate.c | 58 struct clk_hw *clk_hw_register_fixed_rate_with_accuracy(struct device *dev, in clk_hw_register_fixed_rate_with_accuracy() function 93 EXPORT_SYMBOL_GPL(clk_hw_register_fixed_rate_with_accuracy); 101 hw = clk_hw_register_fixed_rate_with_accuracy(dev, name, parent_name, in clk_register_fixed_rate_with_accuracy() 122 return clk_hw_register_fixed_rate_with_accuracy(dev, name, parent_name, in clk_hw_register_fixed_rate()
|
| D | clk-asm9260.c | 291 hw = clk_hw_register_fixed_rate_with_accuracy(NULL, pll_clk, in asm9260_acc_init()
|
| D | clk-stm32f4.c | 1469 clks[CLK_HSI] = clk_hw_register_fixed_rate_with_accuracy(NULL, "hsi", in stm32f4_rcc_init()
|
| /Linux-v4.19/drivers/clk/at91/ |
| D | sckc.c | 478 hw = clk_hw_register_fixed_rate_with_accuracy(NULL, parent_names[0], in of_sama5d4_sckc_setup()
|
| /Linux-v4.19/drivers/rtc/ |
| D | rtc-sun6i.c | 228 rtc->int_osc = clk_hw_register_fixed_rate_with_accuracy(NULL, in sun6i_rtc_clk_init()
|
| /Linux-v4.19/include/linux/ |
| D | clk-provider.h | 324 struct clk_hw *clk_hw_register_fixed_rate_with_accuracy(struct device *dev,
|