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