Lines Matching refs:dwelltime
1264 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime);
1297 static int flashpchar(struct airo_info *ai,int byte,int dwelltime);
8069 static int flashpchar(struct airo_info *ai,int byte,int dwelltime) { in flashpchar() argument
8075 if(dwelltime == 0 ) in flashpchar()
8076 dwelltime = 200; in flashpchar()
8078 waittime=dwelltime; in flashpchar()
8096 dwelltime -= 50; in flashpchar()
8098 } while (dwelltime >= 0 && echo != byte); in flashpchar()
8109 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime){ in flashgchar() argument
8116 if(dwelltime && !(0x8000 & rchar)){ in flashgchar()
8117 dwelltime -= 10; in flashgchar()
8131 }while(dwelltime > 0); in flashgchar()