Lines Matching refs:dwelltime
1271 static int flashgchar(struct airo_info *ai, int matchbyte, int dwelltime);
1304 static int flashpchar(struct airo_info *ai, int byte, int dwelltime);
8123 static int flashpchar(struct airo_info *ai, int byte, int dwelltime) in flashpchar() argument
8130 if (dwelltime == 0) in flashpchar()
8131 dwelltime = 200; in flashpchar()
8133 waittime = dwelltime; in flashpchar()
8151 dwelltime -= 50; in flashpchar()
8153 } while (dwelltime >= 0 && echo != byte); in flashpchar()
8164 static int flashgchar(struct airo_info *ai, int matchbyte, int dwelltime) in flashgchar() argument
8172 if (dwelltime && !(0x8000 & rchar)) { in flashgchar()
8173 dwelltime -= 10; in flashgchar()
8187 } while (dwelltime > 0); in flashgchar()