Lines Matching defs:clocks
123 * ti_dt_clocks_register - register DT alias clocks during boot
124 * @oclks: list of clocks to register
127 * default, DT clocks are found based on their node name. If any
238 * once all the other clocks have been initialized.
320 * mapping from clocks node to the memory map index. All the clocks
322 * clocks will access their memory maps based on the node layout.
328 struct device_node *clocks;
331 /* get clocks for this parent */
332 clocks = of_get_child_by_name(parent, "clocks");
333 if (!clocks) {
334 pr_err("%pOFn missing 'clocks' child node.\n", parent);
338 /* add clocks node info */
339 clocks_node_ptr[index] = clocks;
375 * ti_dt_clk_init_retry_clks - init clocks from the retry list
377 * Initializes any clocks that have failed to initialize before,
380 * parent clocks ready during init.
467 * omap2_clk_enable_init_clocks - prepare & enable a list of clocks
471 * Prepare and enable a list of clocks, named by @clk_names. No
472 * return value. XXX Deprecated; only needed until these clocks are
474 * them. XXX What code disables & calls clk_put on these clocks?
558 * for it, and adds the list to the available clk_hw_omap type clocks.
585 * failure. If @fn returns non-zero, the iteration across clocks