Lines Matching full:clkctrl
3 * OMAP clkctrl clock support
250 /* Get clkctrl clock base name based on clkctrl_name or dts node */
258 /* l4per-clkctrl:1234:0 style naming based on clkctrl_name */ in clkctrl_get_clock_name()
260 clock_name = kasprintf(GFP_KERNEL, "%s-clkctrl:%04x:%d", in clkctrl_get_clock_name()
280 /* l4per-clkctrl:1234:0 style naming based on node name */ in clkctrl_get_clock_name()
469 * compatible property for clkctrl.
494 if (!strncmp("ti,clkctrl-", compat, prefix_len)) { in clkctrl_get_name()
578 pr_err("%pOF not found from clkctrl data.\n", node); in _ti_omap4_clkctrl_setup()
601 * The code below can be removed when all clkctrl nodes use domain in _ti_omap4_clkctrl_setup()
719 CLK_OF_DECLARE(ti_omap4_clkctrl_clock, "ti,clkctrl",
723 * ti_clk_is_in_standby - Check if clkctrl clock is in standby or not
727 * true if the provided clock is a clkctrl type clock and it is in standby,