Lines Matching refs:hci_status
194 unsigned long opt, u32 timeout, u8 *hci_status) in __hci_req_sync() argument
207 if (hci_status) in __hci_req_sync()
208 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
222 if (hci_status) in __hci_req_sync()
223 *hci_status = 0; in __hci_req_sync()
227 if (hci_status) in __hci_req_sync()
228 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
242 if (hci_status) in __hci_req_sync()
243 *hci_status = hdev->req_result; in __hci_req_sync()
248 if (hci_status) in __hci_req_sync()
249 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
254 if (hci_status) in __hci_req_sync()
255 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
270 unsigned long opt, u32 timeout, u8 *hci_status) in hci_req_sync() argument
281 ret = __hci_req_sync(hdev, req, opt, timeout, hci_status); in hci_req_sync()