Searched refs:hci_cmd_sync_cancel (Results 1 – 4 of 4) sorted by relevance
46 void hci_cmd_sync_cancel(struct hci_dev *hdev, int err);
1375 hci_cmd_sync_cancel(hdev, -err); in btusb_intr_complete()1428 hci_cmd_sync_cancel(hdev, -err); in btusb_submit_intr_urb()1817 hci_cmd_sync_cancel(hdev, -urb->status); in btusb_tx_complete()
682 void hci_cmd_sync_cancel(struct hci_dev *hdev, int err) in hci_cmd_sync_cancel() function693 EXPORT_SYMBOL(hci_cmd_sync_cancel);
2894 hci_cmd_sync_cancel(hdev, ECANCELED); in hci_abort_conn()