Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/
Dclk-fixed-rate.c58 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()
Dclk-asm9260.c291 hw = clk_hw_register_fixed_rate_with_accuracy(NULL, pll_clk, in asm9260_acc_init()
Dclk-stm32f4.c1469 clks[CLK_HSI] = clk_hw_register_fixed_rate_with_accuracy(NULL, "hsi", in stm32f4_rcc_init()
/Linux-v4.19/drivers/clk/at91/
Dsckc.c478 hw = clk_hw_register_fixed_rate_with_accuracy(NULL, parent_names[0], in of_sama5d4_sckc_setup()
/Linux-v4.19/drivers/rtc/
Drtc-sun6i.c228 rtc->int_osc = clk_hw_register_fixed_rate_with_accuracy(NULL, in sun6i_rtc_clk_init()
/Linux-v4.19/include/linux/
Dclk-provider.h324 struct clk_hw *clk_hw_register_fixed_rate_with_accuracy(struct device *dev,