Home
last modified time | relevance | path

Searched refs:clk_register_fixed_rate_with_accuracy (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/clk/
Dclk-fixed-rate.c59 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()
Dclk-stm32f4.c324 clk_register_fixed_rate_with_accuracy(NULL, "hsi", NULL, 0, in stm32f4_rcc_init()
Dclk-asm9260.c285 clk = clk_register_fixed_rate_with_accuracy(NULL, pll_clk, in asm9260_acc_init()
/linux-4.4.14/include/linux/
Dclk-provider.h282 struct clk *clk_register_fixed_rate_with_accuracy(struct device *dev,