Home
last modified time | relevance | path

Searched refs:INS_DLE_command (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/isdn/gigaset/
Dasyncdata.c83 if (cs->dle && !(inbuf->inputstate & INS_DLE_command)) in cmd_loop()
94 (inbuf->inputstate & INS_DLE_command)) { in cmd_loop()
160 } else if (cs->dle || (inputstate & INS_DLE_command)) { in hdlc_loop()
182 (inputstate & INS_DLE_command)) { in hdlc_loop()
306 } else if (cs->dle || (inputstate & INS_DLE_command)) { in iraw_loop()
345 (cs->dle || inbuf->inputstate & INS_DLE_command)) { in handle_dle()
368 inbuf->inputstate |= INS_command | INS_DLE_command; in handle_dle()
372 if (!(inbuf->inputstate & INS_DLE_command)) in handle_dle()
375 inbuf->inputstate &= ~INS_DLE_command; in handle_dle()
384 if (!(cs->dle || inbuf->inputstate & INS_DLE_command)) in handle_dle()
Dgigaset.h216 #define INS_DLE_command 0x0020 /* DLE message start (<DLE> X) received */ macro
Dev-layer.c1148 ~(INS_command | INS_DLE_command); in do_action()
1153 (cs->inbuf[0].inputstate & ~INS_DLE_command) in do_action()