Lines Matching refs:state
85 * struct omap_rproc - omap remote processor state
100 * @suspend_acked: state machine flag to store the suspend request ack
804 * STANDBY state (after saving the context, the SYS/BIOS executes the
910 if (rproc->state == RPROC_OFFLINE)
913 if (rproc->state == RPROC_SUSPENDED)
916 if (rproc->state != RPROC_RUNNING) {
932 rproc->state = RPROC_SUSPENDED;
947 if (rproc->state == RPROC_OFFLINE)
950 if (rproc->state != RPROC_SUSPENDED) {
958 * state, will be woken up during a subsequent runtime_resume)
970 rproc->state = RPROC_RUNNING;
985 if (rproc->state == RPROC_CRASHED) {
991 if (WARN_ON(rproc->state != RPROC_RUNNING)) {
1010 rproc->state = RPROC_SUSPENDED;
1027 if (WARN_ON(rproc->state != RPROC_SUSPENDED)) {
1028 dev_err(dev, "rproc cannot be runtime resumed if not suspended! state=%d\n",
1029 rproc->state);
1040 rproc->state = RPROC_RUNNING;