Searched refs:start_poll (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/drivers/thunderbolt/ |
| D | nhi.c | 357 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() 491 void (*start_poll)(void *), in tb_ring_alloc() 522 ring->start_poll = start_poll; in tb_ring_alloc() 580 void (*start_poll)(void *), void *poll_data) in tb_ring_alloc_rx() 583 start_poll, poll_data); in tb_ring_alloc_rx()
|
| /Linux-v5.4/include/linux/ |
| D | thunderbolt.h | 499 void (*start_poll)(void *data); member 558 void (*start_poll)(void *), void *poll_data);
|
| /Linux-v5.4/include/net/nfc/ |
| D | hci.h | 26 int (*start_poll) (struct nfc_hci_dev *hdev, member
|
| D | nfc.h | 51 int (*start_poll)(struct nfc_dev *dev, member
|
| /Linux-v5.4/net/nfc/hci/ |
| D | core.c | 631 if (hdev->ops->start_poll) in hci_start_poll() 632 return hdev->ops->start_poll(hdev, im_protocols, tm_protocols); in hci_start_poll() 921 .start_poll = hci_start_poll,
|
| /Linux-v5.4/Documentation/networking/ |
| D | nfc.txt | 60 * start_poll - setup the device to poll for targets
|
| /Linux-v5.4/net/nfc/ |
| D | core.c | 224 rc = dev->ops->start_poll(dev, im_protocols, tm_protocols); in nfc_start_poll() 1051 if (!ops->start_poll || !ops->stop_poll || !ops->activate_target || in nfc_allocate_device()
|
| D | digital_core.c | 735 .start_poll = digital_start_poll,
|
| /Linux-v5.4/Documentation/driver-api/nfc/ |
| D | nfc-hci.rst | 71 int (*start_poll) (struct nfc_hci_dev *hdev, 95 - start_poll() is an optional entrypoint that shall set the hardware in polling
|
| /Linux-v5.4/drivers/nfc/microread/ |
| D | microread.c | 634 .start_poll = microread_start_poll,
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_hv.c | 3784 ktime_t cur, start_poll, start_wait; in kvmppc_vcore_blocked() local 3790 cur = start_poll = ktime_get(); in kvmppc_vcore_blocked() 3792 ktime_t stop = ktime_add_ns(start_poll, vc->halt_poll_ns); in kvmppc_vcore_blocked() 3841 block_ns = ktime_to_ns(cur) - ktime_to_ns(start_poll); in kvmppc_vcore_blocked() 3851 ktime_to_ns(start_poll); in kvmppc_vcore_blocked() 3857 ktime_to_ns(start_poll); in kvmppc_vcore_blocked()
|
| /Linux-v5.4/drivers/nfc/pn544/ |
| D | pn544.c | 889 .start_poll = pn544_hci_start_poll,
|
| /Linux-v5.4/drivers/nfc/st21nfca/ |
| D | core.c | 922 .start_poll = st21nfca_hci_start_poll,
|
| /Linux-v5.4/net/nfc/nci/ |
| D | core.c | 1094 .start_poll = nci_start_poll,
|
| /Linux-v5.4/drivers/nfc/pn533/ |
| D | pn533.c | 2481 .start_poll = pn533_start_poll,
|