Lines Matching refs:dwelltime
1265 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime);
1298 static int flashpchar(struct airo_info *ai,int byte,int dwelltime);
8058 static int flashpchar(struct airo_info *ai,int byte,int dwelltime) { in flashpchar() argument
8064 if(dwelltime == 0 ) in flashpchar()
8065 dwelltime = 200; in flashpchar()
8067 waittime=dwelltime; in flashpchar()
8085 dwelltime -= 50; in flashpchar()
8087 } while (dwelltime >= 0 && echo != byte); in flashpchar()
8098 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime){ in flashgchar() argument
8105 if(dwelltime && !(0x8000 & rchar)){ in flashgchar()
8106 dwelltime -= 10; in flashgchar()
8120 }while(dwelltime > 0); in flashgchar()