tag | line | file | source code |
laptype | 944 | drivers/isdn/teles/callc.c | st->l2.laptype = LAPD; |
laptype | 1219 | drivers/isdn/teles/callc.c | st->l2.laptype = LAPB; |
laptype | 218 | drivers/isdn/teles/isdnl2.c | return ((tsp->extended && (!UI) ? 2 : 1) + (tsp->laptype == LAPD ? 2 : 1)); |
laptype | 224 | drivers/isdn/teles/isdnl2.c | return (tsp->laptype == LAPD ? 2 : 1); |
laptype | 234 | drivers/isdn/teles/isdnl2.c | if (tsp->laptype == LAPD) { |
laptype | 399 | drivers/isdn/teles/isdnl2.c | if ((chanp->impair == 2) && (st->l2.laptype == LAPB)) |
laptype | 467 | drivers/isdn/teles/isdnl2.c | if ((chanp->impair == 1) && (st->l2.laptype == LAPB)) |
laptype | 549 | drivers/isdn/teles/isdnl2.c | if (l2->laptype == LAPD) { |
laptype | 570 | drivers/isdn/teles/isdnl2.c | if ((chanp->impair == 4) && (st->l2.laptype == LAPB)) |
laptype | 629 | drivers/isdn/teles/isdnl2.c | if (st->l2.laptype == LAPD) |
laptype | 672 | drivers/isdn/teles/isdnl2.c | if (st->l2.laptype == LAPD) |
laptype | 679 | drivers/isdn/teles/isdnl2.c | if ((chanp->impair == 3) && (st->l2.laptype == LAPB)) |
laptype | 826 | drivers/isdn/teles/isdnl2.c | if (l2->laptype == LAPD) { |
laptype | 918 | drivers/isdn/teles/isdnl2.c | if ((chanp->impair == 2) && (st->l2.laptype == LAPB)) |
laptype | 1034 | drivers/isdn/teles/isdnl2.c | if (l2->laptype == LAPD) { |
laptype | 190 | drivers/isdn/teles/tei.c | st->l2.laptype = LAPD; |
laptype | 238 | drivers/isdn/teles/teles.h | int extended, laptype; |