Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap2/
Dclockdomain.c41 static struct clkdm_autodep *autodeps; variable
446 if (autodeps) in clkdm_register_autodeps()
449 autodeps = ia; in clkdm_register_autodeps()
450 for (a = autodeps; a->clkdm.ptr; a++) in clkdm_register_autodeps()
1106 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in clkdm_add_autodeps()
1109 for (autodep = autodeps; autodep->clkdm.ptr; autodep++) { in clkdm_add_autodeps()
1136 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in clkdm_del_autodeps()
1139 for (autodep = autodeps; autodep->clkdm.ptr; autodep++) { in clkdm_del_autodeps()
1166 if (clkdm->usecount > 1 && autodeps) { in _clkdm_clk_hwmod_enable()