/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_ssh_utils.py | 22 time_out=None, argument 91 time_out, 103 time_out=None, argument 164 time_out,
|
H A D | gen_cmd.py | 283 time_out=None, argument 385 if time_out: 389 signal.alarm(time_out) 414 err_msg += gp.sprint_vars(command_string, command_timed_out, time_out)
|
H A D | gen_robot_ssh.py | 162 time_out=None, argument 262 time_out=time_out,
|
/openbmc/linux/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 370 int time_out; in nsphw_start_selection() local 386 time_out = 1000; in nsphw_start_selection() 393 (time_out-- != 0)); in nsphw_start_selection() 519 int time_out; in nsp_negate_signal() local 523 time_out = 100; in nsp_negate_signal() 530 } while ((--time_out != 0) && (reg & mask) != 0); in nsp_negate_signal() 532 if (time_out == 0) { in nsp_negate_signal() 547 int time_out; in nsp_expect_signal() local 552 time_out = 100; in nsp_expect_signal() 568 } while(time_out-- != 0); in nsp_expect_signal() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mci.c | 34 u32 bit_position, int time_out) in ar9003_mci_wait_for_interrupt() argument 38 while (time_out) { in ar9003_mci_wait_for_interrupt() 41 time_out -= 10; in ar9003_mci_wait_for_interrupt() 43 if (time_out < 0) in ar9003_mci_wait_for_interrupt() 65 if (time_out <= 0) { in ar9003_mci_wait_for_interrupt() 73 time_out = 0; in ar9003_mci_wait_for_interrupt() 76 return time_out; in ar9003_mci_wait_for_interrupt() 584 u8 gpm_opcode, int time_out) in ar9003_mci_wait_for_gpm() argument 593 more_data = time_out ? MCI_GPM_NOMORE : MCI_GPM_MORE; in ar9003_mci_wait_for_gpm() 595 while (time_out > 0) { in ar9003_mci_wait_for_gpm() [all …]
|
/openbmc/linux/sound/pci/asihpi/ |
H A D | hpi6000.c | 1212 u32 time_out = PCI_TIMEOUT; in hpi6000_dsp_block_write32() local 1225 time_out = PCI_TIMEOUT; in hpi6000_dsp_block_write32() 1230 && --time_out); in hpi6000_dsp_block_write32() 1232 if (!time_out) in hpi6000_dsp_block_write32() 1239 if (time_out) in hpi6000_dsp_block_write32() 1250 u32 time_out = PCI_TIMEOUT; in hpi6000_dsp_block_read32() local 1263 time_out = PCI_TIMEOUT; in hpi6000_dsp_block_read32() 1268 && --time_out); in hpi6000_dsp_block_read32() 1269 if (!time_out) in hpi6000_dsp_block_read32() 1277 if (time_out) in hpi6000_dsp_block_read32() [all …]
|
H A D | hpi6205.c | 1471 int time_out = 10; in adapter_boot_load_dsp() local 1483 && time_out--) { in adapter_boot_load_dsp() 2087 u32 time_out, time_out2; in message_response_sequence() local 2127 time_out = HPI6205_TIMEOUT; in message_response_sequence() 2130 if (time_out) { in message_response_sequence() 2150 if (!time_out || !time_out2) { in message_response_sequence()
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | cper-arm.c | 94 bool time_out, access_mode; in cper_print_arm_err_info() local 206 time_out = ((error_info >> CPER_ARM_ERR_TIME_OUT_SHIFT) in cper_print_arm_err_info() 208 if (time_out) in cper_print_arm_err_info()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | task-analyzer.py | 263 self._last_finish = task.time_out(time_unit) 267 time_out = task.time_out(time_unit) 270 self.in_out = time_out - self._last_start 271 self.out_out = time_out - self._last_finish 274 self._last_finish = task.time_out(time_unit) 551 def time_out(self, unit="s"): member in Task 677 line_out = fmt.format(c_row_set, task.time_in(), task.time_out(), task.cpu, 682 line_out = fmt.format(c_row_set, task.time_in(), task.time_out(), task.cpu,
|
/openbmc/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_dual_mode_helper.c | 498 int time_out = 200; in drm_lspcon_set_mode() local 525 time_out -= 10; in drm_lspcon_set_mode() 532 } while (time_out); in drm_lspcon_set_mode()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv0288.c | 443 u8 tda[3], reg, time_out = 0; in stv0288_set_frontend() local 476 time_out++; in stv0288_set_frontend() 477 if (time_out > 10) in stv0288_set_frontend() 485 time_out = 0; in stv0288_set_frontend()
|
/openbmc/u-boot/drivers/net/ |
H A D | lan91c96.c | 311 int time_out; in smc_send_packet() local 346 time_out = MEMORY_WAIT_TIME; in smc_send_packet() 355 } while (--time_out); in smc_send_packet() 357 if (!time_out) { in smc_send_packet()
|
H A D | smc91111.c | 422 int time_out; in smc_send() local 469 time_out = MEMORY_WAIT_TIME; in smc_send() 477 } while (--time_out); in smc_send() 479 if (!time_out) { in smc_send()
|
/openbmc/linux/drivers/watchdog/ |
H A D | rzg2l_wdt.c | 89 u32 time_out; in rzg2l_wdt_init_timeout() local 94 time_out = (wdev->timeout * (MICRO / 2)) / in rzg2l_wdt_init_timeout() 96 rzg2l_wdt_write(priv, WDTSET_COUNTER_VAL(time_out), WDTSET); in rzg2l_wdt_init_timeout()
|
/openbmc/linux/drivers/net/can/c_can/ |
H A D | c_can_main.c | 1270 unsigned long time_out; in c_can_power_down() local 1284 time_out = jiffies + msecs_to_jiffies(INIT_WAIT_MS); in c_can_power_down() 1286 time_after(time_out, jiffies)) in c_can_power_down() 1289 if (time_after(jiffies, time_out)) in c_can_power_down() 1304 unsigned long time_out; in c_can_power_up() local 1325 time_out = jiffies + msecs_to_jiffies(INIT_WAIT_MS); in c_can_power_up() 1327 time_after(time_out, jiffies)) in c_can_power_up() 1330 if (time_after(jiffies, time_out)) { in c_can_power_up()
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_mipi_dsi_common.c | 520 unsigned int time_out = 100; in exynos_mipi_dsi_init_link() local 537 time_out--; in exynos_mipi_dsi_init_link() 538 if (time_out == 0) { in exynos_mipi_dsi_init_link()
|
/openbmc/linux/drivers/scsi/ |
H A D | qlogicpti.h | 111 u16 time_out; member 139 u16 time_out; member
|
/openbmc/linux/net/hsr/ |
H A D | hsr_framereg.h | 80 unsigned long time_out[HSR_PT_PORTS]; member
|
H A D | hsr_framereg.c | 161 new_node->time_out[i] = now; in hsr_add_node() 461 time_is_after_jiffies(node->time_out[port->type] + in hsr_register_frame_out() 467 node->time_out[port->type] = jiffies; in hsr_register_frame_out()
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc9194.c | 474 word time_out; in smc_wait_to_send_packet() local 535 time_out = MEMORY_WAIT_TIME; in smc_wait_to_send_packet() 545 } while ( -- time_out ); in smc_wait_to_send_packet() 547 if ( !time_out ) { in smc_wait_to_send_packet()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | mv88e1xxx.c | 51 int time_out = 1000; in mv88e1xxx_reset() local 60 } while (ctl && --time_out); in mv88e1xxx_reset()
|
/openbmc/linux/net/smc/ |
H A D | smc_llc.h | 109 int time_out, u8 exp_msg);
|
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | mactest.c | 1205 uint32_t time_out; in get_time_out_th() local 1207 time_out = timeout_th_tbl[p_eng->run.speed_idx]; in get_time_out_th() 1209 time_out = time_out * 10000; in get_time_out_th() 1211 return time_out; in get_time_out_th()
|
/openbmc/linux/drivers/scsi/snic/ |
H A D | snic_fwint.h | 261 __le16 time_out; /* ms time for Res allocations fw to handle io*/ member
|
/openbmc/u-boot/drivers/mmc/ |
H A D | fsl_esdhc.c | 659 u32 time_out; in esdhc_clock_control() local 670 time_out = 20; in esdhc_clock_control() 673 if (time_out == 0) { in esdhc_clock_control() 677 time_out--; in esdhc_clock_control()
|