Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dcpuidle.c16 static struct cpuidle_ops cpuidle_ops[NR_CPUS] __ro_after_init;
50 return cpuidle_ops[cpu].suspend(index); in arm_cpuidle_suspend()
54 * arm_cpuidle_get_ops() - find a registered cpuidle_ops by name
60 * Returns a struct cpuidle_ops pointer, NULL if not found.
62 static const struct cpuidle_ops *__init arm_cpuidle_get_ops(const char *method) in arm_cpuidle_get_ops()
79 * associated cpuidle_ops and do a struct copy. This copy is needed because all
80 * cpuidle_ops are tagged __initconst and will be unloaded after the init
84 * no cpuidle_ops is registered for the 'enable-method', or if either init or
90 const struct cpuidle_ops *op in arm_cpuidle_read_ops()
[all...]
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dcpuidle.c15 static struct cpuidle_ops cpuidle_ops[NR_CPUS] __ro_after_init;
49 return cpuidle_ops[cpu].suspend(index); in arm_cpuidle_suspend()
53 * arm_cpuidle_get_ops() - find a registered cpuidle_ops by name
59 * Returns a struct cpuidle_ops pointer, NULL if not found.
61 static const struct cpuidle_ops *__init arm_cpuidle_get_ops(const char *method) in arm_cpuidle_get_ops()
78 * associated cpuidle_ops and do a struct copy. This copy is needed because all
79 * cpuidle_ops are tagged __initconst and will be unloaded after the init
83 * no cpuidle_ops is registered for the 'enable-method', or if either init or
89 const struct cpuidle_ops *op in arm_cpuidle_read_ops()
[all...]
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dcpuidle.h35 struct cpuidle_ops { struct
42 const struct cpuidle_ops *ops;
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dcpuidle.h35 struct cpuidle_ops { struct
42 const struct cpuidle_ops *ops;
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dpm33xx-core.c437 static struct cpuidle_ops amx3_cpuidle_ops __initdata = {
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dpm33xx-core.c432 static struct cpuidle_ops amx3_cpuidle_ops __initdata = {

Completed in 3 milliseconds