Home
last modified time | relevance | path

Searched refs:clk_hw_register_fixed_rate_with_accuracy (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/clk/
Dclk-fixed-rate.c55 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()
Dclk-asm9260.c280 hw = clk_hw_register_fixed_rate_with_accuracy(NULL, pll_clk, in asm9260_acc_init()
Dclk-stm32f4.c1741 clks[CLK_HSI] = clk_hw_register_fixed_rate_with_accuracy(NULL, "hsi", in stm32f4_rcc_init()
/Linux-v5.4/drivers/clk/at91/
Dat91sam9260.c375 hw = clk_hw_register_fixed_rate_with_accuracy(NULL, in at91sam926x_pmc_setup()
Dsckc.c583 slow_rc = clk_hw_register_fixed_rate_with_accuracy(NULL, in of_sama5d4_sckc_setup()
/Linux-v5.4/drivers/rtc/
Drtc-sun6i.c272 rtc->int_osc = clk_hw_register_fixed_rate_with_accuracy(NULL, in sun6i_rtc_clk_init()
/Linux-v5.4/include/linux/
Dclk-provider.h344 struct clk_hw *clk_hw_register_fixed_rate_with_accuracy(struct device *dev,