Searched defs:time_out (Results 1 - 15 of 15) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb/
H A Dmv88e1xxx.c50 int time_out = 1000; local
59 } while (ctl && --time_out);
/drivers/media/dvb/frontends/
H A Dstv0288.c462 u8 reg, time_out = 0; local
495 time_out++;
496 if (time_out > 10)
504 time_out = 0;
H A Dstv0900_sw.c1035 enum fe_stv0900_demod_num demod, s32 time_out)
1045 while ((timer < time_out) && (lock == 0)) {
1091 dprintk("%s: Timer = %d, time_out = %d\n",
1034 stv0900_get_fec_lock(struct stv0900_internal *intp, enum fe_stv0900_demod_num demod, s32 time_out) argument
H A Dstv0900_core.c846 enum fe_stv0900_demod_num demod, s32 time_out)
853 while ((timer < time_out) && (lock == 0)) {
845 stv0900_get_demod_lock(struct stv0900_internal *intp, enum fe_stv0900_demod_num demod, s32 time_out) argument
/drivers/staging/tidspbridge/rmgr/
H A Ddrv_interface.c290 static u32 time_out = 1000; variable
582 status = pwr_sleep_dsp(command, time_out);
594 status = pwr_wake_dsp(time_out);
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c406 u32 time_out; local
472 for (time_out = 0; time_out < max_time_out; time_out++) {
485 if (time_out == max_time_out) {
570 u32 time_out; local
585 for (time_out = 0; time_out < max_time_out; time_out++) {
616 u32 time_out; local
[all...]
/drivers/net/ethernet/smsc/
H A Dsmc9194.c489 word time_out; local
550 time_out = MEMORY_WAIT_TIME;
560 } while ( -- time_out );
562 if ( !time_out ) {
H A Dsmc91c92_cs.c1205 short time_out, ir; local
1245 for (time_out = MEMORY_WAIT_TIME; time_out >= 0; time_out--) {
/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c33 u32 bit_position, int time_out)
37 while (time_out) {
59 time_out -= 10;
61 if (time_out < 0)
65 if (time_out <= 0) {
73 time_out = 0;
76 return time_out;
573 u8 gpm_opcode, int time_out)
582 more_data = time_out ? MCI_GPM_NOMORE : MCI_GPM_MORE;
584 while (time_out >
32 ar9003_mci_wait_for_interrupt(struct ath_hw *ah, u32 address, u32 bit_position, int time_out) argument
572 ar9003_mci_wait_for_gpm(struct ath_hw *ah, u8 gpm_type, u8 gpm_opcode, int time_out) argument
[all...]
/drivers/video/exynos/
H A Dexynos_mipi_dsi_common.c765 unsigned int time_out = 100; local
781 time_out--;
782 if (time_out == 0) {
791 if (time_out != 0) {
/drivers/scsi/pcmcia/
H A Dnsp_cs.c371 int time_out; local
387 time_out = 1000;
394 (time_out-- != 0));
522 int time_out; local
526 time_out = 100;
533 } while ((--time_out != 0) && (reg & mask) != 0);
535 if (time_out == 0) {
550 int time_out; local
555 time_out = 100;
571 } while(time_out
723 long time_out; local
822 int time_out; local
[all...]
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c1560 u8 poll_mask, poll_to, time_out = 0; local
1580 time_out++;
1581 } while (time_out <= poll_to);
1583 if (time_out > poll_to) {
/drivers/scsi/
H A Dqlogicpti.h110 u16 time_out; member in struct:Command_Entry
138 u16 time_out; member in struct:Ext_Command_Entry
/drivers/usb/host/
H A Dfhci.h416 struct timer_list time_out; member in struct:urb_priv
/drivers/char/
H A Dmbcs.h178 uint64_t time_out:24, // 23:0 member in struct:cm_req_timeout::__anon364

Completed in 388 milliseconds