Home
last modified time | relevance | path

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

/linux/include/net/nfc/
H A Dnfc.h291 void nfc_driver_failure(struct nfc_dev *dev, int err);
/linux/net/nfc/
H A Dcore.c865 inline void nfc_driver_failure(struct nfc_dev *dev, int err) in nfc_driver_failure() function
869 EXPORT_SYMBOL(nfc_driver_failure);
/linux/net/nfc/hci/
H A Dcore.c839 nfc_driver_failure(hdev->ndev, err); in nfc_hci_failure()