Home
last modified time | relevance | path

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

/linux-4.1.27/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
92 EXPORT_SYMBOL_GPL(clk_register_fixed_rate_with_accuracy);
106 return clk_register_fixed_rate_with_accuracy(dev, name, parent_name, in clk_register_fixed_rate()
129 clk = clk_register_fixed_rate_with_accuracy(NULL, clk_name, NULL, in of_fixed_clk_setup()
Dclk-asm9260.c285 clk = clk_register_fixed_rate_with_accuracy(NULL, pll_clk, in asm9260_acc_init()
/linux-4.1.27/include/linux/
Dclk-provider.h263 struct clk *clk_register_fixed_rate_with_accuracy(struct device *dev,