Lines Matching full:will
43 * This function will enable runtime PM on the given device. If the device is
44 * in #PM_DEVICE_STATE_ACTIVE state, the device will be suspended.
62 * If the device is currently suspended it will be resumed.
77 * This function will resume the device if the device is suspended (usage count
78 * equal to 0). In case of a resume failure, usage count and device state will
79 * be left unchanged. In all other cases, usage count will be incremented.
82 * pm_device_runtime_put_async(), this function will wait for the operation to
93 * available this function will be a no-op and will also return 0.
102 * This function will suspend the device if the device is no longer required
104 * state will be left unchanged. In all other cases, usage count will be
112 * available this function will be a no-op and will also return 0.
124 * This function will schedule the device suspension if the device is no longer
125 * required (usage count equal to 0). In all other cases, usage count will be
129 * this case, the function will be blocking (equivalent to
138 * available this function will be a no-op and will also return 0.