Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/versatile/
H A Dclk-icst.c335 struct clk *icst_clk_setup(struct device *dev, in icst_clk_setup() function
377 EXPORT_SYMBOL_GPL(icst_clk_setup);
397 return icst_clk_setup(dev, desc, name, parent_name, map, in icst_clk_register()
541 regclk = icst_clk_setup(NULL, &icst_desc, name, parent_name, map, ctype); in of_syscon_icst_setup()
H A Dclk-icst.h36 struct clk *icst_clk_setup(struct device *dev,
H A Dclk-impd1.c90 clk = icst_clk_setup(NULL, desc, name, parent_name, map, in integrator_impd1_clk_spawn()