Lines Matching refs:pstate
61 } pstate; member
105 port->pstate = AT_PARSER_WAIT_A; in wwan_hwsim_port_start()
142 if (port->pstate == AT_PARSER_WAIT_A) { in wwan_hwsim_port_tx()
144 port->pstate = AT_PARSER_WAIT_T; in wwan_hwsim_port_tx()
146 port->pstate = AT_PARSER_SKIP_LINE; in wwan_hwsim_port_tx()
147 } else if (port->pstate == AT_PARSER_WAIT_T) { in wwan_hwsim_port_tx()
149 port->pstate = AT_PARSER_WAIT_TERM; in wwan_hwsim_port_tx()
151 port->pstate = AT_PARSER_SKIP_LINE; in wwan_hwsim_port_tx()
152 } else if (port->pstate == AT_PARSER_WAIT_TERM) { in wwan_hwsim_port_tx()
162 port->pstate = AT_PARSER_WAIT_A; in wwan_hwsim_port_tx()
163 } else if (port->pstate == AT_PARSER_SKIP_LINE) { in wwan_hwsim_port_tx()
166 port->pstate = AT_PARSER_WAIT_A; in wwan_hwsim_port_tx()