sco 378 net/bluetooth/hci_conn.c struct hci_conn *sco = conn->link; sco 380 net/bluetooth/hci_conn.c if (!sco) sco 387 net/bluetooth/hci_conn.c hci_setup_sync(sco, conn->handle); sco 389 net/bluetooth/hci_conn.c hci_add_sco(sco, conn->handle); sco 391 net/bluetooth/hci_conn.c hci_connect_cfm(sco, status); sco 392 net/bluetooth/hci_conn.c hci_conn_del(sco); sco 583 net/bluetooth/hci_conn.c struct hci_conn *sco = conn->link; sco 584 net/bluetooth/hci_conn.c if (sco) sco 585 net/bluetooth/hci_conn.c sco->link = NULL; sco 1233 net/bluetooth/hci_conn.c struct hci_conn *sco; sco 1239 net/bluetooth/hci_conn.c sco = hci_conn_hash_lookup_ba(hdev, type, dst); sco 1240 net/bluetooth/hci_conn.c if (!sco) { sco 1241 net/bluetooth/hci_conn.c sco = hci_conn_add(hdev, type, dst, HCI_ROLE_MASTER); sco 1242 net/bluetooth/hci_conn.c if (!sco) { sco 1248 net/bluetooth/hci_conn.c acl->link = sco; sco 1249 net/bluetooth/hci_conn.c sco->link = acl; sco 1251 net/bluetooth/hci_conn.c hci_conn_hold(sco); sco 1253 net/bluetooth/hci_conn.c sco->setting = setting; sco 1256 net/bluetooth/hci_conn.c (sco->state == BT_OPEN || sco->state == BT_CLOSED)) { sco 1263 net/bluetooth/hci_conn.c return sco; sco 1269 net/bluetooth/hci_conn.c return sco; sco 1812 net/bluetooth/hci_event.c struct hci_conn *acl, *sco; sco 1832 net/bluetooth/hci_event.c sco = acl->link; sco 1833 net/bluetooth/hci_event.c if (sco) { sco 1834 net/bluetooth/hci_event.c sco->state = BT_CLOSED; sco 1836 net/bluetooth/hci_event.c hci_connect_cfm(sco, status); sco 1837 net/bluetooth/hci_event.c hci_conn_del(sco); sco 2104 net/bluetooth/hci_event.c struct hci_conn *acl, *sco; sco 2124 net/bluetooth/hci_event.c sco = acl->link; sco 2125 net/bluetooth/hci_event.c if (sco) { sco 2126 net/bluetooth/hci_event.c sco->state = BT_CLOSED; sco 2128 net/bluetooth/hci_event.c hci_connect_cfm(sco, status); sco 2129 net/bluetooth/hci_event.c hci_conn_del(sco);