Lines Matching refs:hci_status
189 unsigned long opt, u32 timeout, u8 *hci_status) in __hci_req_sync() argument
202 if (hci_status) in __hci_req_sync()
203 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
217 if (hci_status) in __hci_req_sync()
218 *hci_status = 0; in __hci_req_sync()
222 if (hci_status) in __hci_req_sync()
223 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
237 if (hci_status) in __hci_req_sync()
238 *hci_status = hdev->req_result; in __hci_req_sync()
243 if (hci_status) in __hci_req_sync()
244 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
249 if (hci_status) in __hci_req_sync()
250 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
265 unsigned long opt, u32 timeout, u8 *hci_status) in hci_req_sync() argument
274 ret = __hci_req_sync(hdev, req, opt, timeout, hci_status); in hci_req_sync()