Searched refs:INS_DLE_command (Results 1 – 3 of 3) sorted by relevance
86 if (cs->dle && !(inbuf->inputstate & INS_DLE_command)) in cmd_loop()97 (inbuf->inputstate & INS_DLE_command)) { in cmd_loop()163 } else if (cs->dle || (inputstate & INS_DLE_command)) { in hdlc_loop()185 (inputstate & INS_DLE_command)) { 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()371 inbuf->inputstate |= INS_command | INS_DLE_command; in handle_dle()375 if (!(inbuf->inputstate & INS_DLE_command)) in handle_dle()378 inbuf->inputstate &= ~INS_DLE_command; in handle_dle()387 if (!(cs->dle || inbuf->inputstate & INS_DLE_command)) in handle_dle()
219 #define INS_DLE_command 0x0020 /* DLE message start (<DLE> X) received */ macro
1151 ~(INS_command | INS_DLE_command); in do_action()1156 (cs->inbuf[0].inputstate & ~INS_DLE_command) in do_action()