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);
8113 static int flashpchar(struct airo_info *ai, int byte, int dwelltime) in flashpchar() argument
8120 if (dwelltime == 0) in flashpchar()
8121 dwelltime = 200; in flashpchar()
8123 waittime = dwelltime; in flashpchar()
8141 dwelltime -= 50; in flashpchar()
8143 } while (dwelltime >= 0 && echo != byte); in flashpchar()
8154 static int flashgchar(struct airo_info *ai, int matchbyte, int dwelltime) in flashgchar() argument
8162 if (dwelltime && !(0x8000 & rchar)) { in flashgchar()
8163 dwelltime -= 10; in flashgchar()
8177 } while (dwelltime > 0); in flashgchar()