Lines Matching full:clocks
28 static LIST_HEAD(clocks);
196 /* Used for clocks that always have same value as the parent clock */
203 * Used for clocks that have the same value as the parent clock,
239 * recalculate_root_clocks - recalculate and propagate all root clocks
241 * Recalculates all root clocks (clocks with no parent), which if the
274 * trap out already registered clocks in clk_register()
285 list_add(&clk->node, &clocks); in clk_register()
310 list_for_each_entry(clkp, &clocks, node) { in clk_enable_init_clocks()
331 list_for_each_entry(c, &clocks, node) { in omap_clk_get_by_name()
350 list_for_each_entry(c, &clocks, node) in omap_clk_enable_autoidle_all()
366 list_for_each_entry(c, &clocks, node) in omap_clk_disable_autoidle_all()
434 * Disable any unused clocks left on by the bootloader
444 pr_info("clock: disabling unused clocks to save power\n"); in clk_disable_unused()
445 list_for_each_entry(ck, &clocks, node) { in clk_disable_unused()
493 list_for_each_entry(c, &clocks, node) { in clk_dbg_show_summary()
577 list_for_each_entry(c, &clocks, node) { in clk_debugfs_init()