Home
last modified time | relevance | path

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

/linux/net/nfc/nci/
H A Dspi.c104 if (completion_rc <= 0 || nspi->req_result == ACKNOWLEDGE_NACK) in nci_spi_send()
299 nspi->req_result = nci_spi_get_ack(skb); in nci_spi_read()
300 if (nspi->req_result) in nci_spi_read()
H A Dcore.c81 ndev->req_result = result; in nci_req_complete()
91 ndev->req_result = err; in nci_req_cancel()
118 rc = nci_to_errno(ndev->req_result); in __nci_request()
122 rc = -ndev->req_result; in __nci_request()
136 ndev->req_status = ndev->req_result = 0; in __nci_request()
/linux/net/bluetooth/
H A Dhci_sync.c31 hdev->req_result = result; in hci_cmd_sync_complete()
185 err = -bt_to_errno(hdev->req_result); in __hci_cmd_sync_sk()
189 err = -hdev->req_result; in __hci_cmd_sync_sk()
198 hdev->req_result = 0; in __hci_cmd_sync_sk()
669 hdev->req_result = err; in hci_cmd_sync_cancel()
690 hdev->req_result = err < 0 ? -err : err; in hci_cmd_sync_cancel_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h531 __u32 req_result; member