Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-omap2/
Dclockdomain.c37 static struct clkdm_autodep *autodeps; variable
170 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in _clkdm_add_autodeps()
173 for (autodep = autodeps; autodep->clkdm.ptr; autodep++) { in _clkdm_add_autodeps()
201 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in _clkdm_del_autodeps()
204 for (autodep = autodeps; autodep->clkdm.ptr; autodep++) { in _clkdm_del_autodeps()
326 if (autodeps) in clkdm_register_autodeps()
329 autodeps = ia; in clkdm_register_autodeps()
330 for (a = autodeps; a->clkdm.ptr; a++) in clkdm_register_autodeps()
922 if ((atomic_inc_return(&clkdm->usecount) > 1) && autodeps) in _clkdm_clk_hwmod_enable()