Home
last modified time | relevance | path

Searched refs:time_out (Results 1 – 25 of 34) sorted by relevance

12

/linux/drivers/scsi/pcmcia/
H A Dnsp_cs.c370 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 …]
/linux/drivers/watchdog/
H A Dxilinx_wwdt.c70 u64 time_out, closed_timeout, open_timeout; in xilinx_wwdt_start() local
74 time_out = xdev->freq * wdd->timeout; in xilinx_wwdt_start()
75 closed_timeout = div_u64(time_out * xdev->close_percent, 100); in xilinx_wwdt_start()
76 open_timeout = time_out - closed_timeout; in xilinx_wwdt_start()
H A Drzg2l_wdt.c88 u32 time_out; in rzg2l_wdt_init_timeout() local
93 time_out = (wdev->timeout * (MICRO / 2)) / in rzg2l_wdt_init_timeout()
95 rzg2l_wdt_write(priv, WDTSET_COUNTER_VAL(time_out), WDTSET); in rzg2l_wdt_init_timeout()
/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c34 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 …]
/linux/sound/pci/asihpi/
H A Dhpi6000.c1212 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 Dhpi6205.c1471 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()
/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py263 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,
/linux/drivers/firmware/efi/
H A Dcper-arm.c94 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()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_dual_mode_helper.c498 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()
/linux/drivers/media/dvb-frontends/
H A Dstv0288.c443 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()
H A Dstv0900_priv.h352 enum fe_stv0900_demod_num demod, s32 time_out);
/linux/drivers/net/can/c_can/
H A Dc_can_main.c1257 unsigned long time_out; in c_can_power_down() local
1271 time_out = jiffies + msecs_to_jiffies(INIT_WAIT_MS); in c_can_power_down()
1273 time_after(time_out, jiffies)) in c_can_power_down()
1276 if (time_after(jiffies, time_out)) in c_can_power_down()
1291 unsigned long time_out; in c_can_power_up() local
1312 time_out = jiffies + msecs_to_jiffies(INIT_WAIT_MS); in c_can_power_up()
1314 time_after(time_out, jiffies)) in c_can_power_up()
1317 if (time_after(jiffies, time_out)) { in c_can_power_up()
/linux/drivers/scsi/
H A Dqlogicpti.h111 u16 time_out; member
139 u16 time_out; member
/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.c474 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()
H A Dsmc91c92_cs.c1204 short time_out, ir; in smc_start_xmit() local
1243 for (time_out = MEMORY_WAIT_TIME; time_out >= 0; time_out--) { in smc_start_xmit()
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dmv88e1xxx.c51 int time_out = 1000; in mv88e1xxx_reset() local
60 } while (ctl && --time_out); in mv88e1xxx_reset()
/linux/net/hsr/
H A Dhsr_framereg.h86 unsigned long time_out[HSR_PT_PORTS]; member
H A Dhsr_framereg.c177 new_node->time_out[i] = now; in hsr_add_node()
490 time_is_after_jiffies(node->time_out[port->type] + in hsr_register_frame_out()
496 node->time_out[port->type] = jiffies; in hsr_register_frame_out()
/linux/net/smc/
H A Dsmc_llc.h109 int time_out, u8 exp_msg);
/linux/drivers/scsi/snic/
H A Dsnic_fwint.h261 __le16 time_out; /* ms time for Res allocations fw to handle io*/ member
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c618 u8 poll_mask, poll_to, time_out = 0; in qlcnic_dump_l2_cache() local
637 time_out++; in qlcnic_dump_l2_cache()
638 } while (time_out <= poll_to); in qlcnic_dump_l2_cache()
640 if (time_out > poll_to) { in qlcnic_dump_l2_cache()
/linux/arch/powerpc/platforms/44x/
H A Dpci.c804 int time_out = 20; in ppc440spe_pciex_core_init() local
824 while (time_out) { in ppc440spe_pciex_core_init()
826 time_out--; in ppc440spe_pciex_core_init()
831 if (!time_out) { in ppc440spe_pciex_core_init()
/linux/drivers/tty/serial/
H A Dxilinx_uartps.c1429 unsigned long time_out; in cdns_uart_console_setup()
1441 time_out = jiffies + usecs_to_jiffies(TX_TIMEOUT); in cdns_uart_console_setup()
1443 while (time_before(jiffies, time_out) &&
1422 unsigned long time_out; cdns_uart_console_setup() local
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c1286 u32 time_out; in ixgbe_check_phy_link_tnx() local
1298 for (time_out = 0; time_out < max_time_out; time_out++) { in ixgbe_check_phy_link_tnx()
/linux/drivers/input/touchscreen/
H A Dhideep.c402 int time_out = 100; in hideep_check_status() local
406 while (time_out--) { in hideep_check_status()

12