Home
last modified time | relevance | path

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

/linux/net/nfc/hci/
H A Dcore.c284 int nfc_hci_target_discovered(struct nfc_hci_dev *hdev, u8 gate) in nfc_hci_target_discovered() function
379 EXPORT_SYMBOL(nfc_hci_target_discovered);
426 r = nfc_hci_target_discovered(hdev, gate); in nfc_hci_event_received()
/linux/include/net/nfc/
H A Dhci.h272 int nfc_hci_target_discovered(struct nfc_hci_dev *hdev, u8 gate);
/linux/drivers/nfc/pn544/
H A Dpn544.c726 r = nfc_hci_target_discovered(hdev, gate); in pn544_hci_event_received()