Home
last modified time | relevance | path

Searched refs:dwelltime (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/libertas/
Dtypes.h40 __le16 dwelltime; member
/drivers/net/wireless/
Dairo.c1264 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime);
1297 static int flashpchar(struct airo_info *ai,int byte,int dwelltime);
8066 static int flashpchar(struct airo_info *ai,int byte,int dwelltime) { in flashpchar() argument
8072 if(dwelltime == 0 ) in flashpchar()
8073 dwelltime = 200; in flashpchar()
8075 waittime=dwelltime; in flashpchar()
8093 dwelltime -= 50; in flashpchar()
8095 } while (dwelltime >= 0 && echo != byte); in flashpchar()
8106 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime){ in flashgchar() argument
8113 if(dwelltime && !(0x8000 & rchar)){ in flashgchar()
[all …]