Lines Matching full:suspended

95     core regards the device as suspended, which need not mean that it has been
100 'suspended'.
109 is directly set to either 'active', or 'suspended' (the PM core provides
137 'suspended' (by means of special helper functions provided by the PM core
152 if the device can be suspended (i.e. if all of the conditions necessary for
184 (4) ->runtime_resume() can only be executed for 'suspended' devices (i.e. the
186 PM status of which is 'suspended').
261 suspend to complete; means "start a resume as soon as you've suspended"
266 PM core as 'suspended', regardless of its real hardware status
327 success, 1 if the device's runtime PM status was already 'suspended', or
367 runtime status was already 'suspended', or error code if the request
463 PM status to 'suspended' and update its parent's counter of 'active'
473 - return true if the device's runtime PM status is 'suspended' and its
477 - return true if the device's runtime PM status is 'suspended'
571 'suspended', but it need not reflect the actual physical state of the device.
585 status should be changed back to 'suspended' with the help of
588 If the default initial runtime PM status of the device (i.e. 'suspended')
612 resumes the device if it's in the suspended state and prevents it from
613 being suspended again while those routines are being executed.
615 To allow bus types and drivers to put devices into the suspended state by
645 straightforward. But what should happen if the device is already suspended?
657 power, even if they had been suspended before the system suspend began. There
672 * Even though the device was suspended, if its usage counter was > 0 then most
675 If the device had been suspended before the system suspend began and it's
700 be more efficient to leave the devices that had been suspended before the system
701 suspend began in the suspended state.
706 that the device appears to be runtime-suspended and its state is fine, so it
747 - if the device has not been suspended at run time, invoke the ->suspend()
764 - if the device has not been suspended at run time, invoke the ->freeze()
774 - if the device has not been suspended at run time, invoke the ->thaw()
784 - if the device has not been suspended at run time, invoke the ->poweroff()
833 devices should be suspended.
856 unused; following this advice, drivers should not allow devices to be suspended
862 device is automatically suspended (the subsystem or driver still has to call