req_result        378 include/net/bluetooth/hci_core.h 	__u32			req_result;
req_result        231 include/net/nfc/nci_core.h 	__u32			req_result;
req_result        405 include/net/nfc/nci_core.h 	u8			req_result;
req_result        108 net/bluetooth/hci_request.c 		hdev->req_result = result;
req_result        121 net/bluetooth/hci_request.c 		hdev->req_result = err;
req_result        154 net/bluetooth/hci_request.c 		err = -bt_to_errno(hdev->req_result);
req_result        158 net/bluetooth/hci_request.c 		err = -hdev->req_result;
req_result        166 net/bluetooth/hci_request.c 	hdev->req_status = hdev->req_result = 0;
req_result        241 net/bluetooth/hci_request.c 		err = -bt_to_errno(hdev->req_result);
req_result        243 net/bluetooth/hci_request.c 			*hci_status = hdev->req_result;
req_result        247 net/bluetooth/hci_request.c 		err = -hdev->req_result;
req_result        261 net/bluetooth/hci_request.c 	hdev->req_status = hdev->req_result = 0;
req_result         80 net/nfc/nci/core.c 		ndev->req_result = result;
req_result         90 net/nfc/nci/core.c 		ndev->req_result = err;
req_result        117 net/nfc/nci/core.c 			rc = nci_to_errno(ndev->req_result);
req_result        121 net/nfc/nci/core.c 			rc = -ndev->req_result;
req_result        135 net/nfc/nci/core.c 	ndev->req_status = ndev->req_result = 0;
req_result        103 net/nfc/nci/spi.c 	if (completion_rc <= 0 || nspi->req_result == ACKNOWLEDGE_NACK)
req_result        295 net/nfc/nci/spi.c 		nspi->req_result = nci_spi_get_ack(skb);
req_result        296 net/nfc/nci/spi.c 		if (nspi->req_result)