Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thunderbolt/
Dnhi.c357 if (ring->start_poll) { in __ring_interrupt()
359 ring->start_poll(ring->poll_data); in __ring_interrupt()
378 if (ring->start_poll) in tb_ring_poll_complete()
515 void (*start_poll)(void *), in tb_ring_alloc()
543 ring->start_poll = start_poll; in tb_ring_alloc()
603 void (*start_poll)(void *), void *poll_data) in tb_ring_alloc_rx()
606 start_poll, poll_data); in tb_ring_alloc_rx()
/Linux-v5.15/include/linux/
Dthunderbolt.h533 void (*start_poll)(void *data); member
593 void (*start_poll)(void *), void *poll_data);
/Linux-v5.15/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-v5.15/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-v5.15/Documentation/networking/
Dnfc.rst62 * start_poll - setup the device to poll for targets
/Linux-v5.15/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-v5.15/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-v5.15/arch/powerpc/kvm/
Dbook3s_hv.c4145 ktime_t cur, start_poll, start_wait; in kvmppc_vcore_blocked() local
4150 cur = start_poll = ktime_get(); in kvmppc_vcore_blocked()
4152 ktime_t stop = ktime_add_ns(start_poll, vc->halt_poll_ns); in kvmppc_vcore_blocked()
4201 block_ns = ktime_to_ns(cur) - ktime_to_ns(start_poll); in kvmppc_vcore_blocked()
4214 ktime_to_ns(start_poll); in kvmppc_vcore_blocked()
4218 ktime_to_ns(start_poll)); in kvmppc_vcore_blocked()
4225 ktime_to_ns(start_poll); in kvmppc_vcore_blocked()
4228 ktime_to_ns(cur) - ktime_to_ns(start_poll)); in kvmppc_vcore_blocked()
/Linux-v5.15/drivers/nfc/microread/
Dmicroread.c632 .start_poll = microread_start_poll,
/Linux-v5.15/drivers/nfc/st21nfca/
Dcore.c920 .start_poll = st21nfca_hci_start_poll,
/Linux-v5.15/drivers/nfc/pn544/
Dpn544.c888 .start_poll = pn544_hci_start_poll,
/Linux-v5.15/tools/testing/selftests/nci/
Dnci_dev.c625 TEST_F(NCI, start_poll) in TEST_F() argument
/Linux-v5.15/net/nfc/nci/
Dcore.c1107 .start_poll = nci_start_poll,
/Linux-v5.15/drivers/nfc/pn533/
Dpn533.c2631 .start_poll = pn533_start_poll,