Lines Matching refs:run
73 the PM core that it is safe to run the ->runtime_suspend(), ->runtime_resume()
101 -EAGAIN, the PM core regards this as a fatal error and will refuse to run
113 should be enabled for all input devices put into low-power states at run time.
129 fatal error and will refuse to run the helper functions described in Section
252 - set if ->runtime_resume() is about to be run while ->runtime_suspend() is
266 power manage the device at run time via the /sys/devices/.../power/control
314 then run pm_runtime_autosuspend(dev) and return its result
367 - increment the device's usage counter, run pm_request_resume(dev) and
371 - increment the device's usage counter, run pm_runtime_resume(dev) and
378 - decrement the device's usage counter; if the result is 0 then run
382 - decrement the device's usage counter; if the result is 0 then run
386 - decrement the device's usage counter; if the result is 0 then run
390 - decrement the device's usage counter; if the result is 0 then run
394 - decrement the device's usage counter; if the result is 0 then run
405 callbacks from being run for the device), make sure that all of the
455 effectively allow the device to be power managed at run time)
460 effectively prevent the device from being power managed at run time)
543 parent won't be able to suspend at run time, using the PM core's helper
582 it at run time by changing the value of its /sys/devices/.../power/control
590 manage the device at run time, the driver may confuse it by using
700 - if the device has not been suspended at run time, invoke the ->suspend()
717 - if the device has not been suspended at run time, invoke the ->freeze()
727 - if the device has not been suspended at run time, invoke the ->thaw()
737 - if the device has not been suspended at run time, invoke the ->poweroff()
742 - if pm_runtime_suspended(dev) returns "false", run the ->poweroff_noirq()