Lines Matching +full:domain +full:- +full:idle +full:- +full:state
1 // SPDX-License-Identifier: GPL-2.0-only
18 * Notifications for cpu_pm will be issued by the idle task itself, which can
35 * disfunctional in cpu idle. Copy RCU_NONIDLE code to let RCU know in cpu_pm_notify()
62 * cpu_pm_register_notifier - register a driver with cpu_pm
83 * cpu_pm_unregister_notifier - unregister a driver with cpu_pm
103 * cpu_pm_enter - CPU low power entry notifier
105 * Notifies listeners that a single CPU is entering a low power state that may
106 * cause some blocks in the same power domain as the cpu to reset.
111 * co-processor, interrupt controller and its PM extensions, local CPU
124 * cpu_pm_exit - CPU low power exit notifier
126 * Notifies listeners that a single CPU is exiting a low power state that may
127 * have caused some blocks in the same power domain as the cpu to reset.
129 * Notified drivers can include VFP co-processor, interrupt controller
142 * cpu_cluster_pm_enter - CPU cluster low power entry notifier
144 * Notifies listeners that all cpus in a power domain are entering a low power
145 * state that may cause some blocks in the same power domain to reset.
148 * domain, and before cpu_pm_exit has been called on any cpu in the power
149 * domain. Notified drivers can include VFP co-processor, interrupt controller
164 * cpu_cluster_pm_exit - CPU cluster low power exit notifier
166 * Notifies listeners that all cpus in a power domain are exiting form a
167 * low power state that may have caused some blocks in the same power domain
171 * domain, and before cpu_pm_exit has been called on any cpu in the power
172 * domain. Notified drivers can include VFP co-processor, interrupt controller