Lines Matching refs:helper

26 * A set of helper functions defined in drivers/base/power/runtime.c that can be
32 fields of 'struct dev_pm_info' and the core helper functions provided for
72 enabled. However, the pm_runtime_irq_safe() helper function can be used to tell
76 not block or sleep, but it also means that the synchronous helper functions
102 the helper functions described in Section 4 for the device until its status
104 special helper functions for this purpose).
129 fatal error and will refuse to run the helper functions described in Section
131 'suspended' (by means of special helper functions provided by the PM core
139 * If any of these counters is decreased using a helper function provided by
157 The helper functions provided by the PM core, described in Section 4, guarantee
182 Additionally, the helper functions provided by the PM core obey the following
216 - wait queue used if any of the helper functions needs to wait for another
232 - used for disabling the helper functions (they work normally if this is
238 as described in Section 2), so the helper functions will not work until
268 and pm_runtime_forbid() helper functions
273 helper function
282 pm_runtime{_dont}_use_autosuspend() helper functions
292 - the time (in jiffies) when the pm_runtime_mark_last_busy() helper
300 The following runtime PM helper functions are defined in
399 to zero, the runtime PM helper functions can execute subsystem-level
493 It is safe to execute the following helper functions from interrupt context:
512 If pm_runtime_irq_safe() has been called for a device then the following helper
527 majority of the runtime PM helper functions described in Section 4 will return
539 parent won't be able to suspend at run time, using the PM core's helper
551 helper functions described in Section 4. In that case, pm_runtime_resume()
820 thereafter they should use the various *_autosuspend() helper functions instead
828 Drivers may also continue to use the non-autosuspend helper functions; they
831 helper functions will behave just like the non-autosuspend counterparts.