Lines Matching refs:resp_code
355 int resp_code; member
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()
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()
1535 int resp_code = RSP_ERROR; in process_event() local
1601 rcode = rep->resp_code; in process_event()
1624 &genresp, &resp_code, ev); in process_event()
1639 gigaset_add_event(cs, at_state, resp_code, NULL, 0, NULL); in process_event()