Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ducode_download.c30 extern int wl_validatedev(void *dev_handle);
130 proc_ucode_download(char* fw_filename, void *dev_handle) in proc_ucode_download() argument
205 is_devpresent = wl_validatedev(dev_handle); in proc_ucode_download()
217 ret = wlu_iovar_getint(dev_handle, "ucdload_status", in proc_ucode_download()
237 ret = dload_ucode_part(dev_handle, UCODE_FW, ucode_len, in proc_ucode_download()
244 ret = dload_ucode_part(dev_handle, INIT_VALS, in proc_ucode_download()
Ducode_download.h21 proc_ucode_download(char* fw_filename, void *dev_handle);
Ddhdu_linux.c425 wl_validatedev(void *dev_handle) in wl_validatedev() argument
428 struct ifreq *ifr = (struct ifreq *)dev_handle; in wl_validatedev()