Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/nfc/
Dhci.h191 int nfc_hci_result_to_errno(u8 result);
/Linux-v4.19/net/nfc/hci/
Dcore.c34 int nfc_hci_result_to_errno(u8 result) in nfc_hci_result_to_errno() function
47 EXPORT_SYMBOL(nfc_hci_result_to_errno);
187 __nfc_hci_cmd_completion(hdev, nfc_hci_result_to_errno(result), skb); in nfc_hci_resp_received()
/Linux-v4.19/drivers/nfc/microread/
Dmicroread.c386 err = nfc_hci_result_to_errno( in microread_im_transceive_cb()