Lines Matching full:pstate
62 } pstate;
106 port->pstate = AT_PARSER_WAIT_A;
143 if (port->pstate == AT_PARSER_WAIT_A) {
145 port->pstate = AT_PARSER_WAIT_T;
147 port->pstate = AT_PARSER_SKIP_LINE;
148 } else if (port->pstate == AT_PARSER_WAIT_T) {
150 port->pstate = AT_PARSER_WAIT_TERM;
152 port->pstate = AT_PARSER_SKIP_LINE;
153 } else if (port->pstate == AT_PARSER_WAIT_TERM) {
163 port->pstate = AT_PARSER_WAIT_A;
164 } else if (port->pstate == AT_PARSER_SKIP_LINE) {
167 port->pstate = AT_PARSER_WAIT_A;