Searched refs:INS_command (Results 1 – 4 of 4) sorted by relevance
84 inbuf->inputstate &= ~INS_command; in cmd_loop()365 if (inbuf->inputstate & INS_command) in handle_dle()368 inbuf->inputstate |= INS_command | INS_DLE_command; in handle_dle()378 inbuf->inputstate &= ~INS_command; in handle_dle()426 else if (inbuf->inputstate & INS_command) in gigaset_m10x_input()
552 inbuf->inputstate = INS_command; in gigaset_inbuf_init()830 cs->inbuf->inputstate = INS_command; in cleanup_cs()
212 #define INS_command 0x0001 /* receiving messages (not payload data) */ macro
1148 ~(INS_command | INS_DLE_command); in do_action()1154 | INS_command; in do_action()1788 cs->inbuf->inputstate = INS_command; in process_command_flags()