Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/nfc/pn533/
A Dpn533.c1414 goto stop_poll; in pn533_autopoll_complete()
1418 goto stop_poll; in pn533_autopoll_complete()
1484 stop_poll: in pn533_autopoll_complete()
1507 goto stop_poll; in pn533_poll_complete()
1511 goto stop_poll; in pn533_poll_complete()
1541 stop_poll: in pn533_poll_complete()
2634 .stop_poll = pn533_stop_poll,
/linux-6.3-rc2/include/net/nfc/
A Dhci.h28 void (*stop_poll) (struct nfc_hci_dev *hdev); member
A Dnfc.h53 void (*stop_poll)(struct nfc_dev *dev); member
/linux-6.3-rc2/net/nfc/hci/
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,
/linux-6.3-rc2/Documentation/networking/
A Dnfc.rst63 * stop_poll - stop on progress polling operation
/linux-6.3-rc2/net/nfc/
A Dcore.c259 dev->ops->stop_poll(dev); in nfc_stop_poll()
1058 if (!ops->start_poll || !ops->stop_poll || !ops->activate_target || in nfc_allocate_device()
A Ddigital_core.c744 .stop_poll = digital_stop_poll,
/linux-6.3-rc2/drivers/nfc/st21nfca/
A Dcore.c921 .stop_poll = st21nfca_hci_stop_poll,
/linux-6.3-rc2/net/nfc/nci/
A Dcore.c1121 .stop_poll = nci_stop_poll,

Completed in 23 milliseconds