ACL_LINK          257 include/net/bluetooth/hci_core.h 	if (c->type == ACL_LINK)
ACL_LINK          267 include/net/bluetooth/hci_core.h 	if (c->type == ACL_LINK)
ACL_LINK          348 include/net/bluetooth/hci_core.h 		if (conn->type == ACL_LINK) {
ACL_LINK          535 net/bluetooth/bnep/core.c 	conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst);
ACL_LINK          174 net/bluetooth/hci_conn.c 		if (conn->type == ACL_LINK)
ACL_LINK          219 net/bluetooth/hci_conn.c 	case ACL_LINK:
ACL_LINK          263 net/bluetooth/hci_conn.c 	if (conn->type == ACL_LINK) {
ACL_LINK          340 net/bluetooth/hci_conn.c 	if (!(acl = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst))) {
ACL_LINK          341 net/bluetooth/hci_conn.c 		if (!(acl = hci_conn_add(hdev, ACL_LINK, dst)))
ACL_LINK          352 net/bluetooth/hci_conn.c 	if (type == ACL_LINK)
ACL_LINK          566 net/bluetooth/hci_conn.c 	conn = hci_conn_hash_lookup_state(hdev, ACL_LINK, BT_CONNECT2);
ACL_LINK          664 net/bluetooth/hci_conn.c 	conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &req.bdaddr);
ACL_LINK         1304 net/bluetooth/hci_core.c 		int cnt = (type == ACL_LINK ? hdev->acl_cnt : hdev->sco_cnt);
ACL_LINK         1325 net/bluetooth/hci_core.c 		if (c->type == ACL_LINK && c->sent) {
ACL_LINK         1348 net/bluetooth/hci_core.c 	while (hdev->acl_cnt && (conn = hci_low_sent(hdev, ACL_LINK, &quote))) {
ACL_LINK          563 net/bluetooth/hci_event.c 	conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr);
ACL_LINK          578 net/bluetooth/hci_event.c 			conn = hci_conn_add(hdev, ACL_LINK, &cp->bdaddr);
ACL_LINK          871 net/bluetooth/hci_event.c 		if (conn->type == ACL_LINK) {
ACL_LINK          886 net/bluetooth/hci_event.c 		if (conn->type == ACL_LINK) {
ACL_LINK          904 net/bluetooth/hci_event.c 	if (conn->type == ACL_LINK) {
ACL_LINK          964 net/bluetooth/hci_event.c 		if (ev->link_type == ACL_LINK || !lmp_esco_capable(hdev)) {
ACL_LINK         1384 net/bluetooth/hci_event.c 	conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
ACL_LINK         1429 net/bluetooth/hci_event.c 			if (conn->type == ACL_LINK) {
ACL_LINK         1720 net/bluetooth/hci_event.c 	conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
ACL_LINK         1736 net/bluetooth/hci_event.c 	conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr);
ACL_LINK           23 net/bluetooth/hci_sysfs.c 	case ACL_LINK:
ACL_LINK          616 net/bluetooth/hidp/core.c 	conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst);
ACL_LINK          807 net/bluetooth/l2cap.c 	hcon = hci_connect(hdev, ACL_LINK, dst, auth_type);
ACL_LINK         2139 net/bluetooth/l2cap.c 	if (type != ACL_LINK)
ACL_LINK         2167 net/bluetooth/l2cap.c 	if (hcon->type != ACL_LINK)
ACL_LINK         2184 net/bluetooth/l2cap.c 	if (hcon->type != ACL_LINK)
ACL_LINK          181 net/bluetooth/rfcomm/tty.c 	conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &dev->dst);