Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/nfc/
Dhci.h40 void (*stop_poll) (struct nfc_hci_dev *hdev); member
Dnfc.h65 void (*stop_poll)(struct nfc_dev *dev); member
/Linux-v4.19/net/nfc/hci/
Dcore.c655 if (hdev->ops->stop_poll) in hci_stop_poll()
656 hdev->ops->stop_poll(hdev); in hci_stop_poll()
934 .stop_poll = hci_stop_poll,
/Linux-v4.19/Documentation/networking/
Dnfc.txt61 * stop_poll - stop on progress polling operation
/Linux-v4.19/net/nfc/
Dcore.c270 dev->ops->stop_poll(dev); in nfc_stop_poll()
1063 if (!ops->start_poll || !ops->stop_poll || !ops->activate_target || in nfc_allocate_device()
Ddigital_core.c745 .stop_poll = digital_stop_poll,
/Linux-v4.19/drivers/nfc/pn533/
Dpn533.c1421 goto stop_poll; in pn533_poll_complete()
1425 goto stop_poll; in pn533_poll_complete()
1455 stop_poll: in pn533_poll_complete()
2492 .stop_poll = pn533_stop_poll,
/Linux-v4.19/drivers/nfc/st21nfca/
Dcore.c933 .stop_poll = st21nfca_hci_stop_poll,
/Linux-v4.19/net/nfc/nci/
Dcore.c1107 .stop_poll = nci_stop_poll,