Lines Matching refs:cmd_state
93 char stop_byte, enum at_cmd_state cmd_state) in get_cmd_value() argument
109 at->cmd_state = cmd_state; in get_cmd_value()
263 at->cmd_state = AT_CMD_START; in at_state_process_result()
289 at->cmd_state = AT_CMD_GET_VALUE; in at_state_process_ag_nw_err()
327 at->cmd_state = AT_CMD_START; in at_parse_input()
351 at->cmd_state = AT_CMD_PROCESS_VALUE; in at_cmd_start()
353 at->cmd_state = AT_CMD_GET_VALUE; in at_cmd_start()
375 at->cmd_state = AT_CMD_STATE_END_LF; in at_cmd_process_value()
391 at->cmd_state = AT_CMD_START; in at_cmd_state_end_lf()
411 if (at->cmd_state < AT_CMD_START || in at_parse_cmd_input()
412 at->cmd_state >= AT_CMD_STATE_END) { in at_parse_cmd_input()
415 ret = cmd_parser_cb[at->cmd_state](at, buf, prefix, func, type); in at_parse_cmd_input()