Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/nfc/
H A Dnfc.h287 void nfc_driver_failure(struct nfc_dev *dev, int err);
/OK3568_Linux_fs/kernel/net/nfc/
H A Dcore.c859 inline void nfc_driver_failure(struct nfc_dev *dev, int err) in nfc_driver_failure() function
863 EXPORT_SYMBOL(nfc_driver_failure);
/OK3568_Linux_fs/kernel/net/nfc/hci/
H A Dcore.c839 nfc_driver_failure(hdev->ndev, err); in nfc_hci_failure()