Lines Matching refs:hci_status
119 unsigned long opt, u32 timeout, u8 *hci_status) in __hci_req_sync() argument
132 if (hci_status) in __hci_req_sync()
133 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
147 if (hci_status) in __hci_req_sync()
148 *hci_status = 0; in __hci_req_sync()
152 if (hci_status) in __hci_req_sync()
153 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
167 if (hci_status) in __hci_req_sync()
168 *hci_status = hdev->req_result; in __hci_req_sync()
173 if (hci_status) in __hci_req_sync()
174 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
179 if (hci_status) in __hci_req_sync()
180 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
195 unsigned long opt, u32 timeout, u8 *hci_status) in hci_req_sync() argument
206 ret = __hci_req_sync(hdev, req, opt, timeout, hci_status); in hci_req_sync()