Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_request.h26 #define HCI_REQ_PEND 1 macro
33 #define HCI_REQ_PEND 1 macro
H A Dhci_request.c49 return hdev->req_status == HCI_REQ_PEND; in hci_req_status_pend()
105 if (hdev->req_status == HCI_REQ_PEND) { in hci_req_sync_complete()
128 hdev->req_status = HCI_REQ_PEND; in __hci_req_sync()
159 hdev->req_status != HCI_REQ_PEND, timeout); in __hci_req_sync()
H A Dhci_sync.c29 if (hdev->req_status != HCI_REQ_PEND) in hci_cmd_sync_complete()
165 hdev->req_status = HCI_REQ_PEND; in __hci_cmd_sync_sk()
172 hdev->req_status != HCI_REQ_PEND, in __hci_cmd_sync_sk()
686 if (hdev->req_status == HCI_REQ_PEND) { in hci_cmd_sync_cancel()
704 if (hdev->req_status == HCI_REQ_PEND) { in hci_cmd_sync_cancel_sync()
H A Dhci_conn.c2888 if (conn->state == BT_CONNECT && hdev->req_status == HCI_REQ_PEND) { in hci_abort_conn()