Home
last modified time | relevance | path

Searched refs:start_poll (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dnhi.c295 * This function can be called when @start_poll callback of the @ring
353 if (ring->start_poll) { in __ring_interrupt()
355 ring->start_poll(ring->poll_data); in __ring_interrupt()
374 if (ring->start_poll) in tb_ring_poll_complete()
498 void (*start_poll)(void *), in tb_ring_alloc()
525 ring->start_poll = start_poll; in tb_ring_alloc()
576 * @start_poll: If not %NULL the ring will call this function when an
579 * @poll_data: Optional data passed to @start_poll
583 void (*start_poll)(voi in tb_ring_alloc_rx()
[all...]
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dnhi.c344 * This function can be called when @start_poll callback of the @ring
402 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()
659 * @start_poll: If not %NULL the ring will call this function when an
662 * @poll_data: Optional data passed to @start_poll
667 void (*start_poll)(voi in tb_ring_alloc_rx()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dthunderbolt.h476 * @start_poll: Called when ring interrupt is triggered to start
478 * @poll_data: Data passed to @start_poll
499 void (*start_poll)(void *data); member
556 void (*start_poll)(void *), void *poll_data);
/kernel/linux/linux-6.6/include/linux/
H A Dthunderbolt.h528 * @start_poll: Called when ring interrupt is triggered to start
530 * @poll_data: Data passed to @start_poll
552 void (*start_poll)(void *data); member
612 void (*start_poll)(void *), void *poll_data);
/kernel/linux/linux-5.10/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()
934 .start_poll = hci_start_poll,
/kernel/linux/linux-6.6/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()
934 .start_poll = hci_start_poll,
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/net/nfc/
H A Dcore.c224 rc = dev->ops->start_poll(dev, im_protocols, tm_protocols); in nfc_start_poll()
1050 if (!ops->start_poll || !ops->stop_poll || !ops->activate_target || in nfc_allocate_device()
H A Ddigital_core.c465 * start_poll operation
740 .start_poll = digital_start_poll,
/kernel/linux/linux-6.6/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.c465 * digital_start_poll - start_poll operation
743 .start_poll = digital_start_poll,
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A 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()
/kernel/linux/linux-5.10/drivers/nfc/microread/
H A Dmicroread.c634 .start_poll = microread_start_poll,
/kernel/linux/linux-6.6/drivers/nfc/microread/
H A Dmicroread.c632 .start_poll = microread_start_poll,
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv.c3890 ktime_t cur, start_poll, start_wait; in kvmppc_vcore_blocked() local
3895 cur = start_poll = ktime_get(); in kvmppc_vcore_blocked()
3897 ktime_t stop = ktime_add_ns(start_poll, vc->halt_poll_ns); in kvmppc_vcore_blocked()
3946 block_ns = ktime_to_ns(cur) - ktime_to_ns(start_poll); in kvmppc_vcore_blocked()
3956 ktime_to_ns(start_poll); in kvmppc_vcore_blocked()
3962 ktime_to_ns(start_poll); in kvmppc_vcore_blocked()
/kernel/linux/linux-5.10/drivers/nfc/pn544/
H A Dpn544.c889 .start_poll = pn544_hci_start_poll,
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H A Dcore.c921 .start_poll = st21nfca_hci_start_poll,
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H A Dcore.c920 .start_poll = st21nfca_hci_start_poll,
/kernel/linux/linux-6.6/drivers/nfc/pn544/
H A Dpn544.c888 .start_poll = pn544_hci_start_poll,
/kernel/linux/linux-6.6/tools/testing/selftests/nci/
H A Dnci_dev.c625 TEST_F(NCI, start_poll) in TEST_F()
/kernel/linux/linux-5.10/net/nfc/nci/
H A Dcore.c1115 .start_poll = nci_start_poll,
/kernel/linux/linux-6.6/net/nfc/nci/
H A Dcore.c1125 .start_poll = nci_start_poll,

Completed in 40 milliseconds

12