Lines Matching refs:Bprotocols
23 static LIST_HEAD(Bprotocols);
71 return sprintf(buf, "%d\n", mdev->Bprotocols | get_all_Bprotocols()); in b_protocols_show()
282 list_for_each_entry(bp, &Bprotocols, list) in get_all_Bprotocols()
283 m |= bp->Bprotocols; in get_all_Bprotocols()
294 list_for_each_entry(bp, &Bprotocols, list) in get_Bprotocol4mask()
295 if (bp->Bprotocols & m) { in get_Bprotocol4mask()
325 bp->name, bp->Bprotocols); in mISDN_register_Bprotocol()
326 old = get_Bprotocol4mask(bp->Bprotocols); in mISDN_register_Bprotocol()
330 old->name, old->Bprotocols, bp->name, bp->Bprotocols); in mISDN_register_Bprotocol()
334 list_add_tail(&bp->list, &Bprotocols); in mISDN_register_Bprotocol()
347 bp->Bprotocols); in mISDN_unregister_Bprotocol()