/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 371 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 D | ar9003_mci.c | 33 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 D | c_can.c | 1154 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 D | stv0288.c | 462 u8 reg, time_out = 0; local 495 time_out++; 496 if (time_out > 10) 504 time_out = 0;
|
H A D | stv0900_priv.h | 367 enum fe_stv0900_demod_num demod, s32 time_out);
|
H A D | stv0900_core.c | 840 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 D | stv0900_sw.c | 1033 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 D | drxk_hard.c | 1277 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 D | exynos_mipi_dsi_common.c | 749 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 D | mv88e1xxx.c | 50 int time_out = 1000; local 59 } while (ctl && --time_out);
|
/drivers/mtd/spi-nor/ |
H A D | spi-nor.c | 709 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 D | qlogicpti.h | 110 u16 time_out; member in struct:Command_Entry 138 u16 time_out; member in struct:Ext_Command_Entry
|
H A D | qlogicpti.c | 882 cmd->time_out = Cmnd->request->timeout/HZ;
|
/drivers/net/ethernet/smsc/ |
H A D | smc9194.c | 474 word time_out; local 535 time_out = MEMORY_WAIT_TIME; 545 } while ( -- time_out ); 547 if ( !time_out ) {
|
H A D | smc91c92_cs.c | 1204 short time_out, ir; local 1243 for (time_out = MEMORY_WAIT_TIME; time_out >= 0; time_out--) {
|
/drivers/char/ |
H A D | mbcs.h | 178 uint64_t time_out:24, // 23:0 member in struct:cm_req_timeout::__anon401
|
H A D | mbcs.c | 679 cm_req_timeout.time_out = MBCS_CM_CONTROL_REQ_TOUT_MASK;
|
/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_phy.c | 593 u32 time_out; local 608 for (time_out = 0; time_out < max_time_out; time_out++) {
|
/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_minidump.c | 619 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 D | fhci.h | 398 struct timer_list time_out; member in struct:urb_priv
|