Lines Matching refs:dwelltime
1268 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime);
1301 static int flashpchar(struct airo_info *ai,int byte,int dwelltime);
8062 static int flashpchar(struct airo_info *ai,int byte,int dwelltime) { in flashpchar() argument
8068 if(dwelltime == 0 ) in flashpchar()
8069 dwelltime = 200; in flashpchar()
8071 waittime=dwelltime; in flashpchar()
8089 dwelltime -= 50; in flashpchar()
8091 } while (dwelltime >= 0 && echo != byte); in flashpchar()
8102 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime){ in flashgchar() argument
8109 if(dwelltime && !(0x8000 & rchar)){ in flashgchar()
8110 dwelltime -= 10; in flashgchar()
8124 }while(dwelltime > 0); in flashgchar()