Home
last modified time | relevance | path

Searched refs:timeout (Results 2501 – 2525 of 4396) sorted by relevance

1...<<101102103104105106107108109110>>...176

/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_i2c.c151 li2c->bit.timeout = usecs_to_jiffies(2200); in lsdc_create_i2c_chan()
/openbmc/linux/sound/drivers/opl4/
H A Dopl4_synth.c476 int timeout = 200; in snd_opl4_wait_for_wave_headers() local
478 while ((inb(opl4->fm_port) & OPL4_STATUS_LOAD) && --timeout > 0) in snd_opl4_wait_for_wave_headers()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsmc_nand.c264 int timeout = CONFIG_SYS_HZ; in fsmc_read_hwecc() local
270 while (get_timer(start) < timeout) { in fsmc_read_hwecc()
/openbmc/u-boot/drivers/mmc/
H A Dmxcmmc.c267 unsigned long timeout = get_ticks() + CONFIG_SYS_HZ; in mxcmci_poll_status() local
273 if (timeout < get_ticks()) in mxcmci_poll_status()
/openbmc/u-boot/drivers/i2c/
H A Ddesignware_i2c.c53 int timeout = 100; in dw_i2c_enable() local
66 } while (timeout--); in dw_i2c_enable()
/openbmc/openbmc-test-automation/lib/
H A Dconnection_client.robot5 Library SSHLibrary timeout=30 seconds
23 # host, alias, port, timeout, newline, prompt, term_type,
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_dataflash.c96 int timeout = 2 * CONFIG_SYS_HZ; in dataflash_waitready() local
109 } while (get_timer(timebase) < timeout); in dataflash_waitready()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-cdc_ncm74 Datagram aggregation timeout in µs. The driver will
75 wait up to 3 times this timeout for more datagrams to
/openbmc/linux/drivers/scsi/isci/
H A Dport_config.c476 u32 timeout) in sci_apc_agent_start_timer() argument
479 sci_mod_timer(&port_agent->timer, timeout); in sci_apc_agent_start_timer()
/openbmc/linux/drivers/media/common/saa7146/
H A Dsaa7146_fops.c150 del_timer(&q->timeout); in saa7146_buffer_next()
156 struct saa7146_dmaqueue *q = from_timer(q, t, timeout); in saa7146_buffer_timeout()
/openbmc/linux/kernel/kcsan/
H A Dreport.c531 int timeout = max(kcsan_udelay_task, kcsan_udelay_interrupt); in set_other_info_task_blocking() local
551 if (timeout-- < 0) { in set_other_info_task_blocking()
/openbmc/linux/drivers/net/ipa/
H A Dipa_qmi.c407 unsigned long timeout = msecs_to_jiffies(QMI_INIT_DRIVER_TIMEOUT); in ipa_client_init_driver_work() local
435 else if ((ret = qmi_txn_wait(&txn, timeout))) in ipa_client_init_driver_work()
/openbmc/linux/drivers/rtc/
H A Drtc-sunxi.c311 const unsigned long timeout = jiffies + msecs_to_jiffies(ms_timeout); in sunxi_rtc_wait() local
321 } while (time_before(jiffies, timeout)); in sunxi_rtc_wait()
/openbmc/linux/Documentation/w1/
H A Dw1-generic.rst113 redetect manually removed devices that are present and timeout manually
116 Bus searches occur at an interval, specified as a sum of timeout and
/openbmc/linux/net/bluetooth/
H A Dcoredump.c208 hdev->dump.timeout); in hci_devcd_handle_pkt_init()
420 hdev->dump.timeout = DEVCOREDUMP_TIMEOUT; in hci_devcd_register()
/openbmc/linux/fs/nfs/
H A Dmount_clnt.c163 .timeout = &mnt_timeout, in nfs_mount()
250 .timeout = &nfs_umnt_timeout, in nfs_umount()
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Drzg2l-smarc-som.dtsi365 timeout-sec = <60>;
370 timeout-sec = <60>;
/openbmc/linux/drivers/i2c/busses/
H A Di2c-designware-common.c446 int timeout = 100; in __i2c_dw_disable() local
480 } while (timeout--); in __i2c_dw_disable()
/openbmc/linux/drivers/iio/adc/
H A Dti-adc12138.c200 static int adc12138_wait_eoc(struct adc12138 *adc, unsigned long timeout) in adc12138_wait_eoc() argument
202 if (!wait_for_completion_timeout(&adc->complete, timeout)) in adc12138_wait_eoc()
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_txp.c372 unsigned long timeout = jiffies + msecs_to_jiffies(1000); in vc4_txp_encoder_disable() local
377 time_before(jiffies, timeout)) in vc4_txp_encoder_disable()
/openbmc/linux/drivers/hwmon/
H A Dthmc50.c80 int timeout = HZ / 5 + (data->type == thmc50 ? HZ : 0); in thmc50_update_device() local
84 if (time_after(jiffies, data->last_updated + timeout) in thmc50_update_device()
/openbmc/phosphor-host-ipmid/
H A Dmeson.build20 conf_data.set('IPMI_SMS_ATN_ACK_TIMEOUT_SECS', get_option('ipmi-sms-atn-ack-timeout-secs'))
26 …'IPMI_HOST_SHUTDOWN_COMPLETE_TIMEOUT_SECS', get_option('ipmi-host-shutdown-complete-timeout-secs'))
/openbmc/qemu/tests/avocado/
H A Dreplay_kernel.py35 timeout = 180 variable in ReplayKernelBase
464 timeout = 180 variable in ReplayKernelSlow
/openbmc/qemu/io/
H A Dchannel-tls.c413 qio_channel_tls_source_prepare(GSource *source, gint *timeout) in qio_channel_tls_source_prepare() argument
415 *timeout = -1; in qio_channel_tls_source_prepare()
/openbmc/linux/net/ipv4/
H A Dtcp.c363 int period = timeout; in secs_to_retrans()
368 timeout <<= 1; in secs_to_retrans()
369 if (timeout > rto_max) in secs_to_retrans()
370 timeout = rto_max; in secs_to_retrans()
371 period += timeout; in secs_to_retrans()
383 period = timeout; in retrans_to_secs()
385 timeout <<= 1; in retrans_to_secs()
386 if (timeout > rto_max) in retrans_to_secs()
387 timeout = rto_max; in retrans_to_secs()
388 period += timeout; in retrans_to_secs()
[all …]

1...<<101102103104105106107108109110>>...176