Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/gigaset/
Dasyncdata.c87 inbuf->inputstate &= ~INS_command; in cmd_loop()
368 if (inbuf->inputstate & INS_command) in handle_dle()
371 inbuf->inputstate |= INS_command | INS_DLE_command; in handle_dle()
381 inbuf->inputstate &= ~INS_command; in handle_dle()
429 else if (inbuf->inputstate & INS_command) in gigaset_m10x_input()
Dcommon.c555 inbuf->inputstate = INS_command; in gigaset_inbuf_init()
833 cs->inbuf->inputstate = INS_command; in cleanup_cs()
Dgigaset.h215 #define INS_command 0x0001 /* receiving messages (not payload data) */ macro
Dev-layer.c1151 ~(INS_command | INS_DLE_command); in do_action()
1157 | INS_command; in do_action()
1791 cs->inbuf->inputstate = INS_command; in process_command_flags()