Home
last modified time | relevance | path

Searched refs:stop_poll (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/nfc/pn533/
H A Dpn533.c1438 goto stop_poll; in pn533_autopoll_complete()
1442 goto stop_poll; in pn533_autopoll_complete()
1508 stop_poll: in pn533_autopoll_complete()
1533 goto stop_poll; in pn533_poll_complete()
1537 goto stop_poll; in pn533_poll_complete()
1567 stop_poll: in pn533_poll_complete()
2686 .stop_poll = pn533_stop_poll,
/OK3568_Linux_fs/kernel/net/nfc/hci/
H A Dcore.c656 if (hdev->ops->stop_poll) in hci_stop_poll()
657 hdev->ops->stop_poll(hdev); in hci_stop_poll()
935 .stop_poll = hci_stop_poll,
/OK3568_Linux_fs/kernel/include/net/nfc/
H A Dhci.h28 void (*stop_poll) (struct nfc_hci_dev *hdev); member
H A Dnfc.h53 void (*stop_poll)(struct nfc_dev *dev); member
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnfc.rst63 * stop_poll - stop on progress polling operation
/OK3568_Linux_fs/kernel/net/nfc/
H A Dcore.c258 dev->ops->stop_poll(dev); in nfc_stop_poll()
1050 if (!ops->start_poll || !ops->stop_poll || !ops->activate_target || in nfc_allocate_device()
H A Ddigital_core.c741 .stop_poll = digital_stop_poll,
/OK3568_Linux_fs/kernel/drivers/nfc/st21nfca/
H A Dcore.c922 .stop_poll = st21nfca_hci_stop_poll,
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dcore.c1111 .stop_poll = nci_stop_poll,