Searched refs:req_result (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/nfc/nci/
H A Dspi.c104 if (completion_rc <= 0 || nspi->req_result == ACKNOWLEDGE_NACK)
299 nspi->req_result = nci_spi_get_ack(skb);
300 if (nspi->req_result)
H A Dcore.c81 ndev->req_result = result;
91 ndev->req_result = err;
118 rc = nci_to_errno(ndev->req_result);
122 rc = -ndev->req_result;
136 ndev->req_status = ndev->req_result = 0;
/linux-master/net/bluetooth/
H A Dhci_request.c106 hdev->req_result = result;
166 err = -bt_to_errno(hdev->req_result);
168 *hci_status = hdev->req_result;
172 err = -hdev->req_result;
186 hdev->req_status = hdev->req_result = 0;
H A Dhci_sync.c32 hdev->req_result = result;
180 err = -bt_to_errno(hdev->req_result);
184 err = -hdev->req_result;
193 hdev->req_result = 0;
602 hdev->req_result = err;
620 /* req_result is __u32 so error must be positive to be properly
623 hdev->req_result = err < 0 ? -err : err;
/linux-master/include/net/nfc/
H A Dnci_core.h232 __u32 req_result; member in struct:nci_dev
409 u8 req_result; member in struct:nci_spi
/linux-master/include/net/bluetooth/
H A Dhci_core.h553 __u32 req_result; member in struct:hci_dev

Completed in 261 milliseconds