Searched refs:bt_to_errno (Results 1 - 14 of 14) sorted by relevance
| /kernel/linux/linux-5.10/net/bluetooth/ |
| H A D | lib.c | 45 int bt_to_errno(__u16 code) in bt_to_errno() function 136 EXPORT_SYMBOL(bt_to_errno); variable
|
| H A D | sco.c | 1199 sco_conn_del(hcon, bt_to_errno(status)); in sco_connect_cfm() 1209 sco_conn_del(hcon, bt_to_errno(reason)); in sco_disconn_cfm()
|
| H A D | hci_request.c | 156 err = -bt_to_errno(hdev->req_result); in __hci_cmd_sync_ev() 243 err = -bt_to_errno(hdev->req_result); in __hci_req_sync()
|
| H A D | l2cap_core.c | 8246 l2cap_conn_del(hcon, bt_to_errno(status)); in l2cap_connect_cfm() 8312 l2cap_conn_del(hcon, bt_to_errno(reason)); in l2cap_disconn_cfm()
|
| /kernel/linux/linux-6.6/net/bluetooth/ |
| H A D | lib.c | 45 int bt_to_errno(__u16 code) in bt_to_errno() function 136 EXPORT_SYMBOL(bt_to_errno); variable
|
| H A D | sco.c | 1361 sco_conn_del(hcon, bt_to_errno(status)); in sco_connect_cfm() 1371 sco_conn_del(hcon, bt_to_errno(reason)); in sco_disconn_cfm()
|
| H A D | iso.c | 1866 iso_conn_del(link->conn, bt_to_errno(status)); in iso_connect_cfm() 1891 iso_conn_del(hcon, bt_to_errno(status)); in iso_connect_cfm() 1902 iso_conn_del(hcon, bt_to_errno(reason)); in iso_disconn_cfm()
|
| H A D | hci_request.c | 164 err = -bt_to_errno(hdev->req_result); in __hci_req_sync()
|
| H A D | l2cap_core.c | 7226 l2cap_conn_del(hcon, bt_to_errno(status)); in l2cap_connect_cfm() 7292 l2cap_conn_del(hcon, bt_to_errno(reason)); in l2cap_disconn_cfm()
|
| H A D | hci_sync.c | 180 err = -bt_to_errno(hdev->req_result); in __hci_cmd_sync_sk()
|
| /kernel/linux/linux-5.10/include/net/bluetooth/ |
| H A D | bluetooth.h | 499 int bt_to_errno(u16 code);
|
| /kernel/linux/linux-6.6/include/net/bluetooth/ |
| H A D | bluetooth.h | 586 int bt_to_errno(u16 code);
|
| /kernel/linux/linux-5.10/drivers/bluetooth/ |
| H A D | btintel.c | 745 return -bt_to_errno(params->status); in btintel_read_boot_params()
|
| /kernel/linux/linux-6.6/drivers/bluetooth/ |
| H A D | btintel.c | 913 return -bt_to_errno(params->status); in btintel_read_boot_params() 2387 err = -bt_to_errno(skb->data[0]); in btintel_configure_offload()
|
Completed in 40 milliseconds