Lines Matching full:clkctrl
2 * OMAP clkctrl clock support
258 /* Get clkctrl clock base name based on clkctrl_name or dts node */
266 /* l4per-clkctrl:1234:0 style naming based on clkctrl_name */ in clkctrl_get_clock_name()
268 clock_name = kasprintf(GFP_KERNEL, "%s-clkctrl:%04x:%d", in clkctrl_get_clock_name()
288 /* l4per-clkctrl:1234:0 style naming based on node name */ in clkctrl_get_clock_name()
475 /* Get clock name based on compatible string for clkctrl */
484 if (!strncmp("ti,clkctrl-", compat, prefix_len)) { in clkctrl_get_name()
589 pr_err("%pOF not found from clkctrl data.\n", node); in _ti_omap4_clkctrl_setup()
612 * The code below can be removed when all clkctrl nodes use domain in _ti_omap4_clkctrl_setup()
730 CLK_OF_DECLARE(ti_omap4_clkctrl_clock, "ti,clkctrl",
734 * ti_clk_is_in_standby - Check if clkctrl clock is in standby or not
738 * true if the provided clock is a clkctrl type clock and it is in standby,