Home
last modified time | relevance | path

Searched defs:idle_fn (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dpm_runtime.h37 #define DEFINE_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument
42 #define EXPORT_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument
46 #define EXPORT_GPL_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument
50 #define EXPORT_NS_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn, ns) \ argument
54 #define EXPORT_NS_GPL_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn, ns) \ argument
A Dpm.h336 #define RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ argument
363 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ argument
366 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) argument
371 runtime_suspend_fn, runtime_resume_fn, idle_fn) \ argument
445 #define UNIVERSAL_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument
/linux-6.3-rc2/arch/arm/mach-omap2/
A Dpm33xx-core.c39 static int (*idle_fn)(u32 wfi_flags); variable

Completed in 8 milliseconds