[go: nahoru, domu]

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

/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/wireless/ath/ath9k/
H A Dar9003_mci.c33 u32 bit_position, int time_out)
37 while (time_out) {
40 time_out -= 10;
42 if (time_out < 0)
64 if (time_out <= 0) {
72 time_out = 0;
75 return time_out;
570 u8 gpm_opcode, int time_out)
579 more_data = time_out ? MCI_GPM_NOMORE : MCI_GPM_MORE;
581 while (time_out >
32 ar9003_mci_wait_for_interrupt(struct ath_hw *ah, u32 address, u32 bit_position, int time_out) argument
569 ar9003_mci_wait_for_gpm(struct ath_hw *ah, u8 gpm_type, u8 gpm_opcode, int time_out) argument
[all...]
/drivers/net/can/c_can/
H A Dc_can.c1154 unsigned long time_out; local
1168 time_out = jiffies + msecs_to_jiffies(INIT_WAIT_MS);
1170 time_after(time_out, jiffies))
1173 if (time_after(jiffies, time_out))
1188 unsigned long time_out; local
1209 time_out = jiffies + msecs_to_jiffies(INIT_WAIT_MS);
1211 time_after(time_out, jiffies))
1214 if (time_after(jiffies, 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_priv.h367 enum fe_stv0900_demod_num demod, s32 time_out);
H A Dstv0900_core.c840 enum fe_stv0900_demod_num demod, s32 time_out)
847 while ((timer < time_out) && (lock == 0)) {
839 stv0900_get_demod_lock(struct stv0900_internal *intp, enum fe_stv0900_demod_num demod, s32 time_out) argument
H A Dstv0900_sw.c1033 enum fe_stv0900_demod_num demod, s32 time_out)
1043 while ((timer < time_out) && (lock == 0)) {
1089 dprintk("%s: Timer = %d, time_out = %d\n",
1032 stv0900_get_fec_lock(struct stv0900_internal *intp, enum fe_stv0900_demod_num demod, s32 time_out) argument
H A Ddrxk_hard.c1277 u16 rom_offset, u16 nr_of_elements, u32 time_out)
1298 end = jiffies + msecs_to_jiffies(time_out);
2812 u16 rom_offset, u16 nr_of_elements, u32 time_out)
2842 end = jiffies + msecs_to_jiffies(time_out);
1276 bl_chain_cmd(struct drxk_state *state, u16 rom_offset, u16 nr_of_elements, u32 time_out) argument
2811 bl_direct_cmd(struct drxk_state *state, u32 target_addr, u16 rom_offset, u16 nr_of_elements, u32 time_out) argument
/drivers/video/fbdev/exynos/
H A Dexynos_mipi_dsi_common.c749 unsigned int time_out = 100; local
765 time_out--;
766 if (time_out == 0) {
775 if (time_out != 0) {
/drivers/net/ethernet/chelsio/cxgb/
H A Dmv88e1xxx.c50 int time_out = 1000; local
59 } while (ctl && --time_out);
/drivers/mtd/spi-nor/
H A Dspi-nor.c709 goto time_out;
724 goto time_out;
736 goto time_out;
745 goto time_out;
756 goto time_out;
759 time_out:
/drivers/scsi/
H A Dqlogicpti.h110 u16 time_out; member in struct:Command_Entry
138 u16 time_out; member in struct:Ext_Command_Entry
H A Dqlogicpti.c882 cmd->time_out = Cmnd->request->timeout/HZ;
/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--) {
/drivers/char/
H A Dmbcs.h178 uint64_t time_out:24, // 23:0 member in struct:cm_req_timeout::__anon401
H A Dmbcs.c679 cm_req_timeout.time_out = MBCS_CM_CONTROL_REQ_TOUT_MASK;
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c593 u32 time_out; local
608 for (time_out = 0; time_out < max_time_out; time_out++) {
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c619 u8 poll_mask, poll_to, time_out = 0; local
638 time_out++;
639 } while (time_out <= poll_to);
641 if (time_out > poll_to) {
/drivers/usb/host/
H A Dfhci.h398 struct timer_list time_out; member in struct:urb_priv

Completed in 403 milliseconds