start_poll       3787 arch/powerpc/kvm/book3s_hv.c 	ktime_t cur, start_poll, start_wait;
start_poll       3793 arch/powerpc/kvm/book3s_hv.c 	cur = start_poll = ktime_get();
start_poll       3795 arch/powerpc/kvm/book3s_hv.c 		ktime_t stop = ktime_add_ns(start_poll, vc->halt_poll_ns);
start_poll       3844 arch/powerpc/kvm/book3s_hv.c 	block_ns = ktime_to_ns(cur) - ktime_to_ns(start_poll);
start_poll       3854 arch/powerpc/kvm/book3s_hv.c 				ktime_to_ns(start_poll);
start_poll       3860 arch/powerpc/kvm/book3s_hv.c 				ktime_to_ns(start_poll);
start_poll        634 drivers/nfc/microread/microread.c 	.start_poll = microread_start_poll,
start_poll       2481 drivers/nfc/pn533/pn533.c 	.start_poll = pn533_start_poll,
start_poll        889 drivers/nfc/pn544/pn544.c 	.start_poll = pn544_hci_start_poll,
start_poll        922 drivers/nfc/st21nfca/core.c 	.start_poll = st21nfca_hci_start_poll,
start_poll        357 drivers/thunderbolt/nhi.c 	if (ring->start_poll) {
start_poll        359 drivers/thunderbolt/nhi.c 		ring->start_poll(ring->poll_data);
start_poll        378 drivers/thunderbolt/nhi.c 	if (ring->start_poll)
start_poll        491 drivers/thunderbolt/nhi.c 				     void (*start_poll)(void *),
start_poll        522 drivers/thunderbolt/nhi.c 	ring->start_poll = start_poll;
start_poll        580 drivers/thunderbolt/nhi.c 				 void (*start_poll)(void *), void *poll_data)
start_poll        583 drivers/thunderbolt/nhi.c 			     start_poll, poll_data);
start_poll        499 include/linux/thunderbolt.h 	void (*start_poll)(void *data);
start_poll        558 include/linux/thunderbolt.h 				 void (*start_poll)(void *), void *poll_data);
start_poll         26 include/net/nfc/hci.h 	int (*start_poll) (struct nfc_hci_dev *hdev,
start_poll         51 include/net/nfc/nfc.h 	int (*start_poll)(struct nfc_dev *dev,
start_poll        224 net/nfc/core.c 	rc = dev->ops->start_poll(dev, im_protocols, tm_protocols);
start_poll       1051 net/nfc/core.c 	if (!ops->start_poll || !ops->stop_poll || !ops->activate_target ||
start_poll        735 net/nfc/digital_core.c 	.start_poll = digital_start_poll,
start_poll        644 net/nfc/hci/core.c 	if (hdev->ops->start_poll)
start_poll        645 net/nfc/hci/core.c 		return hdev->ops->start_poll(hdev, im_protocols, tm_protocols);
start_poll        934 net/nfc/hci/core.c 	.start_poll = hci_start_poll,
start_poll       1094 net/nfc/nci/core.c 	.start_poll = nci_start_poll,