Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci_sync.h46 void hci_cmd_sync_cancel(struct hci_dev *hdev, int err);
/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c1375 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()
/openbmc/linux/net/bluetooth/
H A Dhci_sync.c682 void hci_cmd_sync_cancel(struct hci_dev *hdev, int err) in hci_cmd_sync_cancel() function
693 EXPORT_SYMBOL(hci_cmd_sync_cancel);
H A Dhci_conn.c2894 hci_cmd_sync_cancel(hdev, ECANCELED); in hci_abort_conn()