Home
last modified time | relevance | path

Searched refs:ATResponse (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Datchannel.h66 } ATResponse; typedef
92 ATResponse **pp_outResponse);
95 ATResponse **pp_outResponse);
99 ATResponse **pp_outResponse);
104 ATResponse **pp_outResponse);
108 int at_send_command (const char *command, ATResponse **pp_outResponse);
112 ATResponse **pp_outResponse);
114 void at_response_free(ATResponse *p_response);
146 AT_CME_Error at_get_cme_error(const ATResponse *p_response);
H A Datchannel.c73 static ATResponse *sp_response = NULL;
684 static ATResponse * at_response_new() in at_response_new()
686 return (ATResponse *) calloc(1, sizeof(ATResponse)); in at_response_new()
689 void at_response_free(ATResponse *p_response) in at_response_free()
715 static void reverseIntermediates(ATResponse *p_response) in reverseIntermediates()
738 long long timeoutMsec, ATResponse **pp_outResponse) in at_send_command_full_nolock()
801 long long timeoutMsec, ATResponse **pp_outResponse) in at_send_command_full()
835 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command()
848 ATResponse **pp_outResponse) in at_send_command_singleline()
870 ATResponse **pp_outResponse) in at_send_command_numeric()
[all …]
H A Datc.c55 ATResponse *p_response = NULL; in atc_init()
186 ATResponse *p_response = NULL; in requestBaseBandVersion()
202 ATResponse *p_response = NULL; in requestGetSIMStatus()
275 ATResponse *p_response = NULL; in requestRegistrationState()
330 ATResponse *p_response = NULL; in requestSetupDataCall()
410 ATResponse *p_response = NULL; in at_netdevstatus()
444 ATResponse *p_response = NULL; in requestQueryDataCall()
559 ATResponse *p_response = NULL; in requestGetIPAddress()
633 ATResponse *p_response = NULL; in requestGetICCID()
659 ATResponse *p_response = NULL; in requestGetIMSI()