Lines Matching full:suspended
51 /** @PANTHOR_DEVICE_PM_STATE_SUSPENDED: Device is suspended. */
60 /** @PANTHOR_DEVICE_PM_STATE_SUSPENDING: Device is being suspended. */
79 /** @suspended: Set to true when the IRQ is suspended. */
80 atomic_t suspended; member
188 * Any time the firmware is properly suspended, a fast reset can take place.
204 * the device is being suspended, and the real IO pages when
214 * is suspended.
314 * can done by forcing the RPM state to suspended. If multiple in panthor_device_resume_and_get()
413 if (atomic_read(&pirq->suspended)) \
438 if (!atomic_read(&pirq->suspended)) \
449 atomic_set(&pirq->suspended, true); \
454 atomic_set(&pirq->suspended, false); \