Home
last modified time | relevance | path

Searched refs:timeout (Results 651 – 675 of 4396) sorted by relevance

1...<<21222324252627282930>>...176

/openbmc/u-boot/doc/
H A DREADME.watchdog13 Can be used to change the timeout for i.mx31/35/5x/6x.
14 If not given, will default to maximum timeout. This would
24 Can be used to change the timeout for FTWDT010.
/openbmc/linux/include/linux/
H A Dwatchdog.h102 unsigned int timeout; member
190 return t && wdd->timeout && t >= wdd->timeout; in watchdog_pretimeout_invalid()
H A Dbsg-lib.h34 unsigned int timeout; member
68 bsg_job_fn *job_fn, bsg_timeout_fn *timeout, int dd_job_size);
H A Dusbdevice_fs.h43 u32 timeout; /* in milliseconds */ member
50 compat_uint_t timeout; /* in milliseconds */ member
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dstarfive,jh7100-wdt.yaml15 has only one timeout phase and reboots. And JH7110 watchdog has two
16 timeout phases. At the first phase, the signal of watchdog interrupt
18 the timeout value. And then, if counter decreases to 0 again and WDOGINT
/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix-i2c-dptx.c38 unsigned long timeout; in anx_dp_aux_wait() local
42 timeout = jiffies + msecs_to_jiffies(AUX_WAIT_TIMEOUT_MS) + 1; in anx_dp_aux_wait()
45 if (time_after(jiffies, timeout)) { in anx_dp_aux_wait()
/openbmc/linux/drivers/scsi/
H A Dscsi_bsg.c13 bool open_for_write, unsigned int timeout) in scsi_bsg_sg_io_fn() argument
32 rq->timeout = timeout; in scsi_bsg_sg_io_fn()
/openbmc/linux/arch/arm/mach-orion5x/
H A Dterastation_pro2-setup.c164 int timeout; in tsp2_miconread() local
167 timeout = 10; in tsp2_miconread()
170 if (--timeout == 0) in tsp2_miconread()
175 if (timeout == 0) in tsp2_miconread()
/openbmc/u-boot/board/gdsys/common/
H A Dphy.c23 u32 timeout; member
127 u32 timeout = setupcmd->timeout; in process_setupcmd() local
158 while ((res != 0) && (get_timer(start) < timeout)) { in process_setupcmd()
/openbmc/u-boot/drivers/input/
H A Di8042.c173 int timeout; in i8042_flush() local
180 timeout = 100; /* wait for no longer than 100us */ in i8042_flush()
181 while (timeout > 0 && !(in8(I8042_STS_REG) & STATUS_OBF)) { in i8042_flush()
183 timeout--; in i8042_flush()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.c41 READ_GET(struct nouveau_channel *chan, uint64_t *prev_get, int *timeout) in READ_GET() argument
55 *timeout = 0; in READ_GET()
58 if ((++*timeout & 0xff) == 0) { in READ_GET()
60 if (*timeout > 100000) in READ_GET()
/openbmc/linux/drivers/fpga/
H A Dxilinx-spi.c67 unsigned long timeout = jiffies + msecs_to_jiffies(1000); in wait_for_init_b() local
70 while (time_before(jiffies, timeout)) { in wait_for_init_b()
173 unsigned long timeout = jiffies + usecs_to_jiffies(info->config_complete_timeout_us); in xilinx_spi_write_complete() local
184 expired = time_after(jiffies, timeout); in xilinx_spi_write_complete()
/openbmc/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-i2c.c210 unsigned long timeout; in solo_i2c_master_xfer() local
233 timeout = HZ / 2; in solo_i2c_master_xfer()
242 timeout = schedule_timeout(timeout); in solo_i2c_master_xfer()
243 if (!timeout) in solo_i2c_master_xfer()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-flash26 Hardware timeout for flash, in microseconds. The flash strobe
29 devices that support setting flash timeout.
36 Maximum flash timeout for this LED, in microseconds.
61 * flash-timeout-exceeded
63 the timeout set by the user has expired; not all flash
H A Dsysfs-platform-brcmstb-memc6 Self Refresh Power Down (SRPD) inactivity timeout counted in
8 from 0 (disable inactivity timeout) to 65535 (0xffff).
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmapping.c36 unsigned long timeout; member
100 mi->timeout = jiffies + msecs_to_jiffies(MAPPING_GRACE_PERIOD); in mapping_free_item()
171 if (time_after(now, mi->timeout)) in mapping_work_handler()
174 time_before(mi->timeout, min_timeout)) in mapping_work_handler()
175 min_timeout = mi->timeout; in mapping_work_handler()
/openbmc/qemu/nbd/
H A Dclient-connection.c176 uint64_t timeout = 1; in connect_thread_func() local
214 trace_nbd_connect_thread_sleep(timeout); in connect_thread_func()
217 sleep(timeout); in connect_thread_func()
218 if (timeout < max_timeout) { in connect_thread_func()
219 timeout *= 2; in connect_thread_func()
/openbmc/linux/net/sctp/
H A Ddebug.c167 if (id.timeout < ARRAY_SIZE(sctp_timer_tbl)) in sctp_tname()
168 return sctp_timer_tbl[id.timeout]; in sctp_tname()
/openbmc/openbmc-test-automation/ffdc/plugins/
H A Dtelnet_execution.py21 def telnet_execute_cmd(hostname, username, password, command, timeout=60): argument
35 result = telnet_remoteclient.execute_command(command, timeout)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/
H A Dlibnetfilter-cttimeout_1.0.1.bb1 SUMMARY = "Netfilter connection tracking timeout library"
2 …nterface (API) to the Linux kernel netfilter fine-grain connection tracking timeout infrastructure"
/openbmc/u-boot/drivers/watchdog/
H A Dsandbox_wdt.c11 static int sandbox_wdt_start(struct udevice *dev, u64 timeout, ulong flags) in sandbox_wdt_start() argument
15 state->wdt.counter = timeout; in sandbox_wdt_start()
/openbmc/linux/drivers/watchdog/
H A Dziirave_wdt.c145 unsigned int timeout) in ziirave_wdt_set_timeout() argument
150 ret = i2c_smbus_write_byte_data(client, ZIIRAVE_WDT_TIMEOUT, timeout); in ziirave_wdt_set_timeout()
152 wdd->timeout = timeout; in ziirave_wdt_set_timeout()
542 err = ziirave_wdt_set_timeout(&w_priv->wdd, w_priv->wdd.timeout); in ziirave_wdt_sysfs_store_firm()
628 if (w_priv->wdd.timeout == 0) { in ziirave_wdt_probe()
639 w_priv->wdd.timeout = val; in ziirave_wdt_probe()
642 ret = ziirave_wdt_set_timeout(&w_priv->wdd, w_priv->wdd.timeout); in ziirave_wdt_probe()
648 dev_info(&client->dev, "Timeout set to %ds\n", w_priv->wdd.timeout); in ziirave_wdt_probe()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_nvm.c161 s32 timeout = E1000_NVM_GRANT_ATTEMPTS; in igb_acquire_nvm() local
168 while (timeout) { in igb_acquire_nvm()
173 timeout--; in igb_acquire_nvm()
176 if (!timeout) { in igb_acquire_nvm()
256 u16 timeout = 0; in igb_ready_nvm_eeprom() local
266 timeout = NVM_MAX_RETRY_SPI; in igb_ready_nvm_eeprom()
273 while (timeout) { in igb_ready_nvm_eeprom()
282 timeout--; in igb_ready_nvm_eeprom()
285 if (!timeout) { in igb_ready_nvm_eeprom()
/openbmc/qemu/docs/system/
H A Ddevice-url-syntax.rst.inc19 timeout to detect stalled requests and force a reestablishment of the
20 session. The timeout is specified in seconds. The default is 0 which
21 means no timeout. Libiscsi 1.15.0 or greater is required for this
176 ``timeout``
177 Set the timeout in seconds of the CURL connection. This timeout is
180 default timeout of 5 seconds is used.
204 of 64k and a timeout of 10 seconds.
208 …me=datastore1",, "file.sslverify":"off",, "file.readahead":"64k",, "file.timeout":10}' /tmp/test.q…
/openbmc/linux/tools/testing/selftests/firmware/
H A Dsettings1 # The async firmware timeout is set to 1 second (but ends up being effectively
8 timeout=165

1...<<21222324252627282930>>...176