Searched refs:INS_DLE_command (Results 1 – 3 of 3) sorted by relevance
85 if (cs->dle && !(inbuf->inputstate & INS_DLE_command)) in cmd_loop()96 (inbuf->inputstate & INS_DLE_command)) { in cmd_loop()162 } else if (cs->dle || (inputstate & INS_DLE_command)) { in hdlc_loop()184 (inputstate & INS_DLE_command)) { in hdlc_loop()308 } else if (cs->dle || (inputstate & INS_DLE_command)) { in iraw_loop()347 (cs->dle || inbuf->inputstate & INS_DLE_command)) { in handle_dle()370 inbuf->inputstate |= INS_command | INS_DLE_command; in handle_dle()374 if (!(inbuf->inputstate & INS_DLE_command)) in handle_dle()377 inbuf->inputstate &= ~INS_DLE_command; in handle_dle()386 if (!(cs->dle || inbuf->inputstate & INS_DLE_command)) in handle_dle()
216 #define INS_DLE_command 0x0020 /* DLE message start (<DLE> X) received */ macro
1108 ~(INS_command | INS_DLE_command); in do_action()1113 (cs->inbuf[0].inputstate & ~INS_DLE_command) in do_action()