Searched refs:check_presence (Results 1 – 8 of 8) sorted by relevance
436 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()
76 int (*check_presence)(struct nfc_dev *dev, struct nfc_target *target); member
52 int (*check_presence)(struct nfc_hci_dev *hdev, member
773 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,
81 int (*check_presence)(struct nfc_hci_dev *hdev,111 - check_presence() is an optional entry point that will be called regularly
652 .check_presence = NULL,
907 .check_presence = pn544_hci_check_presence,
955 .check_presence = st21nfca_hci_check_presence,