Home
last modified time | relevance | path

Searched refs:req_result (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/nfc/nci/
Dspi.c116 if (completion_rc <= 0 || nspi->req_result == ACKNOWLEDGE_NACK) in nci_spi_send()
308 nspi->req_result = nci_spi_get_ack(skb); in nci_spi_read()
309 if (nspi->req_result) in nci_spi_read()
Dcore.c92 ndev->req_result = result; in nci_req_complete()
102 ndev->req_result = err; in nci_req_cancel()
129 rc = nci_to_errno(ndev->req_result); in __nci_request()
133 rc = -ndev->req_result; in __nci_request()
147 ndev->req_status = ndev->req_result = 0; in __nci_request()
/Linux-v4.19/net/bluetooth/
Dhci_request.c103 hdev->req_result = result; in hci_req_sync_complete()
116 hdev->req_result = err; in hci_req_sync_cancel()
149 err = -bt_to_errno(hdev->req_result); in __hci_cmd_sync_ev()
153 err = -hdev->req_result; in __hci_cmd_sync_ev()
161 hdev->req_status = hdev->req_result = 0; in __hci_cmd_sync_ev()
236 err = -bt_to_errno(hdev->req_result); in __hci_req_sync()
238 *hci_status = hdev->req_result; in __hci_req_sync()
242 err = -hdev->req_result; in __hci_req_sync()
256 hdev->req_status = hdev->req_result = 0; in __hci_req_sync()
/Linux-v4.19/include/net/nfc/
Dnci_core.h243 __u32 req_result; member
417 u8 req_result; member
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h361 __u32 req_result; member