Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thunderbolt/
Dnhi.c402 if (ring->start_poll) { in __ring_interrupt()
404 ring->start_poll(ring->poll_data); in __ring_interrupt()
423 if (ring->start_poll) in tb_ring_poll_complete()
579 void (*start_poll)(void *), in tb_ring_alloc()
607 ring->start_poll = start_poll; in tb_ring_alloc()
667 void (*start_poll)(void *), void *poll_data) in tb_ring_alloc_rx()
670 start_poll, poll_data); in tb_ring_alloc_rx()
/linux-6.6.21/include/linux/
Dthunderbolt.h552 void (*start_poll)(void *data); member
612 void (*start_poll)(void *), void *poll_data);
/linux-6.6.21/include/net/nfc/
Dhci.h26 int (*start_poll) (struct nfc_hci_dev *hdev, member
Dnfc.h51 int (*start_poll)(struct nfc_dev *dev, member
/linux-6.6.21/net/nfc/hci/
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()
934 .start_poll = hci_start_poll,
/linux-6.6.21/Documentation/networking/
Dnfc.rst62 * start_poll - setup the device to poll for targets
/linux-6.6.21/net/nfc/
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()
Ddigital_core.c743 .start_poll = digital_start_poll,
/linux-6.6.21/Documentation/driver-api/nfc/
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-6.6.21/arch/powerpc/kvm/
Dbook3s_hv.c4333 ktime_t cur, start_poll, start_wait; in kvmppc_vcore_blocked() local
4340 cur = start_poll = ktime_get(); in kvmppc_vcore_blocked()
4342 ktime_t stop = ktime_add_ns(start_poll, vc->halt_poll_ns); in kvmppc_vcore_blocked()
4391 block_ns = ktime_to_ns(cur) - ktime_to_ns(start_poll); in kvmppc_vcore_blocked()
4404 ktime_to_ns(start_poll); in kvmppc_vcore_blocked()
4408 ktime_to_ns(start_poll)); in kvmppc_vcore_blocked()
4415 ktime_to_ns(start_poll); in kvmppc_vcore_blocked()
4418 ktime_to_ns(cur) - ktime_to_ns(start_poll)); in kvmppc_vcore_blocked()
/linux-6.6.21/drivers/nfc/microread/
Dmicroread.c632 .start_poll = microread_start_poll,
/linux-6.6.21/drivers/nfc/st21nfca/
Dcore.c920 .start_poll = st21nfca_hci_start_poll,
/linux-6.6.21/drivers/nfc/pn544/
Dpn544.c888 .start_poll = pn544_hci_start_poll,
/linux-6.6.21/tools/testing/selftests/nci/
Dnci_dev.c625 TEST_F(NCI, start_poll) in TEST_F() argument
/linux-6.6.21/net/nfc/nci/
Dcore.c1125 .start_poll = nci_start_poll,
/linux-6.6.21/drivers/nfc/pn533/
Dpn533.c2633 .start_poll = pn533_start_poll,