Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ducode_download.c142 int is_devpresent; in proc_ucode_download() local
205 is_devpresent = wl_validatedev(dev_handle); in proc_ucode_download()
211 if (!is_devpresent) in proc_ucode_download()
233 } while (loopcnt < DEVPRESENT_RETRIES && !is_devpresent); in proc_ucode_download()