Home
last modified time | relevance | path

Searched refs:INS_command (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/isdn/gigaset/
Dasyncdata.c86 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()
Dgigaset.h212 #define INS_command 0x0001 /* receiving messages (not payload data) */ macro
Dcommon.c566 inbuf->inputstate = INS_command; in gigaset_inbuf_init()
856 cs->inbuf->inputstate = INS_command; in cleanup_cs()
Dev-layer.c1108 ~(INS_command | INS_DLE_command); in do_action()
1114 | INS_command; in do_action()
1729 cs->inbuf->inputstate = INS_command; in process_command_flags()