Searched refs:dle (Results 1 – 4 of 4) sorted by relevance
86 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()
613 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 …]
724 cs->dle = 0; in gigaset_initcs()847 cs->dle = 0; in cleanup_cs()
469 int dle; /* !=0 if DLE mode is active member