/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_common.c | 2450 * 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 D | InstallAndTestSpecial_ci.py | 180 if line == '' and p.poll() != None:
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_network.cpp | 374 } 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 D | hid_host_uhid.cpp | 328 } 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 D | backing_ops.c | 19 #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 D | tpm1-cmd.c | 16 #include <linux/poll.h>
|
H A D | tpm-chip.c | 18 #include <linux/poll.h>
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | kcs_bmc_aspeed.c | 17 #include <linux/poll.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | psock_fanout.c | 43 #include <poll.h>
|
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbipd.c | 32 #include <poll.h>
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | backing_ops.c | 19 #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 D | mtk_drm_drv.c | 307 .poll = drm_poll,
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | kxtj9.c | 53 * 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 D | loongson_drv.c | 51 module_param_named(poll, poll_connector, bool, 0600);
|
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/ |
H A D | solo6x10-g723.c | 14 #include <linux/poll.h>
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | saa6588.c | 18 #include <linux/poll.h> 400 /* --- poll() for /dev/radio --- */ in saa6588_command()
|
/kernel/linux/linux-5.10/drivers/media/mc/ |
H A D | mc-request.c | 238 .poll = media_request_poll,
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/ |
H A D | mtk_vcodec_enc_drv.c | 256 .poll = v4l2_m2m_fop_poll,
|
H A D | mtk_vcodec_dec_drv.c | 206 .poll = v4l2_m2m_fop_poll,
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | mei_dev.h | 12 #include <linux/poll.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | txc43128_phy.c | 487 /* Periodic callback: this exists mainly to poll link status as we 550 .poll = txc43128_phy_poll,
|
H A D | qt202x_phy.c | 485 .poll = qt202x_phy_poll,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.h | 394 u64 poll; member
|
/kernel/linux/linux-5.10/drivers/iio/buffer/ |
H A D | industrialio-buffer-dma.c | 14 #include <linux/poll.h>
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | hdlc_cisco.c | 17 #include <linux/poll.h> 293 st->timer.expires = jiffies + HZ; /* First poll after 1 s */ in cisco_start()
|