Searched refs:INS_DLE_command (Results 1 – 3 of 3) sorted by relevance
83 if (cs->dle && !(inbuf->inputstate & INS_DLE_command)) in cmd_loop()94 (inbuf->inputstate & INS_DLE_command)) { in cmd_loop()160 } else if (cs->dle || (inputstate & INS_DLE_command)) { in hdlc_loop()182 (inputstate & INS_DLE_command)) { in hdlc_loop()306 } else if (cs->dle || (inputstate & INS_DLE_command)) { in iraw_loop()345 (cs->dle || inbuf->inputstate & INS_DLE_command)) { in handle_dle()368 inbuf->inputstate |= INS_command | INS_DLE_command; in handle_dle()372 if (!(inbuf->inputstate & INS_DLE_command)) in handle_dle()375 inbuf->inputstate &= ~INS_DLE_command; in handle_dle()384 if (!(cs->dle || inbuf->inputstate & INS_DLE_command)) in handle_dle()
216 #define INS_DLE_command 0x0020 /* DLE message start (<DLE> X) received */ macro
1148 ~(INS_command | INS_DLE_command); in do_action()1153 (cs->inbuf[0].inputstate & ~INS_DLE_command) in do_action()