Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-omap2/
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()
1103 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in clkdm_add_autodeps()
1106 for (autodep = autodeps; autodep->clkdm.ptr; autodep++) { in clkdm_add_autodeps()
1133 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in clkdm_del_autodeps()
1136 for (autodep = autodeps; autodep->clkdm.ptr; autodep++) { in clkdm_del_autodeps()
1163 if (clkdm->usecount > 1 && autodeps) { in _clkdm_clk_hwmod_enable()