Home
last modified time | relevance | path

Searched refs:hci_cmd_sync_cancel (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/net/bluetooth/
Dhci_sync.h44 void hci_cmd_sync_cancel(struct hci_dev *hdev, int err);
/linux-6.6.21/drivers/bluetooth/
Dbtusb.c1327 hci_cmd_sync_cancel(hdev, -err); in btusb_intr_complete()
1372 hci_cmd_sync_cancel(hdev, -err); in btusb_submit_intr_urb()
1761 hci_cmd_sync_cancel(hdev, -urb->status); in btusb_tx_complete()
/linux-6.6.21/net/bluetooth/
Dhci_sync.c671 void hci_cmd_sync_cancel(struct hci_dev *hdev, int err) in hci_cmd_sync_cancel() function
682 EXPORT_SYMBOL(hci_cmd_sync_cancel);
Dhci_conn.c2943 hci_cmd_sync_cancel(hdev, -ECANCELED); in hci_abort_conn()