Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dhci_request.h26 #define HCI_REQ_PEND 1 macro
33 #define HCI_REQ_PEND 1 macro
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()
126 hdev->req_status = HCI_REQ_PEND; in __hci_req_sync()
157 hdev->req_status != HCI_REQ_PEND, timeout); in __hci_req_sync()
Dhci_sync.c29 if (hdev->req_status != HCI_REQ_PEND) in hci_cmd_sync_complete()
161 hdev->req_status = HCI_REQ_PEND; in __hci_cmd_sync_sk()
168 hdev->req_status != HCI_REQ_PEND, in __hci_cmd_sync_sk()
659 if (hdev->req_status == HCI_REQ_PEND) { in __hci_cmd_sync_cancel()
675 if (hdev->req_status == HCI_REQ_PEND) { in hci_cmd_sync_cancel()
Dhci_conn.c2938 if (conn->state == BT_CONNECT && hdev->req_status == HCI_REQ_PEND) { in hci_abort_conn()