Home
last modified time | relevance | path

Searched refs:nfc_hci_result_to_errno (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/net/nfc/
Dhci.h179 int nfc_hci_result_to_errno(u8 result);
/linux-5.19.10/net/nfc/hci/
Dcore.c22 int nfc_hci_result_to_errno(u8 result) in nfc_hci_result_to_errno() function
35 EXPORT_SYMBOL(nfc_hci_result_to_errno);
175 __nfc_hci_cmd_completion(hdev, nfc_hci_result_to_errno(result), skb); in nfc_hci_resp_received()
/linux-5.19.10/drivers/nfc/microread/
Dmicroread.c373 err = nfc_hci_result_to_errno( in microread_im_transceive_cb()