Lines Matching full:clocks
46 * which attemps to iterate through the entire list of clocks and take every
47 * clock lock. If any call to spin_trylock fails, all locked clocks are
57 * clocks.
60 * read-modify-write on registers that are shared by multiple clocks
63 static LIST_HEAD(clocks);
70 list_for_each_entry(c, &clocks, node) { in tegra_get_clock_by_name()
147 list_add(&c->node, &clocks); in clk_init()
280 /* Must be called with clocks lock and all indvidual clock locks held */
408 list_for_each_entry(c, &clocks, node) in __clk_lock_all_spinlocks()
415 list_for_each_entry_continue_reverse(c, &clocks, node) in __clk_lock_all_spinlocks()
425 list_for_each_entry_reverse(c, &clocks, node) in __clk_unlock_all_spinlocks()
455 * Unlocks all clocks after a clk_lock_all
504 list_for_each_entry(child, &clocks, node) { in clock_tree_show_one()
522 list_for_each_entry(c, &clocks, node) in clock_tree_show()
639 list_for_each_entry(c, &clocks, node) { in clk_debugfs_init()