Searched refs:SCO_LINK (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | sco.c | 252 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 D | hci_conn.c | 125 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 D | hci_event.c | 2603 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 D | hci_core.c | 4314 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, "e))) { in hci_sched_sco()
|
H A D | hci_request.c | 2834 } else if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in __hci_abort_conn()
|
H A D | mgmt.c | 2685 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | sco.c | 258 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 D | hci_conn.c | 161 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 D | hci_core.c | 3387 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, "e))) { in hci_sched_sco()
|
H A D | hci_event.c | 3173 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 D | hci_sync.c | 5379 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
|
H A D | mgmt.c | 3174 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 875 case SCO_LINK: 901 case SCO_LINK: 918 case SCO_LINK: 1406 case SCO_LINK:
|
H A D | hci.h | 412 #define SCO_LINK 0x00 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 1022 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 D | hci.h | 507 #define SCO_LINK 0x00 macro
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btusb.c | 1613 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 D | btusb.c | 1220 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