Lines Matching refs:dwelltime
1263 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime);
1296 static int flashpchar(struct airo_info *ai,int byte,int dwelltime);
8117 static int flashpchar(struct airo_info *ai,int byte,int dwelltime) { in flashpchar() argument
8123 if(dwelltime == 0 ) in flashpchar()
8124 dwelltime = 200; in flashpchar()
8126 waittime=dwelltime; in flashpchar()
8144 dwelltime -= 50; in flashpchar()
8146 } while (dwelltime >= 0 && echo != byte); in flashpchar()
8157 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime){ in flashgchar() argument
8164 if(dwelltime && !(0x8000 & rchar)){ in flashgchar()
8165 dwelltime -= 10; in flashgchar()
8179 }while(dwelltime > 0); in flashgchar()