Home
last modified time | relevance | path

Searched refs:idle_fn (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dpm_runtime.h37 #define DEFINE_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \
40 resume_fn, idle_fn)
42 #define EXPORT_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \
44 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
46 #define EXPORT_GPL_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \
48 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
50 #define EXPORT_NS_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn, ns) \
52 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
54 #define EXPORT_NS_GPL_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn, ns) \
56 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
[all...]
H A Dpm.h336 #define RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
339 .runtime_idle = idle_fn,
363 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
364 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn)
366 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn)
371 runtime_suspend_fn, runtime_resume_fn, idle_fn) \
374 RUNTIME_PM_OPS(runtime_suspend_fn, runtime_resume_fn, idle_fn) \
460 #define UNIVERSAL_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \
463 SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dpm33xx-core.c40 static int (*idle_fn)(u32 wfi_flags); variable
101 idle_fn = idle; in amx3_common_init()
139 idle_fn = NULL; in amx3_suspend_deinit()
431 if (idle_fn) in amx3_idle_enter()
432 idle_fn(idle_state->wfi_flags); in amx3_idle_enter()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dpm33xx-core.c39 static int (*idle_fn)(u32 wfi_flags); variable
100 idle_fn = idle; in amx3_common_init()
134 idle_fn = NULL; in amx3_suspend_deinit()
426 if (idle_fn) in amx3_idle_enter()
427 idle_fn(idle_state->wfi_flags); in amx3_idle_enter()
/kernel/linux/linux-5.10/include/linux/
H A Dpm.h341 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
344 .runtime_idle = idle_fn,
346 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn)
371 #define UNIVERSAL_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \
374 SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
/kernel/linux/linux-5.10/drivers/cpuidle/
H A Dcpuidle-powernv.c229 int (*idle_fn)(struct cpuidle_device *, in add_powernv_state()
241 powernv_states[index].enter = idle_fn; in add_powernv_state()
/kernel/linux/linux-6.6/drivers/cpuidle/
H A Dcpuidle-powernv.c232 int (*idle_fn)(struct cpuidle_device *, in add_powernv_state()
244 powernv_states[index].enter = idle_fn; in add_powernv_state()

Completed in 7 milliseconds