/openbmc/linux/Documentation/devicetree/bindings/peci/ |
H A D | nuvoton,npcm-peci.yaml | 32 cmd-timeout-ms: 54 cmd-timeout-ms = <1000>;
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | udpgso_bench.sh | 62 local -r timeout=10 68 while [ "$i" -lt "$timeout" ]; do
|
/openbmc/linux/tools/thermal/lib/ |
H A D | mainloop.c | 25 int mainloop(unsigned int timeout) in mainloop() argument 36 nfds = epoll_wait(epfd, events, MAX_EVENTS, timeout); in mainloop()
|
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | cmd.c | 25 unsigned long timeout; in wl1251_cmd_send() local 39 timeout = jiffies + msecs_to_jiffies(WL1251_COMMAND_TIMEOUT); in wl1251_cmd_send() 43 if (time_after(jiffies, timeout)) { in wl1251_cmd_send() 484 int wl1251_cmd_trigger_scan_to(struct wl1251 *wl, u32 timeout) in wl1251_cmd_trigger_scan_to() argument 495 cmd->timeout = timeout; in wl1251_cmd_trigger_scan_to()
|
/openbmc/linux/arch/sh/drivers/pci/ |
H A D | pcie-sh7786.c | 156 unsigned int timeout = 100; in phy_wait_for_ack() local 158 while (timeout--) { in phy_wait_for_ack() 170 unsigned int timeout = 100; in pci_wait_for_irq() local 172 while (timeout--) { in pci_wait_for_irq() 261 unsigned int timeout = 100; in phy_init() local 281 while (timeout--) { in phy_init()
|
/openbmc/linux/drivers/leds/flash/ |
H A D | leds-aat1290.c | 130 struct led_flash_setting *flash_tm = &fled_cdev->timeout; in aat1290_set_flash_safety_timer() 177 struct led_flash_setting *timeout = &fled_cdev->timeout; in aat1290_led_flash_strobe_set() local 182 aat1290_set_flash_safety_timer(led, timeout->val); in aat1290_led_flash_strobe_set() 204 u32 timeout) in aat1290_led_flash_timeout_set() argument 365 setting = &fled_cdev->timeout; in aat1290_init_flash_timeout()
|
/openbmc/linux/include/net/ |
H A D | addrconf.h | 185 static inline unsigned long addrconf_timeout_fixup(u32 timeout, in addrconf_timeout_fixup() argument 188 if (timeout == 0xffffffff) in addrconf_timeout_fixup() 196 if (0xfffffffe > LONG_MAX / unit && timeout > LONG_MAX / unit) in addrconf_timeout_fixup() 199 return timeout; in addrconf_timeout_fixup() 202 static inline int addrconf_finite_timeout(unsigned long timeout) in addrconf_finite_timeout() argument 204 return ~timeout; in addrconf_finite_timeout()
|
/openbmc/linux/drivers/dma-buf/ |
H A D | st-dma-fence.c | 46 static long mock_wait(struct dma_fence *f, bool intr, long timeout) in mock_wait() argument 52 return timeout; in mock_wait() 54 while (timeout) { in mock_wait() 63 timeout = schedule_timeout(timeout); in mock_wait() 68 return timeout; in mock_wait()
|
/openbmc/linux/drivers/watchdog/ |
H A D | orion_wdt.c | 187 writel(dev->clk_rate * wdt_dev->timeout, in orion_wdt_ping() 190 writel(dev->clk_rate * (wdt_dev->timeout - wdt_dev->pretimeout), in orion_wdt_ping() 202 writel(dev->clk_rate * wdt_dev->timeout, in armada375_start() 205 writel(dev->clk_rate * (wdt_dev->timeout - wdt_dev->pretimeout), in armada375_start() 232 writel(dev->clk_rate * wdt_dev->timeout, in armada370_start() 256 writel(dev->clk_rate * wdt_dev->timeout, in orion_start() 588 dev->wdt.timeout = wdt_max_duration; in orion_wdt_probe() 641 dev->wdt.timeout, nowayout ? ", nowayout" : ""); in orion_wdt_probe()
|
/openbmc/linux/drivers/misc/ti-st/ |
H A D | st_kim.c | 201 long timeout; in read_local_version() local 211 timeout = wait_for_completion_interruptible_timeout( in read_local_version() 213 if (timeout <= 0) { in read_local_version() 215 return timeout ? -ERESTARTSYS : -ETIMEDOUT; in read_local_version() 280 unsigned long timeout; in download_firmware() local 331 timeout = jiffies + msecs_to_jiffies(CMD_WR_TIME); in download_firmware() 343 time_before(jiffies, timeout)); in download_firmware() 346 if (time_after_eq(jiffies, timeout)) { in download_firmware()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | vf.c | 67 u32 timeout = IXGBE_VF_INIT_TIMEOUT; in ixgbevf_reset_hw_vf() local 85 while (!mbx->ops.check_for_rst(hw) && timeout) { in ixgbevf_reset_hw_vf() 86 timeout--; in ixgbevf_reset_hw_vf() 90 if (!timeout) in ixgbevf_reset_hw_vf() 94 mbx->timeout = IXGBE_VF_MBX_INIT_TIMEOUT; in ixgbevf_reset_hw_vf() 712 if (!mbx->ops.check_for_rst(hw) || !mbx->timeout) in ixgbevf_check_mac_link_vf() 767 if (!mbx->timeout) { in ixgbevf_check_mac_link_vf() 801 if (!mbx->ops.check_for_rst(hw) || !mbx->timeout) in ixgbevf_hv_check_mac_link_vf()
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | dpaux.c | 128 unsigned long timeout = msecs_to_jiffies(250); in tegra_dpaux_transfer() local 209 status = wait_for_completion_timeout(&dpaux->complete, timeout); in tegra_dpaux_transfer() 723 unsigned long timeout; in drm_dp_aux_attach() local 743 timeout = jiffies + msecs_to_jiffies(250); in drm_dp_aux_attach() 745 while (time_before(jiffies, timeout)) { in drm_dp_aux_attach() 765 unsigned long timeout; in drm_dp_aux_detach() local 780 timeout = jiffies + msecs_to_jiffies(250); in drm_dp_aux_detach() 782 while (time_before(jiffies, timeout)) { in drm_dp_aux_detach()
|
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
H A D | test_network_sub_menu.robot | 69 Wait Until Page Contains Element ${xpath_network_settings} timeout=1min 97 Wait Until Page Contains Edit hostname timeout=1min 112 Wait Until Page Contains Add static IPv4 address timeout=15s 129 Wait Until Page Contains Add IP address timeout=11s 258 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30 270 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30 287 Wait Until Page Contains Element ${xpath_add_dns_ip_address_button} timeout=15 318 ... Run Keywords Wait Until Page Contains ${ip_address} timeout=40sec 343 Wait Until Page Contains ${input_value} timeout=30sec 362 ... ${xpath_page_loading_progress_bar} timeout=120s [all …]
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_h264_req_multi_if.c | 64 u16 timeout; member 458 int err, timeout, i; in vdec_h264_slice_core_decode() local 520 timeout = mtk_vcodec_wait_for_done_ctx(inst->ctx, MTK_INST_IRQ_RECEIVED, in vdec_h264_slice_core_decode() 522 if (timeout) in vdec_h264_slice_core_decode() 524 inst->vsi_core->dec.timeout = !!timeout; in vdec_h264_slice_core_decode() 571 int nal_start_idx, err, timeout = 0, i; in vdec_h264_slice_lat_decode() local 674 timeout = mtk_vcodec_wait_for_done_ctx(inst->ctx, MTK_INST_IRQ_RECEIVED, in vdec_h264_slice_lat_decode() 676 if (timeout) in vdec_h264_slice_lat_decode() 678 inst->vsi->dec.timeout = !!timeout; in vdec_h264_slice_lat_decode() 788 inst->vsi->dec.timeout = !!err; in vdec_h264_slice_single_decode()
|
/openbmc/linux/arch/arm/mach-zynq/ |
H A D | platsmp.c | 123 unsigned long timeout = jiffies + msecs_to_jiffies(50); in zynq_cpu_kill() local 126 if (time_after(jiffies, timeout)) in zynq_cpu_kill()
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-server | 31 timeout = float(sys.argv[7]) variable 54 bb.server.process.execServer(lockfd, readypipeinfd, lockname, sockname, timeout, xmlrpcinterface, p…
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_request.h | 63 unsigned long opt, u32 timeout, u8 *hci_status); 66 unsigned long opt, u32 timeout, u8 *hci_status);
|
/openbmc/linux/sound/pci/ |
H A D | atiixp.c | 416 int timeout = 1000; in snd_atiixp_acquire_codec() local 419 if (! timeout--) { in snd_atiixp_acquire_codec() 431 int timeout; in snd_atiixp_codec_read() local 442 timeout = 1000; in snd_atiixp_codec_read() 490 int timeout; in snd_atiixp_aclink_reset() local 502 timeout = 10; in snd_atiixp_aclink_reset() 510 if (!--timeout) { in snd_atiixp_aclink_reset() 565 int timeout; in snd_atiixp_codec_detect() local 578 timeout = 50; in snd_atiixp_codec_detect() 843 int timeout; in atiixp_spdif_flush_dma() local [all …]
|
/openbmc/linux/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 169 unsigned long timeout; in mtip_hba_reset() local 188 && time_before(jiffies, timeout)); in mtip_hba_reset() 366 unsigned long timeout; in mtip_restart_port() local 374 && time_before(jiffies, timeout)) in mtip_restart_port() 952 unsigned long timeout) in mtip_exec_internal_command() argument 1003 rq->timeout = timeout; in mtip_exec_internal_command() 1205 unsigned int timeout; in mtip_standby_immediate() local 1222 timeout); in mtip_standby_immediate() 1708 unsigned int timeout; in exec_drive_taskfile() local 1846 timeout) < 0) { in exec_drive_taskfile() [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | fork.c | 28 static unsigned int timeout = 30; variable 184 if (--timeout == 0) in sigalrm_handler() 251 timeout = atoi(optarg); in main()
|
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | ams,as3645a.txt | 26 flash-timeout-us: Flash timeout in microseconds. The value must be in 74 flash-timeout-us = <150000>;
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | test_syscall_vdso.c | 175 struct timespec timeout; variable 191 timeout.tv_sec = 0; in prep_args() 192 timeout.tv_nsec = 123; in prep_args()
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | ipmi_intf.h | 76 uint32_t timeout; member 98 uint32_t timeout; member 222 void ipmi_intf_session_set_timeout(struct ipmi_intf * intf, uint32_t timeout);
|
/openbmc/linux/include/uapi/drm/ |
H A D | etnaviv_drm.h | 120 struct drm_etnaviv_timespec timeout; /* in */ member 227 struct drm_etnaviv_timespec timeout; /* in */ member 244 struct drm_etnaviv_timespec timeout; /* in */ member
|
/openbmc/linux/drivers/usb/storage/ |
H A D | karma.c | 97 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()
|