Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Dclockdomain.h51 #define CLKDM_NO_AUTODEPS (1 << 4) macro
Dclockdomain.c1067 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in clkdm_add_autodeps()
1097 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in clkdm_del_autodeps()
Domap_hwmod.c725 if (clkdm && clkdm->flags & CLKDM_NO_AUTODEPS) in _add_initiator_dep()
754 if (clkdm && clkdm->flags & CLKDM_NO_AUTODEPS) in _del_initiator_dep()