OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rd_retry_count
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c
204
int
rd_retry_count
= 0;
local
218
if (rd <= 0 &&
rd_retry_count
++ < 4) {
221
} else if (
rd_retry_count
>= 4) {
/hardware/ti/wpan/ti_st/uim-sysfs/
uim.c
146
int
rd_retry_count
= 0;
local
159
if (rd <= 0 &&
rd_retry_count
++ < 4) {
162
} else if (
rd_retry_count
>= 4) {
Completed in 287 milliseconds