Lines Matching refs:rt
448 const struct resp_type_t *rt; in gigaset_handle_modem_response() local
470 for (rt = resp_type; rt->response; ++rt) { in gigaset_handle_modem_response()
471 eoc = skip_prefix(cs->respdata, rt->response); in gigaset_handle_modem_response()
475 if (!rt->response) { in gigaset_handle_modem_response()
498 switch (rt->type) { in gigaset_handle_modem_response()
504 add_cid_event(cs, cid, rt->resp_code, NULL, 0); in gigaset_handle_modem_response()
514 add_cid_event(cs, 0, rt->resp_code, NULL, cid); in gigaset_handle_modem_response()
520 for (rt = resp_type; rt->response; ++rt) { in gigaset_handle_modem_response()
521 psep = skip_prefix(eoc, rt->response); in gigaset_handle_modem_response()
527 if (!psep || rt->type != RT_STRING) { in gigaset_handle_modem_response()
547 add_cid_event(cs, cid, rt->resp_code, ptr, 0); in gigaset_handle_modem_response()
555 add_cid_event(cs, cid, rt->resp_code, NULL, ZSAU_NONE); in gigaset_handle_modem_response()
568 add_cid_event(cs, cid, rt->resp_code, NULL, zr->code); in gigaset_handle_modem_response()
580 add_cid_event(cs, cid, rt->resp_code, ptr, 0); in gigaset_handle_modem_response()
599 add_cid_event(cs, cid, rt->resp_code, NULL, parameter); in gigaset_handle_modem_response()
612 if (rt->resp_code == RSP_ZDLE) in gigaset_handle_modem_response()
615 add_cid_event(cs, cid, rt->resp_code, NULL, parameter); in gigaset_handle_modem_response()
622 add_cid_event(cs, cid, rt->resp_code, NULL, -1); in gigaset_handle_modem_response()