Lines Matching refs:Bprotocols
23 static LIST_HEAD(Bprotocols);
71 return sprintf(buf, "%d\n", mdev->Bprotocols | get_all_Bprotocols()); in b_protocols_show()
275 list_for_each_entry(bp, &Bprotocols, list) in get_all_Bprotocols()
276 m |= bp->Bprotocols; in get_all_Bprotocols()
287 list_for_each_entry(bp, &Bprotocols, list) in get_Bprotocol4mask()
288 if (bp->Bprotocols & m) { in get_Bprotocol4mask()
318 bp->name, bp->Bprotocols); in mISDN_register_Bprotocol()
319 old = get_Bprotocol4mask(bp->Bprotocols); in mISDN_register_Bprotocol()
323 old->name, old->Bprotocols, bp->name, bp->Bprotocols); in mISDN_register_Bprotocol()
327 list_add_tail(&bp->list, &Bprotocols); in mISDN_register_Bprotocol()
340 bp->Bprotocols); in mISDN_unregister_Bprotocol()