Searched refs:inputstate (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dasyncdata.c39 * (mstate != MS_LOCKED && (inputstate & INS_command))
85 if (cs->dle && !(inbuf->inputstate & INS_DLE_command))
86 inbuf->inputstate &= ~INS_command;
92 if (inbuf->inputstate & INS_DLE_char) {
94 inbuf->inputstate &= ~INS_DLE_char;
96 (inbuf->inputstate & INS_DLE_command)) {
98 inbuf->inputstate |= INS_DLE_char;
130 * (mstate != MS_LOCKED && !(inputstate & INS_command) && proto2 == L2_HDLC)
141 int inputstate = bcs->inputstate; local
288 int inputstate = bcs->inputstate; local
[all...]
H A Disocdata.c634 int inputstate; local
638 * inputstate = set of flag bits:
648 inputstate = bcs->inputstate;
666 if (unlikely(inputstate & INS_flag_hunt)) {
669 inputstate &= ~(INS_flag_hunt | INS_have_data);
674 inputstate &= ~(INS_flag_hunt | INS_have_data);
695 inputstate |= INS_have_data;
700 !(inputstate & INS_have_data))) {
706 inputstate |
[all...]
H A Dgigaset.h280 int inputstate; member in struct:inbuf_t
374 int inputstate; /* see INS_XXXX */ member in struct:bc_state
539 (in addition to BC_state.inputstate) */
H A Dcommon.c566 inbuf->inputstate = INS_command;
640 bcs->inputstate = 0;
824 bcs->inputstate = 0;
856 cs->inbuf->inputstate = INS_command;
H A Dev-layer.c1106 /* cs->inbuf[0].inputstate |= INS_command | INS_DLE_command; */
1107 cs->inbuf[0].inputstate &=
1112 cs->inbuf[0].inputstate =
1113 (cs->inbuf[0].inputstate & ~INS_DLE_command)
1729 cs->inbuf->inputstate = INS_command;
H A Dbas-gigaset.c888 bcs->inputstate |= INS_flag_hunt;

Completed in 243 milliseconds