Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/gigaset/
Dasyncdata.c86 if (cs->dle && !(inbuf->inputstate & INS_DLE_command)) in cmd_loop()
96 } else if (cs->dle || in cmd_loop()
163 } else if (cs->dle || (inputstate & INS_DLE_command)) { in hdlc_loop()
184 } else if (cs->dle || in hdlc_loop()
309 } else if (cs->dle || (inputstate & INS_DLE_command)) { in iraw_loop()
348 (cs->dle || inbuf->inputstate & INS_DLE_command)) { in handle_dle()
380 if (cs->dle) in handle_dle()
387 if (!(cs->dle || inbuf->inputstate & INS_DLE_command)) in handle_dle()
Dev-layer.c613 cs->dle = parameter; in gigaset_handle_modem_response()
776 cs->dle ? "\020(AT%d%s\020)" : "AT%d%s", in send_command()
780 cs->dle ? "\020(AT%s\020)" : "AT%s", in send_command()
1139 cs->dle = 0; in do_action()
1148 cs->dle = 1; in do_action()
1154 cs->dle = 0; in do_action()
1264 } else if (cs->onechannel && cs->dle) { in do_action()
1276 cs->dle = 0; in do_action()
1298 cs->dle = 0; in do_action()
1753 if (cs->dle) { in process_command_flags()
[all …]
Dcommon.c724 cs->dle = 0; in gigaset_initcs()
847 cs->dle = 0; in cleanup_cs()
Dgigaset.h469 int dle; /* !=0 if DLE mode is active member