Home
last modified time | relevance | path

Searched refs:poll_timeout (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/drivers/phy/qualcomm/
H A Dphy-qcom-apq8064-sata.c76 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/base/regmap/
H A Dregmap-spi-avmm.c365 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/u-boot/drivers/usb/gadget/
H A Df_dfu.c43 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 Dintel-m10-bmc-sec-update.c415 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/util/
H A Dmain-loop.c467 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;
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c46 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/linux/drivers/mmc/host/
H A Djz4740_mmc.c532 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/u-boot/include/
H A Ddfu.h120 unsigned int (*poll_timeout)(struct dfu_entity *dfu); member
/openbmc/u-boot/drivers/dfu/
H A Ddfu_sf.c146 dfu->poll_timeout = dfu_polltimeout_sf; in dfu_fill_entity_sf()
H A Ddfu_nand.c240 dfu->poll_timeout = dfu_polltimeout_nand; in dfu_fill_entity_nand()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_dsps.c82 unsigned poll_timeout; member
139 wait = msecs_to_jiffies(glue->wrp->poll_timeout); in dsps_mod_timer()
954 .poll_timeout = 2000, /* ms */
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c240 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/tty/serial/
H A Damba-pl011.c240 unsigned int poll_timeout; member
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()
1087 > uap->dmarx.poll_timeout) { in pl011_dma_rx_poll()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_nx2.h304 uint16_t poll_timeout; member
H A Dqla_nx.h1040 uint16_t poll_timeout; member
H A Dqla_nx2.c2248 poll_time = crb_entry->crb_strd.poll_timeout; in qla8044_minidump_process_control()
H A Dqla_nx.c3721 poll_time = crb_entry->crb_strd.poll_timeout; in qla82xx_minidump_process_control()
/openbmc/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c298 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 Dql4_nx.h891 uint16_t poll_timeout; member
H A Dql4_nx.c2236 poll_time = crb_entry->crb_strd.poll_timeout; in qla4_8xxx_minidump_process_control()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c276 static void poll_timeout(struct mlx5_cmd_work_ent *ent) in poll_timeout() function
1059 poll_timeout(ent); in cmd_work_handler()
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1408 u16 poll_timeout; member
H A Dnetxen_nic_hw.c1981 timeout = crtEntry->poll_timeout; in netxen_md_cntrl()
/openbmc/linux/drivers/s390/crypto/
H A Dap_bus.c1336 static BUS_ATTR_RW(poll_timeout);