Lines Matching refs:code
106 * If the suspend callback returns an error code different from -EBUSY and
134 * If the resume callback returns an error code, the PM core regards this as a
244 - if set, there was a fatal error (one of the callbacks returned error code
246 this flag is cleared; this is the error code returned by the failing
321 error code on failure, where -EINPROGRESS means that ->runtime_idle() is
328 error code on failure, where -EAGAIN or -EBUSY means it is safe to attempt
342 changing from 0 to 1) or error code on failure, where -EAGAIN means it may
351 runtime PM status was already 'active') or the error code from
357 success or error code if the request has not been queued up
369 runtime status was already 'suspended', or error code if the request
378 error code if the request hasn't been queued up
393 result in cleaner code.
463 zero); it will fail and return error code if the device has a parent
741 Subsystems may wish to conserve code space by using the set of generic power
851 through a supplier device link. For these reasons and to avoid boilerplate code
909 Here is a schematic pseudo-code example::