Symbol: hci_conn_hash_lookup_ba
net/bluetooth/hci_conn.c
1767
acl = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst);
net/bluetooth/hci_conn.c
1837
sco = hci_conn_hash_lookup_ba(hdev, type, dst);
net/bluetooth/hci_conn.c
2826
conn = hci_conn_hash_lookup_ba(hdev, req.type, &req.bdaddr);
net/bluetooth/hci_conn.c
2852
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &req.bdaddr);
net/bluetooth/hci_event.c
1176
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr);
net/bluetooth/hci_event.c
2265
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr);
net/bluetooth/hci_event.c
2503
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr);
net/bluetooth/hci_event.c
2974
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr);
net/bluetooth/hci_event.c
3133
conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, &ev->bdaddr);
net/bluetooth/hci_event.c
3166
conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK,
net/bluetooth/hci_event.c
3334
conn = hci_conn_hash_lookup_ba(hdev, ev->link_type,
net/bluetooth/hci_event.c
3550
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
4453
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
4594
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
4678
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
4726
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5020
conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, &ev->bdaddr);
net/bluetooth/hci_event.c
5034
conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5301
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5374
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5399
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5488
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5514
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5558
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5590
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_sync.c
3053
conn = hci_conn_hash_lookup_ba(hdev, PA_LINK,
net/bluetooth/hci_sync.c
3567
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &b->bdaddr);
net/bluetooth/mgmt.c
3107
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK,
net/bluetooth/mgmt.c
3173
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK,
net/bluetooth/mgmt.c
3276
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK,
net/bluetooth/mgmt.c
3461
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->addr.bdaddr);
net/bluetooth/mgmt.c
3860
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &addr->bdaddr);
net/bluetooth/mgmt.c
5199
conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, addr);
net/bluetooth/mgmt.c
7472
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK,
net/bluetooth/mgmt.c
7475
conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr);
net/bluetooth/mgmt.c
7534
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK,
net/bluetooth/mgmt.c
7537
conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr);
net/bluetooth/mgmt.c
7642
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->addr.bdaddr);
net/bluetooth/mgmt.c
7687
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK,
net/bluetooth/rfcomm/tty.c
185
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &dev->dst);