Home
last modified time | relevance | path

Searched refs:poll (Results 1151 - 1175 of 2206) sorted by relevance

1...<<41424344454647484950>>...89

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c2450 * ixgbe_pcie_timeout_poll - Return number of times to poll for completion
2455 * Add 10% to specified maximum and return the number of times to poll for
2507 u32 i, poll; in ixgbe_disable_pcie_primary() local
2555 poll = ixgbe_pcie_timeout_poll(hw); in ixgbe_disable_pcie_primary()
2556 for (i = 0; i < poll; i++) { in ixgbe_disable_pcie_primary()
3809 u32 gcr_ext, hlreg0, i, poll; in ixgbe_clear_tx_pending() local
3834 poll = ixgbe_pcie_timeout_poll(hw); in ixgbe_clear_tx_pending()
3835 for (i = 0; i < poll; i++) { in ixgbe_clear_tx_pending()
/applications/standard/app_samples/code/Project/HapBuild/test-tool/
H A DInstallAndTestSpecial_ci.py180 if line == '' and p.poll() != None:
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_network.cpp374 } while ((ret = poll(pfds, 1, POLL_TIMEOUT)) == -1 && errno == EINTR); in PollEventThread_()
376 LOG_ERROR("[Pan Network]%{public}s(): Cannot poll for fds: %{public}s", __FUNCTION__, in PollEventThread_()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_uhid.cpp328 } while ((ret = poll(pfds, 1, POLL_TIMEOUT)) == -1 && errno == EINTR); in PollEventThread_()
330 LOG_ERROR("[UHID]%{public}s(): Cannot poll for fds: %{public}s", __FUNCTION__, in PollEventThread_()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H A Dbacking_ops.c19 #include <linux/poll.h>
86 /* if the requested event is there, return the poll in spu_backing_mbox_stat_poll()
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm1-cmd.c16 #include <linux/poll.h>
H A Dtpm-chip.c18 #include <linux/poll.h>
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dkcs_bmc_aspeed.c17 #include <linux/poll.h>
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dpsock_fanout.c43 #include <poll.h>
/kernel/linux/linux-5.10/tools/usb/usbip/src/
H A Dusbipd.c32 #include <poll.h>
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H A Dbacking_ops.c19 #include <linux/poll.h>
86 /* if the requested event is there, return the poll in spu_backing_mbox_stat_poll()
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c307 .poll = drm_poll,
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dkxtj9.c53 * The following table lists the maximum appropriate poll interval for each
167 /* Use the lowest ODR that can support the requested poll interval */ in kxtj9_update_odr()
284 * the set_poll method, which accepts a poll interval in milliseconds, and then
286 * data outputs will not be read AT the requested poll interval, rather, the
292 /* Returns currently selected poll interval (in ms) */
302 /* Allow users to select a new poll interval (in ms) */
335 static DEVICE_ATTR(poll, S_IRUGO|S_IWUSR, kxtj9_get_poll, kxtj9_set_poll);
/kernel/linux/linux-5.10/drivers/gpu/drm/loongson/
H A Dloongson_drv.c51 module_param_named(poll, poll_connector, bool, 0600);
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c14 #include <linux/poll.h>
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dsaa6588.c18 #include <linux/poll.h>
400 /* --- poll() for /dev/radio --- */ in saa6588_command()
/kernel/linux/linux-5.10/drivers/media/mc/
H A Dmc-request.c238 .poll = media_request_poll,
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H A Dmtk_vcodec_enc_drv.c256 .poll = v4l2_m2m_fop_poll,
H A Dmtk_vcodec_dec_drv.c206 .poll = v4l2_m2m_fop_poll,
/kernel/linux/linux-5.10/drivers/misc/mei/
H A Dmei_dev.h12 #include <linux/poll.h>
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H A Dtxc43128_phy.c487 /* Periodic callback: this exists mainly to poll link status as we
550 .poll = txc43128_phy_poll,
H A Dqt202x_phy.c485 .poll = qt202x_phy_poll,
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.h394 u64 poll; member
/kernel/linux/linux-5.10/drivers/iio/buffer/
H A Dindustrialio-buffer-dma.c14 #include <linux/poll.h>
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dhdlc_cisco.c17 #include <linux/poll.h>
293 st->timer.expires = jiffies + HZ; /* First poll after 1 s */ in cisco_start()

Completed in 24 milliseconds

1...<<41424344454647484950>>...89