Lines Matching full:suspended
38 /** @PANTHOR_DEVICE_PM_STATE_SUSPENDED: Device is suspended. */
47 /** @PANTHOR_DEVICE_PM_STATE_SUSPENDING: Device is being suspended. */
66 /** @suspended: Set to true when the IRQ is suspended. */
67 atomic_t suspended; member
166 * Any time the firmware is properly suspended, a fast reset can take place.
182 * the device is being suspended, and the real IO pages when
192 * is suspended.
266 * can done by forcing the RPM state to suspended. If multiple in panthor_device_resume_and_get()
365 if (atomic_read(&pirq->suspended)) \
392 if (!atomic_read(&pirq->suspended)) \
403 atomic_set(&pirq->suspended, true); \
408 atomic_set(&pirq->suspended, false); \