Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A 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()
/openbmc/linux/include/linux/
H A Dthunderbolt.h552 void (*start_poll)(void *data); member
612 void (*start_poll)(void *), void *poll_data);
/openbmc/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()
934 .start_poll = hci_start_poll,
/openbmc/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
/openbmc/linux/Documentation/networking/
H A Dnfc.rst62 * start_poll - setup the device to poll for targets
/openbmc/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.c743 .start_poll = digital_start_poll,
/openbmc/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
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c4342 ktime_t cur, start_poll, start_wait; in kvmppc_vcore_blocked() local
4349 cur = start_poll = ktime_get(); in kvmppc_vcore_blocked()
4351 ktime_t stop = ktime_add_ns(start_poll, vc->halt_poll_ns); in kvmppc_vcore_blocked()
4400 block_ns = ktime_to_ns(cur) - ktime_to_ns(start_poll); in kvmppc_vcore_blocked()
4413 ktime_to_ns(start_poll); in kvmppc_vcore_blocked()
4417 ktime_to_ns(start_poll)); in kvmppc_vcore_blocked()
4424 ktime_to_ns(start_poll); in kvmppc_vcore_blocked()
4427 ktime_to_ns(cur) - ktime_to_ns(start_poll)); in kvmppc_vcore_blocked()
/openbmc/linux/drivers/nfc/microread/
H A Dmicroread.c632 .start_poll = microread_start_poll,
/openbmc/linux/drivers/nfc/pn544/
H A Dpn544.c888 .start_poll = pn544_hci_start_poll,
/openbmc/linux/drivers/nfc/st21nfca/
H A Dcore.c920 .start_poll = st21nfca_hci_start_poll,
/openbmc/linux/tools/testing/selftests/nci/
H A Dnci_dev.c625 TEST_F(NCI, start_poll) in TEST_F() argument
/openbmc/linux/net/nfc/nci/
H A Dcore.c1125 .start_poll = nci_start_poll,
/openbmc/linux/drivers/nfc/pn533/
H A Dpn533.c2638 .start_poll = pn533_start_poll,