Home
last modified time | relevance | path

Searched refs:timeout (Results 2751 – 2775 of 4396) sorted by relevance

1...<<111112113114115116117118119120>>...176

/openbmc/u-boot/arch/arm/dts/
H A Dimx7ulp.dtsi356 * is about 667Hz, so the init timeout 60s should set 40*1000
359 timeout-sec = <40>;
369 timeout-sec = <40>;
/openbmc/u-boot/drivers/video/
H A Dda8xx-fb.c849 u32 timeout = 50000; in wait_for_event() local
855 --timeout; in wait_for_event()
856 } while (!(ret & event) && timeout); in wait_for_event()
/openbmc/ipmitool/lib/
H A Dipmi_pef.c270 uint8_t tbl_size, dsttype, timeout, retries; in ipmi_pef_print_lan_dest() local
300 timeout = ptype->alert_timeout; in ipmi_pef_print_lan_dest()
316 ipmi_pef_print_dec("ACK timeout/retry (secs)", timeout); in ipmi_pef_print_lan_dest()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.c477 unsigned long timeout; in cdn_dp_training_start() local
489 timeout = jiffies + msecs_to_jiffies(LINK_TRAINING_TIMEOUT_MS); in cdn_dp_training_start()
490 while (time_before(jiffies, timeout)) { in cdn_dp_training_start()
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dmr.c444 unsigned long timeout; in rvt_check_refs() local
454 timeout = wait_for_completion_timeout(&mr->comp, 5 * HZ); in rvt_check_refs()
455 if (!timeout) { in rvt_check_refs()
/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c302 static int tvaudio_sleep(struct saa7134_dev *dev, int timeout) in tvaudio_sleep() argument
306 if (timeout < 0) { in tvaudio_sleep()
311 (msecs_to_jiffies(timeout)); in tvaudio_sleep()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-4.1.rst152 - For images using systemd, the reboot watchdog timeout has been set to 60
154 you can set :term:`WATCHDOG_TIMEOUT` to the desired timeout in seconds. Note
155 that the same :term:`WATCHDOG_TIMEOUT` variable also specifies the timeout used
/openbmc/linux/drivers/nfc/st95hf/
H A Dcore.c918 u16 timeout, in st95hf_in_send_cmd() argument
999 u16 timeout, in st95hf_tg_send_cmd() argument
1007 u16 timeout, in st95hf_tg_listen() argument
/openbmc/linux/drivers/video/fbdev/
H A Ds1d13xxxfb.c411 bltbit_wait_bitclear(struct fb_info *info, u8 bit, int timeout) in bltbit_wait_bitclear() argument
415 if (!--timeout) { in bltbit_wait_bitclear()
421 return timeout; in bltbit_wait_bitclear()
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dfwio.c219 long timeout; in p54_download_eeprom() local
248 timeout = wait_for_completion_interruptible_timeout( in p54_download_eeprom()
250 if (timeout <= 0) { in p54_download_eeprom()
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.c252 int timeout = 10; in sja1105_ptpegr_ts_poll() local
269 } while (--timeout); in sja1105_ptpegr_ts_poll()
271 if (!timeout) in sja1105_ptpegr_ts_poll()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_gmbus.c354 algo->timeout = usecs_to_jiffies(2200); in intel_gpio_setup()
655 goto timeout; in do_gmbus_xfer()
729 timeout: in do_gmbus_xfer()
/openbmc/linux/drivers/soc/apple/
H A Drtkit.c645 unsigned long timeout, bool atomic) in apple_rtkit_send_message_wait() argument
656 ret = mbox_flush(rtk->mbox_chan, timeout); in apple_rtkit_send_message_wait()
666 &completion, msecs_to_jiffies(timeout)); in apple_rtkit_send_message_wait()
/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c946 unsigned long timeout = msecs_to_jiffies(500); in mlxbf_bootctl_bootfifo_read() local
947 unsigned long expire = jiffies + timeout; in mlxbf_bootctl_bootfifo_read()
968 expire = jiffies + timeout; in mlxbf_bootctl_bootfifo_read()
/openbmc/linux/drivers/mmc/host/
H A Dmvsdio.c143 unsigned int timeout; in mvsd_request() local
235 timeout = cmd->busy_timeout ? cmd->busy_timeout : 5000; in mvsd_request()
236 mod_timer(&host->timer, jiffies + msecs_to_jiffies(timeout)); in mvsd_request()
/openbmc/linux/drivers/net/ethernet/sgi/
H A Dmeth.c53 static int timeout = TX_TIMEOUT; variable
54 module_param(timeout, int, 0);
836 dev->watchdog_timeo = timeout; in meth_probe()
/openbmc/linux/drivers/base/
H A Ddd.c267 int timeout; in deferred_probe_timeout_setup() local
269 if (!kstrtoint(str, 10, &timeout)) in deferred_probe_timeout_setup()
270 driver_deferred_probe_timeout = timeout; in deferred_probe_timeout_setup()
/openbmc/linux/drivers/net/phy/
H A Dbcm-phy-ptp.c145 unsigned long timeout; member
494 if (!time_after(jiffies, BCM_SKB_CB(skb)->timeout)) { in bcm_ptp_match_tstamp()
768 BCM_SKB_CB(skb)->timeout = jiffies + SKB_TS_TIMEOUT; in bcm_ptp_txtstamp()
/openbmc/linux/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_shub.c159 u32 odr, timeout; in st_lsm6dsx_shub_wait_complete() local
164 timeout = max_t(u32, 2000000U / odr + 1, 10); in st_lsm6dsx_shub_wait_complete()
165 msleep(timeout); in st_lsm6dsx_shub_wait_complete()
/openbmc/linux/drivers/usb/typec/tipd/
H A Dcore.c290 unsigned long timeout; in tps6598x_exec_cmd() local
312 timeout = jiffies + msecs_to_jiffies(1000); in tps6598x_exec_cmd()
321 if (time_is_before_jiffies(timeout)) in tps6598x_exec_cmd()
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_expire_password.robot135 Wait Until Page Does Not Contain Successfully saved account settings. timeout=20
207 Wait Until Page Contains The password is expired and must be changed. timeout=10
213 Wait Until Page Contains Overview timeout=20
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c822 msg.u.recv.timeout = debug_data_in->timeout; in hyperv_hcall_retreive_dbg_data()
940 msg.u.recv.timeout = 0; in hyperv_syndbg_recv()
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dlaptop-mode.rst125 The idle timeout that should be set on your hard drive when laptop mode
133 The devices for which the spindown timeout should be adjusted by laptop mode.
292 # Idle timeout for your hard drive (man hdparm for valid values, -S option)
297 # The drives for which to adjust the idle timeout. Separate them by a space,
301 # Set the spindown timeout on a hard drive?
357 # Shall we adjust the idle timeout on a hard drive?
360 # Adjust idle timeout on which hard drive?
/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c585 int timeout) in init_event_struct() argument
591 evt_struct->crq.timeout = cpu_to_be16(timeout); in init_event_struct()
872 unsigned long timeout) in ibmvscsi_send_srp_event() argument
938 if (timeout) { in ibmvscsi_send_srp_event()
939 evt_struct->timer.expires = jiffies + (timeout * HZ); in ibmvscsi_send_srp_event()
1076 scsi_cmd_to_rq(cmnd)->timeout / HZ); in ibmvscsi_queuecommand_lck()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c6785 unsigned long timeout; in wait_for_freeze_status() local
8717 unsigned long timeout; in do_8051_command() local
9471 unsigned long timeout; in wait_for_qsfp_init() local
10343 unsigned long timeout; in wait_link_transfer_active() local
11360 unsigned long timeout; in wait_for_vl_status_clear() local
11823 timeout >>= 1; in adjust_rcv_timeout()
11831 timeout = min(timeout << 1, dd->rcv_intr_timeout_csr); in adjust_rcv_timeout()
11840 (u64)timeout << in adjust_rcv_timeout()
12976 unsigned long timeout; in wait_logical_linkstate() local
13036 unsigned long timeout; in wait_physical_linkstate() local
[all …]

1...<<111112113114115116117118119120>>...176