Lines Matching defs:clocks
155 * ti_dt_clocks_register - register DT alias clocks during boot
156 * @oclks: list of clocks to register
159 * default, DT clocks are found based on their clock-output-names
271 * once all the other clocks have been initialized.
359 * mapping from clocks node to the memory map index. All the clocks
361 * clocks will access their memory maps based on the node layout.
367 struct device_node *clocks;
370 /* get clocks for this parent */
371 clocks = of_get_child_by_name(parent, "clocks");
372 if (!clocks) {
373 pr_err("%pOFn missing 'clocks' child node.\n", parent);
377 /* add clocks node info */
378 clocks_node_ptr[index] = clocks;
414 * ti_dt_clk_init_retry_clks - init clocks from the retry list
416 * Initializes any clocks that have failed to initialize before,
419 * parent clocks ready during init.
506 * omap2_clk_enable_init_clocks - prepare & enable a list of clocks
510 * Prepare and enable a list of clocks, named by @clk_names. No
511 * return value. XXX Deprecated; only needed until these clocks are
513 * them. XXX What code disables & calls clk_put on these clocks?
597 * for it, and adds the list to the available clk_hw_omap type clocks.
624 * failure. If @fn returns non-zero, the iteration across clocks