Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-omap2/
H A Dclockdomain.c38 static struct clkdm_autodep *autodeps; variable
443 if (autodeps) in clkdm_register_autodeps()
446 autodeps = ia; in clkdm_register_autodeps()
447 for (a = autodeps; a->clkdm.ptr; a++) in clkdm_register_autodeps()
1063 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in clkdm_add_autodeps()
1066 for (autodep = autodeps; autodep->clkdm.ptr; autodep++) { in clkdm_add_autodeps()
1093 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in clkdm_del_autodeps()
1096 for (autodep = autodeps; autodep->clkdm.ptr; autodep++) { in clkdm_del_autodeps()
1137 if (clkdm->usecount > 1 && autodeps) { in clkdm_clk_enable()