Searched refs:stop_poll (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/hci/ |
H A D | core.c | 656 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,
|
/kernel/linux/linux-6.6/net/nfc/hci/ |
H A D | core.c | 656 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,
|
/kernel/linux/linux-5.10/drivers/nfc/pn533/ |
H A D | pn533.c | 1440 goto stop_poll; in pn533_autopoll_complete() 1444 goto stop_poll; in pn533_autopoll_complete() 1510 stop_poll: in pn533_autopoll_complete() 1535 goto stop_poll; in pn533_poll_complete() 1539 goto stop_poll; in pn533_poll_complete() 1569 stop_poll: in pn533_poll_complete() 2690 .stop_poll = pn533_stop_poll,
|
/kernel/linux/linux-6.6/drivers/nfc/pn533/ |
H A D | pn533.c | 1414 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,
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | hci.h | 28 void (*stop_poll) (struct nfc_hci_dev *hdev); member
|
H A D | nfc.h | 53 void (*stop_poll)(struct nfc_dev *dev); member
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | hci.h | 28 void (*stop_poll) (struct nfc_hci_dev *hdev); member
|
H A D | nfc.h | 53 void (*stop_poll)(struct nfc_dev *dev); member
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | core.c | 258 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 D | digital_core.c | 741 .stop_poll = digital_stop_poll,
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | core.c | 259 dev->ops->stop_poll(dev); in nfc_stop_poll() 1058 if (!ops->start_poll || !ops->stop_poll || !ops->activate_target || in nfc_allocate_device()
|
H A D | digital_core.c | 744 .stop_poll = digital_stop_poll,
|
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/ |
H A D | core.c | 922 .stop_poll = st21nfca_hci_stop_poll,
|
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/ |
H A D | core.c | 921 .stop_poll = st21nfca_hci_stop_poll,
|
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | core.c | 1116 .stop_poll = nci_stop_poll,
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | core.c | 1126 .stop_poll = nci_stop_poll,
|
Completed in 23 milliseconds