Lines Matching refs:hci_proto
73 struct hci_proto *hci_proto[HCI_MAX_PROTO]; variable
1445 int hci_register_proto(struct hci_proto *hp) in hci_register_proto()
1456 if (!hci_proto[hp->id]) in hci_register_proto()
1457 hci_proto[hp->id] = hp; in hci_register_proto()
1467 int hci_unregister_proto(struct hci_proto *hp) in hci_unregister_proto()
1478 if (hci_proto[hp->id]) in hci_unregister_proto()
1479 hci_proto[hp->id] = NULL; in hci_unregister_proto()
1909 register struct hci_proto *hp; in hci_acldata_packet()
1914 hp = hci_proto[HCI_PROTO_L2CAP]; in hci_acldata_packet()
1947 register struct hci_proto *hp; in hci_scodata_packet()
1950 hp = hci_proto[HCI_PROTO_SCO]; in hci_scodata_packet()