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);
8128 static int flashpchar(struct airo_info *ai, int byte, int dwelltime) in flashpchar() argument
8135 if (dwelltime == 0) in flashpchar()
8136 dwelltime = 200; in flashpchar()
8138 waittime = dwelltime; in flashpchar()
8156 dwelltime -= 50; in flashpchar()
8158 } while (dwelltime >= 0 && echo != byte); in flashpchar()
8169 static int flashgchar(struct airo_info *ai, int matchbyte, int dwelltime) in flashgchar() argument
8177 if (dwelltime && !(0x8000 & rchar)) { in flashgchar()
8178 dwelltime -= 10; in flashgchar()
8192 } while (dwelltime > 0); in flashgchar()