Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dev-layer.c404 static void add_cid_event(struct cardstate *cs, int cid, int type, in add_cid_event() function
462 add_cid_event(cs, 0, RSP_STRING, ptr, 0); in gigaset_handle_modem_response()
473 add_cid_event(cs, 0, RSP_NONE, NULL, 0); in gigaset_handle_modem_response()
501 add_cid_event(cs, cid, rt->resp_code, NULL, 0); in gigaset_handle_modem_response()
511 add_cid_event(cs, 0, rt->resp_code, NULL, cid); in gigaset_handle_modem_response()
544 add_cid_event(cs, cid, rt->resp_code, ptr, 0); in gigaset_handle_modem_response()
552 add_cid_event(cs, cid, rt->resp_code, NULL, ZSAU_NONE); in gigaset_handle_modem_response()
565 add_cid_event(cs, cid, rt->resp_code, NULL, zr->code); in gigaset_handle_modem_response()
577 add_cid_event(cs, cid, rt->resp_code, ptr, 0); in gigaset_handle_modem_response()
596 add_cid_event(cs, cid, rt->resp_code, NULL, parameter); in gigaset_handle_modem_response()
[all …]