Lines Matching refs:eoc
447 char *eoc, *psep, *ptr; in gigaset_handle_modem_response() local
471 eoc = skip_prefix(cs->respdata, rt->response); in gigaset_handle_modem_response()
472 if (eoc) in gigaset_handle_modem_response()
501 if (*eoc) in gigaset_handle_modem_response()
509 if (!*eoc) in gigaset_handle_modem_response()
510 eoc = NULL; /* no parameter */ in gigaset_handle_modem_response()
511 else if (*eoc++ != ',') in gigaset_handle_modem_response()
517 while (eoc) { in gigaset_handle_modem_response()
521 psep = skip_prefix(eoc, rt->response); in gigaset_handle_modem_response()
530 eoc); in gigaset_handle_modem_response()
539 eoc = strchr(psep, ','); in gigaset_handle_modem_response()
540 if (eoc) in gigaset_handle_modem_response()
541 *eoc++ = 0; in gigaset_handle_modem_response()
553 if (!*eoc) { in gigaset_handle_modem_response()
558 if (*eoc++ != '=') in gigaset_handle_modem_response()
563 if (!strcmp(eoc, zr->str)) in gigaset_handle_modem_response()
573 if (*eoc++ != '=') in gigaset_handle_modem_response()
577 ptr = kstrdup(eoc, GFP_ATOMIC); in gigaset_handle_modem_response()
585 if (*eoc++ != '=') in gigaset_handle_modem_response()
587 psep = strchr(eoc, ','); in gigaset_handle_modem_response()
593 if (kstrtou8(eoc, 16, &type) || kstrtou8(psep, 16, &value)) { in gigaset_handle_modem_response()
604 if (*eoc++ != '=') in gigaset_handle_modem_response()
608 if (kstrtoint(eoc, 10, ¶meter)) in gigaset_handle_modem_response()