Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/libertas/
Dtypes.h40 __le16 dwelltime; member
/linux-4.4.14/drivers/net/wireless/
Dairo.c1265 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime);
1298 static int flashpchar(struct airo_info *ai,int byte,int dwelltime);
8080 static int flashpchar(struct airo_info *ai,int byte,int dwelltime) { in flashpchar() argument
8086 if(dwelltime == 0 ) in flashpchar()
8087 dwelltime = 200; in flashpchar()
8089 waittime=dwelltime; in flashpchar()
8107 dwelltime -= 50; in flashpchar()
8109 } while (dwelltime >= 0 && echo != byte); in flashpchar()
8120 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime){ in flashgchar() argument
8127 if(dwelltime && !(0x8000 & rchar)){ in flashgchar()
[all …]