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