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

12

/linux-master/drivers/watchdog/
H A Dxilinx_wwdt.c70 u64 time_out, closed_timeout, open_timeout; local
74 time_out = xdev->freq * wdd->timeout;
75 closed_timeout = div_u64(time_out * xdev->close_percent, 100);
76 open_timeout = time_out - closed_timeout;
H A Drzg2l_wdt.c113 u32 time_out; local
118 time_out = (wdev->timeout * (MICRO / 2)) /
120 rzg2l_wdt_write(priv, WDTSET_COUNTER_VAL(time_out), WDTSET);
/linux-master/drivers/scsi/pcmcia/
H A Dnsp_cs.c370 int time_out; local
386 time_out = 1000;
393 (time_out-- != 0));
519 int time_out; local
523 time_out = 100;
530 } while ((--time_out != 0) && (reg & mask) != 0);
532 if (time_out == 0) {
547 int time_out; local
552 time_out = 100;
568 } while(time_out
721 long time_out; local
824 int time_out; local
[all...]
/linux-master/net/hsr/
H A Dhsr_framereg.h80 unsigned long time_out[HSR_PT_PORTS]; member in struct:hsr_node
H A Dhsr_framereg.c161 new_node->time_out[i] = now;
461 time_is_after_jiffies(node->time_out[port->type] +
467 node->time_out[port->type] = jiffies;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c34 u32 bit_position, int time_out)
38 while (time_out) {
41 time_out -= 10;
43 if (time_out < 0)
65 if (time_out <= 0) {
73 time_out = 0;
76 return time_out;
584 u8 gpm_opcode, int time_out)
593 more_data = time_out ? MCI_GPM_NOMORE : MCI_GPM_MORE;
595 while (time_out >
33 ar9003_mci_wait_for_interrupt(struct ath_hw *ah, u32 address, u32 bit_position, int time_out) argument
583 ar9003_mci_wait_for_gpm(struct ath_hw *ah, u8 gpm_type, u8 gpm_opcode, int time_out) argument
[all...]
/linux-master/drivers/firmware/efi/
H A Dcper-arm.c94 bool time_out, access_mode; local
206 time_out = ((error_info >> CPER_ARM_ERR_TIME_OUT_SHIFT)
208 if (time_out)
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_dual_mode_helper.c498 int time_out = 200; local
525 time_out -= 10;
532 } while (time_out);
/linux-master/sound/pci/asihpi/
H A Dhpi6000.c1212 u32 time_out = PCI_TIMEOUT; local
1225 time_out = PCI_TIMEOUT;
1230 && --time_out);
1232 if (!time_out)
1239 if (time_out)
1250 u32 time_out = PCI_TIMEOUT; local
1263 time_out = PCI_TIMEOUT;
1268 && --time_out);
1269 if (!time_out)
1277 if (time_out)
1411 u16 time_out = 8; local
[all...]
H A Dhpi6205.c1471 int time_out = 10; local
1483 && time_out--) {
2087 u32 time_out, time_out2; local
2127 time_out = HPI6205_TIMEOUT;
2130 if (time_out) {
2150 if (!time_out || !time_out2) {
/linux-master/net/smc/
H A Dsmc_llc.h109 int time_out, u8 exp_msg);
/linux-master/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 class: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-master/drivers/media/dvb-frontends/
H A Dstv0288.c443 u8 tda[3], reg, time_out = 0; local
476 time_out++;
477 if (time_out > 10)
485 time_out = 0;
H A Dstv0900_priv.h352 enum fe_stv0900_demod_num demod, s32 time_out);
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dmv88e1xxx.c51 int time_out = 1000; local
60 } while (ctl && --time_out);
/linux-master/drivers/net/can/c_can/
H A Dc_can_main.c1257 unsigned long time_out; local
1271 time_out = jiffies + msecs_to_jiffies(INIT_WAIT_MS);
1273 time_after(time_out, jiffies))
1276 if (time_after(jiffies, time_out))
1291 unsigned long time_out; local
1312 time_out = jiffies + msecs_to_jiffies(INIT_WAIT_MS);
1314 time_after(time_out, jiffies))
1317 if (time_after(jiffies, time_out)) {
/linux-master/drivers/scsi/
H A Dqlogicpti.h111 u16 time_out; member in struct:Command_Entry
139 u16 time_out; member in struct:Ext_Command_Entry
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc9194.c474 word time_out; local
535 time_out = MEMORY_WAIT_TIME;
545 } while ( -- time_out );
547 if ( !time_out ) {
H A Dsmc91c92_cs.c1204 short time_out, ir; local
1243 for (time_out = MEMORY_WAIT_TIME; time_out >= 0; time_out--) {
/linux-master/drivers/scsi/snic/
H A Dsnic_fwint.h261 __le16 time_out; /* ms time for Res allocations fw to handle io*/ member in struct:snic_icmnd
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c618 u8 poll_mask, poll_to, time_out = 0; local
637 time_out++;
638 } while (time_out <= poll_to);
640 if (time_out > poll_to) {
/linux-master/arch/powerpc/platforms/4xx/
H A Dpci.c804 int time_out = 20; local
824 while (time_out) {
826 time_out--;
831 if (!time_out) {
/linux-master/drivers/input/touchscreen/
H A Dhideep.c402 int time_out = 100; local
406 while (time_out--) {
/linux-master/drivers/tty/serial/
H A Dxilinx_uartps.c1422 unsigned long time_out; local
1434 time_out = jiffies + usecs_to_jiffies(TX_TIMEOUT);
1436 while (time_before(jiffies, time_out) &&
/linux-master/drivers/usb/host/
H A Dfhci.h392 struct timer_list time_out; member in struct:urb_priv

Completed in 291 milliseconds

12