Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/nfc/
Dhci.h40 void (*stop_poll) (struct nfc_hci_dev *hdev); member
Dnfc.h64 void (*stop_poll)(struct nfc_dev *dev); member
/linux-4.4.14/net/nfc/hci/
Dcore.c645 if (hdev->ops->stop_poll) in hci_stop_poll()
646 hdev->ops->stop_poll(hdev); in hci_stop_poll()
924 .stop_poll = hci_stop_poll,
/linux-4.4.14/Documentation/networking/
Dnfc.txt61 * stop_poll - stop on progress polling operation
/linux-4.4.14/net/nfc/
Dcore.c270 dev->ops->stop_poll(dev); in nfc_stop_poll()
1047 if (!ops->start_poll || !ops->stop_poll || !ops->activate_target || in nfc_allocate_device()
Ddigital_core.c737 .stop_poll = digital_stop_poll,
/linux-4.4.14/drivers/nfc/
Dnfcsim.c355 .stop_poll = nfcsim_stop_poll,
Dpn533.c1989 goto stop_poll; in pn533_poll_complete()
1993 goto stop_poll; in pn533_poll_complete()
2023 stop_poll: in pn533_poll_complete()
3035 .stop_poll = pn533_stop_poll,
/linux-4.4.14/drivers/nfc/st21nfca/
Dcore.c940 .stop_poll = st21nfca_hci_stop_poll,
/linux-4.4.14/net/nfc/nci/
Dcore.c1019 .stop_poll = nci_stop_poll,