Lines Matching refs:hci_status
117 unsigned long opt, u32 timeout, u8 *hci_status) in __hci_req_sync() argument
130 if (hci_status) in __hci_req_sync()
131 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
145 if (hci_status) in __hci_req_sync()
146 *hci_status = 0; in __hci_req_sync()
150 if (hci_status) in __hci_req_sync()
151 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
165 if (hci_status) in __hci_req_sync()
166 *hci_status = hdev->req_result; in __hci_req_sync()
171 if (hci_status) in __hci_req_sync()
172 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
177 if (hci_status) in __hci_req_sync()
178 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
193 unsigned long opt, u32 timeout, u8 *hci_status) in hci_req_sync() argument
204 ret = __hci_req_sync(hdev, req, opt, timeout, hci_status); in hci_req_sync()