/openbmc/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-apq8064-sata.c | 76 static int poll_timeout(void __iomem *addr, u32 mask) in poll_timeout() function 135 ret = poll_timeout(base + UNIPHY_PLL_STATUS, UNIPHY_PLL_LOCK); in qcom_apq8064_sata_phy_init() 142 ret = poll_timeout(base + SATA_PHY_TX_IMCAL_STAT, SATA_PHY_TX_CAL); in qcom_apq8064_sata_phy_init() 149 ret = poll_timeout(base + SATA_PHY_RX_IMCAL_STAT, SATA_PHY_RX_CAL); in qcom_apq8064_sata_phy_init()
|
/openbmc/linux/drivers/thermal/st/ |
H A D | stm_thermal.c | 80 #define POLL_TIMEOUT 5000 macro 156 STARTUP_TIME, POLL_TIMEOUT); in stm_sensor_power_on() 184 usleep_range(STARTUP_TIME, POLL_TIMEOUT); in stm_sensor_power_off() 194 STARTUP_TIME, POLL_TIMEOUT); in stm_sensor_power_off() 362 STARTUP_TIME, POLL_TIMEOUT); in stm_thermal_get_temp()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | f_dfu.c | 43 unsigned int poll_timeout; member 176 return dfu->poll_timeout ? dfu->poll_timeout(dfu) : in dfu_get_manifest_timeout() 203 if (f_dfu->poll_timeout) in handle_getstatus() 206 dfu_set_poll_timeout(dstat, f_dfu->poll_timeout); in handle_getstatus() 811 f_dfu->poll_timeout = DFU_DEFAULT_POLL_TIMEOUT; in dfu_bind_config()
|
/openbmc/linux/drivers/fpga/ |
H A D | intel-m10-bmc-sec-update.c | 415 unsigned long poll_timeout; in rsu_prog_ready() local 423 poll_timeout = jiffies + msecs_to_jiffies(RSU_PREP_TIMEOUT_MS); in rsu_prog_ready() 426 if (time_after(jiffies, poll_timeout)) in rsu_prog_ready() 610 unsigned long poll_timeout; in m10bmc_sec_poll_complete() local 623 poll_timeout = jiffies + msecs_to_jiffies(RSU_COMPLETE_TIMEOUT_MS); in m10bmc_sec_poll_complete() 627 } while (ret == -EAGAIN && !time_after(jiffies, poll_timeout)); in m10bmc_sec_poll_complete()
|
/openbmc/qemu/scripts/ci/gitlab-kubernetes-runners/ |
H A D | values.yaml | 18 poll_timeout = 1200
|
/openbmc/qemu/util/ |
H A D | main-loop.c | 467 gint poll_timeout; 500 n_poll_fds = g_main_context_query(context, max_priority, &poll_timeout, 509 if (poll_timeout < 0) { 512 poll_timeout_ns = (int64_t)poll_timeout * (int64_t)SCALE_MS;
|
H A D | fdmon-io_uring.c | 232 /* poll_timeout and poll_remove have a zero user_data field */ in process_cqe()
|
/openbmc/linux/drivers/base/regmap/ |
H A D | regmap-spi-avmm.c | 365 unsigned long poll_timeout; in br_do_rx_and_pkt_phy_parse() local 370 poll_timeout = jiffies + SPI_AVMM_XFER_TIMEOUT; in br_do_rx_and_pkt_phy_parse() 466 poll_timeout = jiffies + SPI_AVMM_XFER_TIMEOUT; in br_do_rx_and_pkt_phy_parse() 481 if (time_after(jiffies, poll_timeout)) in br_do_rx_and_pkt_phy_parse()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | jz4740_mmc.c | 532 goto poll_timeout; in jz4740_mmc_write_data() 548 goto poll_timeout; in jz4740_mmc_write_data() 562 poll_timeout: in jz4740_mmc_write_data() 589 goto poll_timeout; in jz4740_mmc_read_data() 607 goto poll_timeout; in jz4740_mmc_read_data() 633 poll_timeout: in jz4740_mmc_read_data()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 46 static int poll_timeout = 10 * 1000; variable 636 switch (poll(&fds, 1, poll_timeout)) { in copyfd_io_poll() 1088 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s() 1254 if (i > poll_timeout) in xdisconnect() 1455 poll_timeout = atoi(optarg) * 1000; in parse_opts() 1456 if (poll_timeout <= 0) in parse_opts() 1457 poll_timeout = -1; in parse_opts()
|
/openbmc/u-boot/drivers/dfu/ |
H A D | dfu_sf.c | 146 dfu->poll_timeout = dfu_polltimeout_sf; in dfu_fill_entity_sf()
|
H A D | dfu_nand.c | 240 dfu->poll_timeout = dfu_polltimeout_nand; in dfu_fill_entity_nand()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | scx200_acb.c | 40 #define POLL_TIMEOUT (HZ/5) macro 222 timeout = jiffies + POLL_TIMEOUT; in scx200_acb_poll()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | amba-pl011.c | 240 unsigned int poll_timeout; member 495 /* 3 secs defaults poll_timeout if not specified. */ in pl011_dma_probe() 497 uap->dmarx.poll_timeout = in pl011_dma_probe() 500 uap->dmarx.poll_timeout = 3000; in pl011_dma_probe() 514 uap->dmarx.poll_timeout = x; in pl011_dma_probe() 516 uap->dmarx.poll_timeout = 3000; in pl011_dma_probe() 1083 * If no data is received in poll_timeout, the driver will fall back in pl011_dma_rx_poll() 1087 > uap->dmarx.poll_timeout) { in pl011_dma_rx_poll()
|
/openbmc/u-boot/include/ |
H A D | dfu.h | 120 unsigned int (*poll_timeout)(struct dfu_entity *dfu); member
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_dsps.c | 82 unsigned poll_timeout; member 139 wait = msecs_to_jiffies(glue->wrp->poll_timeout); in dsps_mod_timer() 954 .poll_timeout = 2000, /* ms */
|
/openbmc/linux/drivers/gpu/drm/bridge/analogix/ |
H A D | analogix-anx6345.c | 35 #define POLL_TIMEOUT 5000000 /* us */ macro 245 POLL_DELAY, POLL_TIMEOUT); in anx6345_dp_link_training()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | udpgso_bench_tx.c | 240 unsigned long poll_timeout, const bool poll_err) in flush_errqueue() argument 247 ret = poll(&fds, 1, poll_timeout); in flush_errqueue()
|
/openbmc/linux/drivers/crypto/hisilicon/ |
H A D | qm.c | 188 #define POLL_TIMEOUT 1000 macro 616 0x1), POLL_PERIOD, POLL_TIMEOUT); in hisi_qm_wait_mb_ready() 758 POLL_TIMEOUT); in qm_dev_mem_reset() 1257 POLL_TIMEOUT); in qm_set_vft_common() 1275 POLL_TIMEOUT); in qm_set_vft_common() 1800 POLL_PERIOD, POLL_TIMEOUT); in qm_wait_msi_finish() 1806 POLL_PERIOD, POLL_TIMEOUT); in qm_wait_msi_finish() 2311 POLL_TIMEOUT)) in hisi_qm_cache_wb() 3595 POLL_TIMEOUT); in qm_get_shaper_vft_qos() 3608 POLL_TIMEOUT); in qm_get_shaper_vft_qos() [all …]
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_nx2.h | 304 uint16_t poll_timeout; member
|
H A D | qla_nx.h | 1040 uint16_t poll_timeout; member
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | marvell_nand.c | 102 /* Polling is done at a pace of POLL_PERIOD us until POLL_TIMEOUT is reached */ 104 #define POLL_TIMEOUT 100000 macro 581 POLL_PERIOD, POLL_TIMEOUT); in marvell_nfc_wait_ndrun() 627 POLL_PERIOD, POLL_TIMEOUT); in marvell_nfc_prepare_cmd() 675 POLL_PERIOD, POLL_TIMEOUT); in marvell_nfc_end_cmd()
|
/openbmc/linux/drivers/net/wireless/atmel/ |
H A D | at76c50x-usb.c | 298 unsigned char poll_timeout[3]; member 353 return msecs_to_jiffies((s->poll_timeout[2] << 16) in at76_get_timeout() 354 | (s->poll_timeout[1] << 8) in at76_get_timeout() 355 | (s->poll_timeout[0])); in at76_get_timeout()
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_nx.h | 891 uint16_t poll_timeout; member
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cmd.c | 276 static void poll_timeout(struct mlx5_cmd_work_ent *ent) in poll_timeout() function 1059 poll_timeout(ent); in cmd_work_handler()
|