Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c80 ndev->req_result = result; in nci_req_complete()
90 ndev->req_result = err; in nci_req_cancel()
117 rc = nci_to_errno(ndev->req_result); in __nci_request()
121 rc = -ndev->req_result; in __nci_request()
135 ndev->req_status = ndev->req_result = 0; in __nci_request()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_request.c106 hdev->req_result = result; in hci_req_sync_complete()
164 err = -bt_to_errno(hdev->req_result); in __hci_req_sync()
166 *hci_status = hdev->req_result; in __hci_req_sync()
170 err = -hdev->req_result; in __hci_req_sync()
184 hdev->req_status = hdev->req_result = 0; in __hci_req_sync()
H A Dhci_sync.c32 hdev->req_result = result; in hci_cmd_sync_complete()
180 err = -bt_to_errno(hdev->req_result); in __hci_cmd_sync_sk()
184 err = -hdev->req_result; in __hci_cmd_sync_sk()
193 hdev->req_result = 0; in __hci_cmd_sync_sk()
664 hdev->req_result = err; in hci_cmd_sync_cancel()
682 hdev->req_result = err; in hci_cmd_sync_cancel_sync()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_request.c108 hdev->req_result = result; in hci_req_sync_complete()
123 hdev->req_result = err; in hci_req_sync_cancel()
156 err = -bt_to_errno(hdev->req_result); in __hci_cmd_sync_ev()
160 err = -hdev->req_result; in __hci_cmd_sync_ev()
168 hdev->req_status = hdev->req_result = 0; in __hci_cmd_sync_ev()
243 err = -bt_to_errno(hdev->req_result); in __hci_req_sync()
245 *hci_status = hdev->req_result; in __hci_req_sync()
249 err = -hdev->req_result; in __hci_req_sync()
263 hdev->req_status = hdev->req_result = 0; in __hci_req_sync()
/kernel/linux/linux-5.10/include/net/nfc/
H A Dnci_core.h232 __u32 req_result; member
407 u8 req_result; member
/kernel/linux/linux-6.6/include/net/nfc/
H A Dnci_core.h232 __u32 req_result; member
409 u8 req_result; member
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h478 __u32 req_result;
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h554 __u32 req_result; member

Completed in 27 milliseconds