Home
last modified time | relevance | path

Searched refs:check_presence (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/net/nfc/
Dcore.c436 if (dev->ops->check_presence && !dev->shutting_down) in nfc_activate_target()
476 if (dev->ops->check_presence) in nfc_deactivate_target()
521 if (dev->ops->check_presence) in nfc_data_exchange()
527 if (!rc && dev->ops->check_presence && !dev->shutting_down) in nfc_data_exchange()
984 rc = dev->ops->check_presence(dev, dev->active_target); in nfc_check_pres_work()
1071 if (ops->check_presence) { in nfc_allocate_device()
1150 if (dev->ops->check_presence) { in nfc_unregister_device()
/linux-4.1.27/include/net/nfc/
Dnfc.h76 int (*check_presence)(struct nfc_dev *dev, struct nfc_target *target); member
Dhci.h52 int (*check_presence)(struct nfc_hci_dev *hdev, member
/linux-4.1.27/net/nfc/hci/
Dcore.c773 if (!hdev->ops->check_presence) in hci_check_presence()
776 return hdev->ops->check_presence(hdev, target); in hci_check_presence()
930 .check_presence = hci_check_presence,
/linux-4.1.27/Documentation/nfc/
Dnfc-hci.txt81 int (*check_presence)(struct nfc_hci_dev *hdev,
111 - check_presence() is an optional entry point that will be called regularly
/linux-4.1.27/drivers/nfc/microread/
Dmicroread.c652 .check_presence = NULL,
/linux-4.1.27/drivers/nfc/pn544/
Dpn544.c907 .check_presence = pn544_hci_check_presence,
/linux-4.1.27/drivers/nfc/st21nfca/
Dst21nfca.c955 .check_presence = st21nfca_hci_check_presence,