Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci_sync.h47 void hci_cmd_sync_cancel_sync(struct hci_dev *hdev, int err);
/openbmc/linux/net/bluetooth/
H A Dhci_request.c900 hci_cmd_sync_cancel_sync(hdev, ENODEV); in hci_request_cancel_all()
H A Dhci_core.c1449 hci_cmd_sync_cancel_sync(hdev, ETIMEDOUT); in hci_cmd_timeout()
2789 hci_cmd_sync_cancel_sync(hdev, err); in hci_cancel_cmd_sync()
4040 hci_cmd_sync_cancel_sync(hdev, -err); in hci_send_cmd_sync()
H A Dhci_sync.c700 void hci_cmd_sync_cancel_sync(struct hci_dev *hdev, int err) in hci_cmd_sync_cancel_sync() function
714 EXPORT_SYMBOL(hci_cmd_sync_cancel_sync);
H A Dmgmt.c1402 hci_cmd_sync_cancel_sync(hdev, -EHOSTDOWN); in set_powered()