Lines Matching refs:state
86 * struct omap_rproc - omap remote processor state
101 * @suspend_acked: state machine flag to store the suspend request ack
805 * 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;
946 if (rproc->state == RPROC_OFFLINE)
949 if (rproc->state != RPROC_SUSPENDED) {
957 * state, will be woken up during a subsequent runtime_resume)
969 rproc->state = RPROC_RUNNING;
984 if (rproc->state == RPROC_CRASHED) {
990 if (WARN_ON(rproc->state != RPROC_RUNNING)) {
1009 rproc->state = RPROC_SUSPENDED;
1026 if (WARN_ON(rproc->state != RPROC_SUSPENDED)) {
1027 dev_err(dev, "rproc cannot be runtime resumed if not suspended! state=%d\n",
1028 rproc->state);
1039 rproc->state = RPROC_RUNNING;