Searched refs:clk_hw_register_fixed_rate_with_accuracy (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/clk/ |
| D | clk-fixed-rate.c | 55 struct clk_hw *clk_hw_register_fixed_rate_with_accuracy(struct device *dev, in clk_hw_register_fixed_rate_with_accuracy() function 90 EXPORT_SYMBOL_GPL(clk_hw_register_fixed_rate_with_accuracy); 98 hw = clk_hw_register_fixed_rate_with_accuracy(dev, name, parent_name, in clk_register_fixed_rate_with_accuracy() 119 return clk_hw_register_fixed_rate_with_accuracy(dev, name, parent_name, in clk_hw_register_fixed_rate()
|
| D | clk-asm9260.c | 280 hw = clk_hw_register_fixed_rate_with_accuracy(NULL, pll_clk, in asm9260_acc_init()
|
| D | clk-stm32f4.c | 1741 clks[CLK_HSI] = clk_hw_register_fixed_rate_with_accuracy(NULL, "hsi", in stm32f4_rcc_init()
|
| /Linux-v5.4/drivers/clk/at91/ |
| D | at91sam9260.c | 375 hw = clk_hw_register_fixed_rate_with_accuracy(NULL, in at91sam926x_pmc_setup()
|
| D | sckc.c | 583 slow_rc = clk_hw_register_fixed_rate_with_accuracy(NULL, in of_sama5d4_sckc_setup()
|
| /Linux-v5.4/drivers/rtc/ |
| D | rtc-sun6i.c | 272 rtc->int_osc = clk_hw_register_fixed_rate_with_accuracy(NULL, in sun6i_rtc_clk_init()
|
| /Linux-v5.4/include/linux/ |
| D | clk-provider.h | 344 struct clk_hw *clk_hw_register_fixed_rate_with_accuracy(struct device *dev,
|