Home
last modified time | relevance | path

Searched refs:CLKDM_NO_AUTODEPS (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dclockdomain.h24 * CLKDM_NO_AUTODEPS: Prevent "autodeps" from being added/removed from this
48 #define CLKDM_NO_AUTODEPS (1 << 4) macro
H A Dclockdomain.c1103 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in clkdm_add_autodeps()
1133 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in clkdm_del_autodeps()
H A Domap_hwmod.c664 if (clkdm && clkdm->flags & CLKDM_NO_AUTODEPS) in _add_initiator_dep()
693 if (clkdm && clkdm->flags & CLKDM_NO_AUTODEPS) in _del_initiator_dep()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dclockdomain.h24 * CLKDM_NO_AUTODEPS: Prevent "autodeps" from being added/removed from this
48 #define CLKDM_NO_AUTODEPS (1 << 4) macro
H A Dclockdomain.c1063 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in clkdm_add_autodeps()
1093 if (!autodeps || clkdm->flags & CLKDM_NO_AUTODEPS) in clkdm_del_autodeps()
H A Domap_hwmod.c667 if (clkdm && clkdm->flags & CLKDM_NO_AUTODEPS) in _add_initiator_dep()
696 if (clkdm && clkdm->flags & CLKDM_NO_AUTODEPS) in _del_initiator_dep()

Completed in 13 milliseconds