Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap2/
Dclockdomain.c39 static struct clkdm_autodep *autodeps; variable
442 if (autodeps) in clkdm_register_autodeps()
445 autodeps = ia; in clkdm_register_autodeps()
446 for (a = autodeps; a->clkdm.ptr; a++) in clkdm_register_autodeps()
1067 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in clkdm_add_autodeps()
1070 for (autodep = autodeps; autodep->clkdm.ptr; autodep++) { in clkdm_add_autodeps()
1097 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in clkdm_del_autodeps()
1100 for (autodep = autodeps; autodep->clkdm.ptr; autodep++) { in clkdm_del_autodeps()
1127 if (clkdm->usecount > 1 && autodeps) { in _clkdm_clk_hwmod_enable()