Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_sync.h67 void hci_cmd_sync_cancel(struct hci_dev *hdev, int err);
/linux/drivers/bluetooth/
H A Dbtusb.c1406 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()
H A Dbtmtk.c1156 hci_cmd_sync_cancel(hdev, -err); in btmtk_intr_complete()
/linux/net/bluetooth/
H A Dhci_sync.c664 void hci_cmd_sync_cancel(struct hci_dev *hdev, int err) in hci_cmd_sync_cancel() function
675 EXPORT_SYMBOL(hci_cmd_sync_cancel);
H A Dhci_conn.c2954 hci_cmd_sync_cancel(hdev, ECANCELED); in hci_abort_conn()