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);
8100 static int flashpchar(struct airo_info *ai, int byte, int dwelltime) in flashpchar() argument
8107 if (dwelltime == 0) in flashpchar()
8108 dwelltime = 200; in flashpchar()
8110 waittime = dwelltime; in flashpchar()
8128 dwelltime -= 50; in flashpchar()
8130 } while (dwelltime >= 0 && echo != byte); in flashpchar()
8141 static int flashgchar(struct airo_info *ai, int matchbyte, int dwelltime) in flashgchar() argument
8149 if (dwelltime && !(0x8000 & rchar)) { in flashgchar()
8150 dwelltime -= 10; in flashgchar()
8164 } while (dwelltime > 0); in flashgchar()