Searched refs:dle (Results 1 - 7 of 7) 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.c84 /* cs->dle may have changed */
85 if (cs->dle && !(inbuf->inputstate & INS_DLE_command))
95 } else if (cs->dle ||
162 } else if (cs->dle || (inputstate & INS_DLE_command)) {
183 } else if (cs->dle ||
308 } else if (cs->dle || (inputstate & INS_DLE_command)) {
347 (cs->dle || inbuf->inputstate & INS_DLE_command)) {
379 if (cs->dle)
386 if (!(cs->dle || inbuf->inputstate & INS_DLE_command))
H A Dev-layer.c193 /* leave dle mode */
201 /* enter dle mode */
595 cs->dle = event->parameter;
716 /* Add "AT" to a command, add the cid, dle encode it, send the result to the
719 int dle, gfp_t kmallocflags)
732 dle ? "\020(AT%d%s\020)" : "AT%d%s",
736 dle ? "\020(AT%s\020)" : "AT%s",
1096 cs->dle = 0;
1105 cs->dle = 1;
1111 cs->dle
718 send_command(struct cardstate *cs, const char *cmd, int cid, int dle, gfp_t kmallocflags) argument
[all...]
H A Dgigaset.h468 int dle; /* !=0 if DLE mode is active member in struct:cardstate
H A Dcommon.c745 cs->dle = 0;
870 cs->dle = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dsuni.c152 int reg, dle, lle; local
156 dle = SUNI_MCM_DLE;
160 dle = SUNI_MCT_DLE;
164 control = dev->ops->phy_get(dev, reg) & ~(dle | lle);
169 control |= dle;
H A Diphase.c950 struct dle* wr_ptr;
1127 struct dle *dle, *cur_dle; local
1132 /* free all the dles done, that is just update our own dle read pointer
1137 dle = iadev->rx_dle_q.read;
1138 dle_lp = readl(iadev->dma+IPHASE5575_RX_LIST_ADDR) & (sizeof(struct dle)*DLE_ENTRIES - 1);
1139 cur_dle = (struct dle*)(iadev->rx_dle_q.start + (dle_lp >> 4));
1140 while(dle != cur_dle)
1204 if (++dle == iadev->rx_dle_q.end)
1205 dle
1535 struct dle *dle, *cur_dle; local
[all...]
H A Diphase.h278 #define DLE_TOTAL_SIZE (sizeof(struct dle)*DLE_ENTRIES)
281 struct dle struct
292 struct dle *start;
293 struct dle *end;
294 struct dle *read;
295 struct dle *write;

Completed in 241 milliseconds