Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dclockdomain.c38 static struct clkdm_autodep *autodeps; variable
137 * XXX autodeps are deprecated and should be removed at the earliest
149 pr_err("clockdomain: autodeps: clockdomain %s does not exist\n", in _autodep_lookup()
410 * clkdm_register_autodeps - register autodeps (if required)
431 * autodeps have already been registered, or 0 upon success.
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()
1096 * XXX autodeps are deprecated and should be removed at the earliest
1103 if (!autodeps || clkd in clkdm_add_autodeps()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dclockdomain.c38 static struct clkdm_autodep *autodeps; variable
137 * XXX autodeps are deprecated and should be removed at the earliest
149 pr_err("clockdomain: autodeps: clockdomain %s does not exist\n", in _autodep_lookup()
410 * clkdm_register_autodeps - register autodeps (if required)
431 * autodeps have already been registered, or 0 upon success.
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()
1056 * XXX autodeps are deprecated and should be removed at the earliest
1063 if (!autodeps || clkd in clkdm_add_autodeps()
[all...]

Completed in 3 milliseconds