Searched refs:INS_command (Results 1 – 4 of 4) sorted by relevance
86 inbuf->inputstate &= ~INS_command; in cmd_loop()367 if (inbuf->inputstate & INS_command) in handle_dle()370 inbuf->inputstate |= INS_command | INS_DLE_command; in handle_dle()380 inbuf->inputstate &= ~INS_command; in handle_dle()428 else if (inbuf->inputstate & INS_command) in gigaset_m10x_input()
212 #define INS_command 0x0001 /* receiving messages (not payload data) */ macro
566 inbuf->inputstate = INS_command; in gigaset_inbuf_init()856 cs->inbuf->inputstate = INS_command; in cleanup_cs()
1108 ~(INS_command | INS_DLE_command); in do_action()1114 | INS_command; in do_action()1729 cs->inbuf->inputstate = INS_command; in process_command_flags()