Home
last modified time | relevance | path

Searched refs:start_poll (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/
H A Dthunderbolt.h589 void (*start_poll)(void *data); member
666 void (*start_poll)(void *), void *poll_data);
/linux/include/net/nfc/
H A Dhci.h26 int (*start_poll) (struct nfc_hci_dev *hdev, member
H A Dnfc.h51 int (*start_poll)(struct nfc_dev *dev, member
/linux/net/nfc/hci/
H A Dcore.c644 if (hdev->ops->start_poll) in hci_start_poll()
645 return hdev->ops->start_poll(hdev, im_protocols, tm_protocols); in hci_start_poll()
944 .start_poll = hci_start_poll,
/linux/net/nfc/
H A Dcore.c225 rc = dev->ops->start_poll(dev, im_protocols, tm_protocols); in nfc_start_poll()
1058 if (!ops->start_poll || !ops->stop_poll || !ops->activate_target || in nfc_allocate_device()
H A Ddigital_core.c747 .start_poll = digital_start_poll,
/linux/Documentation/driver-api/nfc/
H A Dnfc-hci.rst71 int (*start_poll) (struct nfc_hci_dev *hdev,
95 - start_poll() is an optional entrypoint that shall set the hardware in polling
/linux/drivers/nfc/microread/
H A Dmicroread.c659 .start_poll = microread_start_poll,
/linux/drivers/nfc/st21nfca/
H A Dcore.c920 .start_poll = st21nfca_hci_start_poll,
/linux/drivers/nfc/pn544/
H A Dpn544.c888 .start_poll = pn544_hci_start_poll,
/linux/tools/testing/selftests/nci/
H A Dnci_dev.c625 TEST_F(NCI, start_poll) in TEST_F() argument
/linux/net/nfc/nci/
H A Dcore.c1152 .start_poll = nci_start_poll,
/linux/drivers/nfc/pn533/
H A Dpn533.c2645 .start_poll = pn533_start_poll,