Searched refs:at_emul (Results 1 – 1 of 1) sorted by relevance
69 } at_emul; member117 port->at_emul.pstate = AT_PARSER_WAIT_A; in wwan_hwsim_at_emul_start()154 if (port->at_emul.pstate == AT_PARSER_WAIT_A) { in wwan_hwsim_at_emul_tx()156 port->at_emul.pstate = AT_PARSER_WAIT_T; in wwan_hwsim_at_emul_tx()158 port->at_emul.pstate = AT_PARSER_SKIP_LINE; in wwan_hwsim_at_emul_tx()159 } else if (port->at_emul.pstate == AT_PARSER_WAIT_T) { in wwan_hwsim_at_emul_tx()161 port->at_emul.pstate = AT_PARSER_WAIT_TERM; in wwan_hwsim_at_emul_tx()163 port->at_emul.pstate = AT_PARSER_SKIP_LINE; in wwan_hwsim_at_emul_tx()164 } else if (port->at_emul.pstate == AT_PARSER_WAIT_TERM) { in wwan_hwsim_at_emul_tx()174 port->at_emul.pstate = AT_PARSER_WAIT_A; in wwan_hwsim_at_emul_tx()[all …]