Lines Matching refs:procState
70 picoos_uint8 procState; /* where to take up work at next processing step */ member
131 sig_subObj->procState = PICOSIG_COLLECT; in sigInitialize()
766 PICODBG_DEBUG(("picosig.sigStep -- doing state %i",sig_subObj->procState)); in sigStep()
768 switch (sig_subObj->procState) { in sigStep()
795 sig_subObj->procState = PICOSIG_SCHEDULE; in sigStep()
820 sig_subObj->procState = PICOSIG_PROCESS; in sigStep()
839 sig_subObj->procState = in sigStep()
885 sig_subObj->procState = in sigStep()
899 sig_subObj->procState = PICOSIG_COLLECT; in sigStep()
964 sig_subObj->procState = PICOSIG_COLLECT; in sigStep()
1035 sig_subObj->procState = PICOSIG_COLLECT; in sigStep()
1060 sig_subObj->procState = PICOSIG_SCHEDULE; in sigStep()
1087 sig_subObj->procState = PICOSIG_FEED; in sigStep()
1115 sig_subObj->procState = PICOSIG_FEED; in sigStep()
1139 sig_subObj->procState = PICOSIG_COLLECT; in sigStep()
1176 sig_subObj->procState = PICOSIG_FEED; in sigStep()
1252 sig_subObj->procState = sig_subObj->retState; in sigStep()
1267 sig_subObj->procState = sig_subObj->retState; in sigStep()