Home
last modified time | relevance | path

Searched refs:HCI_REQ_PEND (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/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()
126 hdev->req_status = HCI_REQ_PEND; in __hci_req_sync()
157 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()
663 if (hdev->req_status == HCI_REQ_PEND) { in hci_cmd_sync_cancel()
681 if (hdev->req_status == HCI_REQ_PEND) { in hci_cmd_sync_cancel_sync()
H A Dhci_conn.c2934 if (conn->state == BT_CONNECT && hdev->req_status == HCI_REQ_PEND) { in hci_abort_conn()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_request.c34 #define HCI_REQ_PEND 1 macro
51 return hdev->req_status == HCI_REQ_PEND; in hci_req_status_pend()
107 if (hdev->req_status == HCI_REQ_PEND) { in hci_req_sync_complete()
122 if (hdev->req_status == HCI_REQ_PEND) { in hci_req_sync_cancel()
142 hdev->req_status = HCI_REQ_PEND; in __hci_cmd_sync_ev()
149 hdev->req_status != HCI_REQ_PEND, timeout); in __hci_cmd_sync_ev()
205 hdev->req_status = HCI_REQ_PEND; in __hci_req_sync()
236 hdev->req_status != HCI_REQ_PEND, timeout); in __hci_req_sync()

Completed in 17 milliseconds