Searched defs:bchannel (Results 1 – 1 of 1) sorted by relevance
140 struct bchannel { struct141 struct mISDNchannel ch;142 int nr;143 u_long Flags;144 struct work_struct workq;145 u_int state;146 void *hw;147 int slot; /* multiport card channel slot */148 struct timer_list timer;173 extern int mISDN_initbchannel(struct bchannel *, unsigned short, argument