Lines Matching refs:Bprotocols
32 static LIST_HEAD(Bprotocols);
80 return sprintf(buf, "%d\n", mdev->Bprotocols | get_all_Bprotocols()); in b_protocols_show()
290 list_for_each_entry(bp, &Bprotocols, list) in get_all_Bprotocols()
291 m |= bp->Bprotocols; in get_all_Bprotocols()
302 list_for_each_entry(bp, &Bprotocols, list) in get_Bprotocol4mask()
303 if (bp->Bprotocols & m) { in get_Bprotocol4mask()
333 bp->name, bp->Bprotocols); in mISDN_register_Bprotocol()
334 old = get_Bprotocol4mask(bp->Bprotocols); in mISDN_register_Bprotocol()
338 old->name, old->Bprotocols, bp->name, bp->Bprotocols); in mISDN_register_Bprotocol()
342 list_add_tail(&bp->list, &Bprotocols); in mISDN_register_Bprotocol()
355 bp->Bprotocols); in mISDN_unregister_Bprotocol()