Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Domap_hwmod.c817 * Called from _init_clocks(). Populates the @oh _clk (main
867 * Called from _init_clocks(). Populates the @oh OCP slave interface
906 * Called from _init_clocks(). Populates the @oh omap_hwmod_opt_clk
1396 * _init_clocks - clk_get() all clocks associated with this hwmod. Retrieve as
1405 static int _init_clocks(struct omap_hwmod *oh, struct device_node *np) in _init_clocks() function
1424 pr_warn("omap_hwmod: %s: cannot _init_clocks\n", oh->name); in _init_clocks()
2337 r = _init_clocks(oh, np); in _init()