Lines Matching full:suspended
21 state until it is no longer used. At this point, the device will be suspended
45 SUSPENDED [label=PM_DEVICE_STATE_SUSPENDED];
49 init -> SUSPENDED;
50 SUSPENDED -> ACTIVE;
51 ACTIVE -> SUSPENDED;
53 SUSPENDING -> SUSPENDED [constraint=false];
54 SUSPENDED -> SUSPENDING [style=invis];
69 When runtime PM is enabled on a device it will no longer be resumed or suspended
73 determine when a device needs to be resumed or suspended. The API uses the *get*
84 be resumed and suspended on every transaction. In general, it is more
105 the device is suspended (in case device is no longer used). It will likely not
152 suspended, the init function should call
164 /* OPTIONAL: mark device as suspended if it is physically suspended */
195 /* "get" device (increases usage count, resumes device if suspended) */
217 /* "get" device (increases usage count, resumes device if suspended) */