Lines Matching defs:capidrv_bchan
78 struct capidrv_bchan { struct
79 struct capidrv_contr *contr;
80 u8 msn[ISDN_MSNLEN];
81 int l2;
82 int l3;
83 u8 num[ISDN_MSNLEN];
84 u8 mynum[ISDN_MSNLEN];
85 int si1;
86 int si2;
87 int incoming;
88 int disconnecting;
89 struct capidrv_plci {
113 } *plcip;
114 struct capidrv_ncci *nccip;
137 typedef struct capidrv_bchan capidrv_bchan; typedef