Symbol: hci_conn_hash_lookup_ba
net/bluetooth/hci_conn.c
1699
acl = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst);
net/bluetooth/hci_conn.c
1769
sco = hci_conn_hash_lookup_ba(hdev, type, dst);
net/bluetooth/hci_conn.c
2741
conn = hci_conn_hash_lookup_ba(hdev, req.type, &req.bdaddr);
net/bluetooth/hci_conn.c
2767
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &req.bdaddr);
net/bluetooth/hci_event.c
1179
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr);
net/bluetooth/hci_event.c
2261
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr);
net/bluetooth/hci_event.c
2499
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr);
net/bluetooth/hci_event.c
2970
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr);
net/bluetooth/hci_event.c
3129
conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, &ev->bdaddr);
net/bluetooth/hci_event.c
3162
conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK,
net/bluetooth/hci_event.c
3330
conn = hci_conn_hash_lookup_ba(hdev, ev->link_type,
net/bluetooth/hci_event.c
3565
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
4468
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
4609
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
4693
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
4741
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5035
conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, &ev->bdaddr);
net/bluetooth/hci_event.c
5049
conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5316
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5389
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5414
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5501
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5522
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5563
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_event.c
5595
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
net/bluetooth/hci_sync.c
2953
conn = hci_conn_hash_lookup_ba(hdev, PA_LINK,
net/bluetooth/hci_sync.c
3458
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &b->bdaddr);
net/bluetooth/mgmt.c
3098
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK,
net/bluetooth/mgmt.c
3158
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK,
net/bluetooth/mgmt.c
3259
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK,
net/bluetooth/mgmt.c
3438
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->addr.bdaddr);
net/bluetooth/mgmt.c
3809
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &addr->bdaddr);
net/bluetooth/mgmt.c
5142
conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, addr);
net/bluetooth/mgmt.c
7408
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK,
net/bluetooth/mgmt.c
7411
conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr);
net/bluetooth/mgmt.c
7466
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK,
net/bluetooth/mgmt.c
7469
conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr);
net/bluetooth/mgmt.c
7569
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->addr.bdaddr);
net/bluetooth/mgmt.c
7610
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK,
net/bluetooth/rfcomm/tty.c
188
conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &dev->dst);