Home
last modified time | relevance | path

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

/drivers/net/wireless/libertas/
Dtypes.h35 __le16 dwelltime; member
170 __le16 dwelltime; member
/drivers/net/wireless/
Dairo.c1255 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime);
1288 static int flashpchar(struct airo_info *ai,int byte,int dwelltime);
7961 static int flashpchar(struct airo_info *ai,int byte,int dwelltime) { in flashpchar() argument
7967 if(dwelltime == 0 ) in flashpchar()
7968 dwelltime = 200; in flashpchar()
7970 waittime=dwelltime; in flashpchar()
7988 dwelltime -= 50; in flashpchar()
7990 } while (dwelltime >= 0 && echo != byte); in flashpchar()
8001 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime){ in flashgchar() argument
8008 if(dwelltime && !(0x8000 & rchar)){ in flashgchar()
[all …]