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

/linux-4.1.27/drivers/clk/
H A Dclk-fixed-rate.c50 * clk_register_fixed_rate_with_accuracy - register fixed-rate clock with the
59 struct clk *clk_register_fixed_rate_with_accuracy(struct device *dev, clk_register_fixed_rate_with_accuracy() function
92 EXPORT_SYMBOL_GPL(clk_register_fixed_rate_with_accuracy); variable
106 return clk_register_fixed_rate_with_accuracy(dev, name, parent_name, clk_register_fixed_rate()
129 clk = clk_register_fixed_rate_with_accuracy(NULL, clk_name, NULL, of_fixed_clk_setup()
H A Dclk-asm9260.c285 clk = clk_register_fixed_rate_with_accuracy(NULL, pll_clk, asm9260_acc_init()
/linux-4.1.27/include/linux/
H A Dclk-provider.h263 struct clk *clk_register_fixed_rate_with_accuracy(struct device *dev,

Completed in 109 milliseconds