Home
last modified time | relevance | path

Searched refs:SCO_LINK (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Dsco.c252 type = SCO_LINK; in sco_connect()
1187 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1204 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
H A Dhci_conn.c125 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_cleanup()
561 case SCO_LINK: in hci_conn_add()
593 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in hci_conn_add()
1811 case SCO_LINK: in hci_conn_get_phy()
H A Dhci_event.c2603 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt()
2611 conn->type = SCO_LINK; in hci_conn_complete_evt()
2670 } else if (ev->link_type == SCO_LINK) { in hci_conn_complete_evt()
3812 case SCO_LINK: in hci_num_comp_pkts_evt()
4326 case SCO_LINK: in hci_sync_conn_complete_evt()
H A Dhci_core.c4314 case SCO_LINK: in hci_low_sent()
4420 case SCO_LINK: in hci_chan_sent()
4526 if (!hci_conn_num(hdev, SCO_LINK)) in hci_sched_sco()
4529 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
H A Dhci_request.c2834 } else if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in __hci_abort_conn()
H A Dmgmt.c2685 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dsco.c258 type = SCO_LINK; in sco_connect()
1349 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1366 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
H A Dhci_conn.c161 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_cleanup()
993 case SCO_LINK: in hci_conn_add()
1025 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in hci_conn_add()
1059 case SCO_LINK: in hci_conn_cleanup_child()
2807 case SCO_LINK: in hci_conn_get_phy()
H A Dhci_core.c3387 case SCO_LINK: in hci_quote_sent()
3622 if (!hci_conn_num(hdev, SCO_LINK)) in hci_sched_sco()
3625 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
H A Dhci_event.c3173 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt()
3181 conn->type = SCO_LINK; in hci_conn_complete_evt()
3248 } else if (ev->link_type == SCO_LINK) { in hci_conn_complete_evt()
4483 case SCO_LINK: in hci_num_comp_pkts_evt()
5035 case SCO_LINK: in hci_sync_conn_complete_evt()
H A Dhci_sync.c5379 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
H A Dmgmt.c3174 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h875 case SCO_LINK:
901 case SCO_LINK:
918 case SCO_LINK:
1406 case SCO_LINK:
H A Dhci.h412 #define SCO_LINK 0x00 macro
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h1022 case SCO_LINK: in hci_conn_hash_add()
1051 case SCO_LINK: in hci_conn_hash_del()
1071 case SCO_LINK: in hci_conn_num()
1925 case SCO_LINK: in hci_proto_connect_ind()
H A Dhci.h507 #define SCO_LINK 0x00 macro
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbtusb.c1613 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame()
1633 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify()
1634 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify()
2397 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dbtusb.c1220 case SCO_LINK: in btusb_validate_sco_handle()
2071 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame()
2098 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify()
2099 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify()
2545 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()

Completed in 90 milliseconds