Searched refs:hci_cmd_sync_cancel (Results 1 – 5 of 5) sorted by relevance
67 void hci_cmd_sync_cancel(struct hci_dev *hdev, int err);
1406 hci_cmd_sync_cancel(hdev, -err); in btusb_intr_complete()1459 hci_cmd_sync_cancel(hdev, -err); in btusb_submit_intr_urb()1848 hci_cmd_sync_cancel(hdev, -urb->status); in btusb_tx_complete()
1156 hci_cmd_sync_cancel(hdev, -err); in btmtk_intr_complete()
664 void hci_cmd_sync_cancel(struct hci_dev *hdev, int err) in hci_cmd_sync_cancel() function675 EXPORT_SYMBOL(hci_cmd_sync_cancel);
2954 hci_cmd_sync_cancel(hdev, ECANCELED); in hci_abort_conn()