Searched refs:autodeps (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
H A Dclockdomain.c39 static struct clkdm_autodep *autodeps; variable in typeref:struct:clkdm_autodep
136 * XXX autodeps are deprecated and should be removed at the earliest
148 pr_err("clockdomain: autodeps: clockdomain %s does not exist\n", _autodep_lookup()
409 * clkdm_register_autodeps - register autodeps (if required)
430 * autodeps have already been registered, or 0 upon success.
442 if (autodeps) clkdm_register_autodeps()
445 autodeps = ia; clkdm_register_autodeps()
446 for (a = autodeps; a->clkdm.ptr; a++) clkdm_register_autodeps()
1060 * XXX autodeps are deprecated and should be removed at the earliest
1067 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) clkdm_add_autodeps()
1070 for (autodep = autodeps; autodep->clkdm.ptr; autodep++) { clkdm_add_autodeps()
1090 * XXX autodeps are deprecated and should be removed at the earliest
1097 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) clkdm_del_autodeps()
1100 for (autodep = autodeps; autodep->clkdm.ptr; autodep++) { clkdm_del_autodeps()
1122 * For arch's with no autodeps, clkcm_clk_enable _clkdm_clk_hwmod_enable()
1127 if (clkdm->usecount > 1 && autodeps) { _clkdm_clk_hwmod_enable()
H A Dclockdomain.h27 * CLKDM_NO_AUTODEPS: Prevent "autodeps" from being added/removed from this
H A Domap_hwmod.c711 * mode. If the clockdomain is marked as not needing autodeps, return
740 * mode. If the clockdomain is marked as not needing autodeps, return

Completed in 96 milliseconds