stop_poll        1409 drivers/nfc/pn533/pn533.c 			goto stop_poll;
stop_poll        1413 drivers/nfc/pn533/pn533.c 			goto stop_poll;
stop_poll        1443 drivers/nfc/pn533/pn533.c stop_poll:
stop_poll        2482 drivers/nfc/pn533/pn533.c 	.stop_poll = pn533_stop_poll,
stop_poll         923 drivers/nfc/st21nfca/core.c 	.stop_poll = st21nfca_hci_stop_poll,
stop_poll          28 include/net/nfc/hci.h 	void (*stop_poll) (struct nfc_hci_dev *hdev);
stop_poll          53 include/net/nfc/nfc.h 	void (*stop_poll)(struct nfc_dev *dev);
stop_poll         258 net/nfc/core.c 	dev->ops->stop_poll(dev);
stop_poll        1051 net/nfc/core.c 	if (!ops->start_poll || !ops->stop_poll || !ops->activate_target ||
stop_poll         736 net/nfc/digital_core.c 	.stop_poll = digital_stop_poll,
stop_poll         656 net/nfc/hci/core.c 	if (hdev->ops->stop_poll)
stop_poll         657 net/nfc/hci/core.c 		hdev->ops->stop_poll(hdev);
stop_poll         935 net/nfc/hci/core.c 	.stop_poll = hci_stop_poll,
stop_poll        1095 net/nfc/nci/core.c 	.stop_poll = nci_stop_poll,