hci_proto         194 include/net/bluetooth/hci_core.h extern struct hci_proto *hci_proto[];
hci_proto         490 include/net/bluetooth/hci_core.h 	register struct hci_proto *hp;
hci_proto         493 include/net/bluetooth/hci_core.h 	hp = hci_proto[HCI_PROTO_L2CAP];
hci_proto         497 include/net/bluetooth/hci_core.h 	hp = hci_proto[HCI_PROTO_SCO];
hci_proto         506 include/net/bluetooth/hci_core.h 	register struct hci_proto *hp;
hci_proto         508 include/net/bluetooth/hci_core.h 	hp = hci_proto[HCI_PROTO_L2CAP];
hci_proto         512 include/net/bluetooth/hci_core.h 	hp = hci_proto[HCI_PROTO_SCO];
hci_proto         519 include/net/bluetooth/hci_core.h 	register struct hci_proto *hp;
hci_proto         521 include/net/bluetooth/hci_core.h 	hp = hci_proto[HCI_PROTO_L2CAP];
hci_proto         525 include/net/bluetooth/hci_core.h 	hp = hci_proto[HCI_PROTO_SCO];
hci_proto         532 include/net/bluetooth/hci_core.h 	register struct hci_proto *hp;
hci_proto         534 include/net/bluetooth/hci_core.h 	hp = hci_proto[HCI_PROTO_L2CAP];
hci_proto         538 include/net/bluetooth/hci_core.h 	hp = hci_proto[HCI_PROTO_SCO];
hci_proto         545 include/net/bluetooth/hci_core.h 	register struct hci_proto *hp;
hci_proto         547 include/net/bluetooth/hci_core.h 	hp = hci_proto[HCI_PROTO_L2CAP];
hci_proto         551 include/net/bluetooth/hci_core.h 	hp = hci_proto[HCI_PROTO_SCO];
hci_proto          73 net/bluetooth/hci_core.c struct hci_proto *hci_proto[HCI_MAX_PROTO];
hci_proto        1055 net/bluetooth/hci_core.c 	if (!hci_proto[hp->id])
hci_proto        1056 net/bluetooth/hci_core.c 		hci_proto[hp->id] = hp;
hci_proto        1077 net/bluetooth/hci_core.c 	if (hci_proto[hp->id])
hci_proto        1078 net/bluetooth/hci_core.c 		hci_proto[hp->id] = NULL;
hci_proto        1452 net/bluetooth/hci_core.c 		register struct hci_proto *hp;
hci_proto        1457 net/bluetooth/hci_core.c 		if ((hp = hci_proto[HCI_PROTO_L2CAP]) && hp->recv_acldata) {
hci_proto        1489 net/bluetooth/hci_core.c 		register struct hci_proto *hp;
hci_proto        1492 net/bluetooth/hci_core.c 		if ((hp = hci_proto[HCI_PROTO_SCO]) && hp->recv_scodata) {
hci_proto        2471 net/bluetooth/l2cap.c static struct hci_proto l2cap_hci_proto = {
hci_proto         943 net/bluetooth/sco.c static struct hci_proto sco_hci_proto = {