Home
last modified time | relevance | path

Searched refs:timeout (Results 876 – 900 of 4396) sorted by relevance

1...<<31323334353637383940>>...176

/openbmc/linux/drivers/usb/storage/
H A Dkarma.c97 unsigned long timeout; in rio_karma_send_command() local
107 timeout = jiffies + msecs_to_jiffies(6000); in rio_karma_send_command()
122 if (time_after(jiffies, timeout)) in rio_karma_send_command()
/openbmc/phosphor-pid-control/sensors/
H A Dbuilder.cpp162 name, info->timeout, std::move(ri), std::move(wi)); in buildSensors()
182 name, info->timeout, hostSensorBus, info->readPath.c_str(), in buildSensors()
190 name, info->timeout, std::move(ri), std::move(wi)); in buildSensors()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DWatchdog.interface.yaml50 Time remaining before timeout, in milli-second. Setting this property
108 Watchdog timeout event signal
113 The action taken during the watchdog timeout event.
/openbmc/openpower-hw-diags/test/
H A Dmeson.build65 'test-lpc-timeout',
89 test(tc, exe, env: test_vars, timeout: 30 * longtests.get(tc, 1))
117 test(tc, exe, env: test_vars, timeout: 30 * longtests.get(tc, 1))
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dqcom,spmi-flash-led.yaml74 flash-max-timeout-us:
105 flash-max-timeout-us = <1280000>;
115 flash-max-timeout-us = <1280000>;
/openbmc/linux/drivers/watchdog/
H A Dpic32-wdt.c194 wdd->timeout = pic32_wdt_get_timeout_secs(wdt, dev); in pic32_wdt_drv_probe()
195 if (!wdd->timeout) { in pic32_wdt_drv_probe()
200 dev_info(dev, "timeout %d\n", wdd->timeout); in pic32_wdt_drv_probe()
/openbmc/linux/drivers/usb/roles/
H A Dintel-xhci-usb-role-switch.c59 unsigned long timeout; in intel_xhci_usb_set_role() local
111 timeout = jiffies + msecs_to_jiffies(DUAL_ROLE_CFG1_POLL_TIMEOUT); in intel_xhci_usb_set_role()
123 } while (time_before(jiffies, timeout)); in intel_xhci_usb_set_role()
/openbmc/linux/drivers/nvmem/
H A Dvf610-ocotp.c99 int timeout = VF610_OCOTP_TIMEOUT; in vf610_ocotp_wait_busy() local
101 while ((readl(base) & OCOTP_CTRL_BUSY) && --timeout) in vf610_ocotp_wait_busy()
104 if (!timeout) { in vf610_ocotp_wait_busy()
/openbmc/linux/drivers/clk/mstar/
H A Dclk-msc313-cpupll.c91 ktime_t timeout; in msc313_cpupll_setfreq() local
103 timeout = ktime_add_ns(ktime_get(), LPF_LOCK_TIMEOUT); in msc313_cpupll_setfreq()
105 if (ktime_after(ktime_get(), timeout)) { in msc313_cpupll_setfreq()
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Devent.c161 unsigned long timeout; in wl1251_event_wait() local
163 timeout = jiffies + msecs_to_jiffies(timeout_ms); in wl1251_event_wait()
166 if (time_after(jiffies, timeout)) in wl1251_event_wait()
/openbmc/linux/drivers/iio/adc/
H A Dep93xx_adc.c84 unsigned long timeout; in ep93xx_read_raw() local
114 timeout = jiffies + msecs_to_jiffies(1) + 1; in ep93xx_read_raw()
124 if (time_after(jiffies, timeout)) { in ep93xx_read_raw()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_wakeref.c154 void intel_wakeref_auto(struct intel_wakeref_auto *wf, unsigned long timeout) in intel_wakeref_auto() argument
158 if (!timeout) { in intel_wakeref_auto()
183 if (mod_timer(&wf->timer, jiffies + timeout)) in intel_wakeref_auto()
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/
H A Dtest_reboot_bmc_sub_menu.robot54 Wait Until Element Is Not Visible ${xpath_reboot_cancel_button} timeout=15
74 Wait Until Element Is Visible ${xpath_reboot_bmc_button} timeout=10
85 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
/openbmc/linux/drivers/usb/class/
H A Dusbtmc.c123 u32 timeout; member
517 file_data->timeout); in usbtmc_get_stb()
606 u32 timeout; in usbtmc488_ioctl_wait_srq() local
614 if (get_user(timeout, arg)) in usbtmc488_ioctl_wait_srq()
1118 u32 timeout; in usbtmc_generic_write() local
1146 timeout = file_data->timeout; in usbtmc_generic_write()
1230 timeout)) { in usbtmc_generic_write()
1987 u32 timeout; in usbtmc_ioctl_get_timeout() local
1989 timeout = file_data->timeout; in usbtmc_ioctl_get_timeout()
2000 u32 timeout; in usbtmc_ioctl_set_timeout() local
[all …]
/openbmc/linux/drivers/mfd/
H A Dssbi.c96 u32 timeout = SSBI_TIMEOUT_US; in ssbi_wait_mask() local
99 while (timeout--) { in ssbi_wait_mask()
173 u32 timeout = SSBI_TIMEOUT_US; in ssbi_pa_transfer() local
178 while (timeout--) { in ssbi_pa_transfer()
/openbmc/linux/arch/sparc/kernel/
H A Dsun4d_smp.c125 int timeout; in smp4d_boot_one_cpu() local
148 for (timeout = 0; timeout < 10000; timeout++) { in smp4d_boot_one_cpu()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_cbdr.c94 int timeout = ENETC_CBDR_TIMEOUT; in enetc_send_cmd() local
119 timeout -= 10; in enetc_send_cmd()
120 } while (timeout); in enetc_send_cmd()
122 if (!timeout) in enetc_send_cmd()
/openbmc/u-boot/common/
H A Dcli_readline.c245 int timeout) in cread_line() argument
263 if (first && timeout) { in cread_line()
264 uint64_t etime = endtick(timeout); in cread_line()
526 int timeout) in cli_readline_into_buffer() argument
549 rc = cread_line(prompt, p, &len, timeout); in cli_readline_into_buffer()
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py76 def run(self, cmd, timeout=None): argument
77 return self.connection.run(cmd, timeout)
202 def run_serial(self, command, timeout=60): argument
203 return self.runner.run_serial(command, timeout=timeout)
/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-pcie.c166 unsigned long timeout; in rockchip_pcie_phy_power_on() local
195 timeout = jiffies + msecs_to_jiffies(1000); in rockchip_pcie_phy_power_on()
198 while (time_before(jiffies, timeout)) { in rockchip_pcie_phy_power_on()
219 while (time_before(jiffies, timeout)) { in rockchip_pcie_phy_power_on()
241 while (time_before(jiffies, timeout)) { in rockchip_pcie_phy_power_on()
/openbmc/linux/drivers/char/tpm/
H A Dxen-tpmfront.c56 unsigned long timeout, wait_queue_head_t *queue, in wait_for_tpm_stat() argument
69 stop = jiffies + timeout; in wait_for_tpm_stat()
73 timeout = stop - jiffies; in wait_for_tpm_stat()
74 if ((long)timeout <= 0) in wait_for_tpm_stat()
79 timeout); in wait_for_tpm_stat()
/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_dectlk.c216 unsigned long timeout; in do_catch_up() local
232 timeout = msecs_to_jiffies(timeout_val); in do_catch_up()
238 while (is_flushing && timeout) { in do_catch_up()
241 timeout = schedule_timeout(timeout); in do_catch_up()
/openbmc/linux/drivers/gpu/host1x/
H A Dsyncpt.c220 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, in host1x_syncpt_wait() argument
234 if (timeout < 0) in host1x_syncpt_wait()
235 timeout = LONG_MAX; in host1x_syncpt_wait()
236 else if (timeout == 0) in host1x_syncpt_wait()
243 wait_err = dma_fence_wait_timeout(fence, true, timeout); in host1x_syncpt_wait()
/openbmc/linux/arch/x86/kernel/
H A Dtboot.c322 unsigned long timeout; in tboot_wait_for_aps() local
324 timeout = AP_WAIT_TIMEOUT*HZ; in tboot_wait_for_aps()
326 timeout) { in tboot_wait_for_aps()
328 timeout--; in tboot_wait_for_aps()
331 if (timeout) in tboot_wait_for_aps()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dam35x.c190 static void am35x_musb_try_idle(struct musb *musb, unsigned long timeout) in am35x_musb_try_idle() argument
197 if (timeout == 0) in am35x_musb_try_idle()
198 timeout = jiffies + msecs_to_jiffies(3); in am35x_musb_try_idle()
210 if (time_after(last_timer, timeout) && timer_pending(&otg_workaround)) { in am35x_musb_try_idle()
214 last_timer = timeout; in am35x_musb_try_idle()
218 jiffies_to_msecs(timeout - jiffies)); in am35x_musb_try_idle()
219 mod_timer(&otg_workaround, timeout); in am35x_musb_try_idle()

1...<<31323334353637383940>>...176