Searched refs:dwelltime (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | types.h | 41 __le16 dwelltime; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | types.h | 41 __le16 dwelltime; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
H A D | airo.c | 1271 static int flashgchar(struct airo_info *ai, int matchbyte, int dwelltime); 1304 static int flashpchar(struct airo_info *ai, int byte, int dwelltime); 8122 /* Put character to SWS0 wait for dwelltime 8126 static int flashpchar(struct airo_info *ai, int byte, int dwelltime) in flashpchar() argument 8133 if (dwelltime == 0) in flashpchar() 8134 dwelltime = 200; in flashpchar() 8136 waittime = dwelltime; in flashpchar() 8154 dwelltime -= 50; in flashpchar() 8156 } while (dwelltime >= 0 && echo != byte); in flashpchar() 8167 static int flashgchar(struct airo_info *ai, int matchbyte, int dwelltime) in flashgchar() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/ |
H A D | airo.c | 1271 static int flashgchar(struct airo_info *ai, int matchbyte, int dwelltime); 1304 static int flashpchar(struct airo_info *ai, int byte, int dwelltime); 8124 /* Put character to SWS0 wait for dwelltime 8128 static int flashpchar(struct airo_info *ai, int byte, int dwelltime) in flashpchar() argument 8135 if (dwelltime == 0) in flashpchar() 8136 dwelltime = 200; in flashpchar() 8138 waittime = dwelltime; in flashpchar() 8156 dwelltime -= 50; in flashpchar() 8158 } while (dwelltime >= 0 && echo != byte); in flashpchar() 8169 static int flashgchar(struct airo_info *ai, int matchbyte, int dwelltime) in flashgchar() argument [all...] |
Completed in 24 milliseconds