Lines Matching refs:Bprotocols
24 static LIST_HEAD(Bprotocols);
72 return sprintf(buf, "%d\n", mdev->Bprotocols | get_all_Bprotocols()); in b_protocols_show()
276 list_for_each_entry(bp, &Bprotocols, list) in get_all_Bprotocols()
277 m |= bp->Bprotocols; in get_all_Bprotocols()
288 list_for_each_entry(bp, &Bprotocols, list) in get_Bprotocol4mask()
289 if (bp->Bprotocols & m) { in get_Bprotocol4mask()
319 bp->name, bp->Bprotocols); in mISDN_register_Bprotocol()
320 old = get_Bprotocol4mask(bp->Bprotocols); in mISDN_register_Bprotocol()
324 old->name, old->Bprotocols, bp->name, bp->Bprotocols); in mISDN_register_Bprotocol()
328 list_add_tail(&bp->list, &Bprotocols); in mISDN_register_Bprotocol()
341 bp->Bprotocols); in mISDN_unregister_Bprotocol()