Searched refs:dev_handle (Results 1 – 3 of 3) sorted by relevance
30 extern int wl_validatedev(void *dev_handle);130 proc_ucode_download(char* fw_filename, void *dev_handle) in proc_ucode_download() argument205 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()
21 proc_ucode_download(char* fw_filename, void *dev_handle);
425 wl_validatedev(void *dev_handle) in wl_validatedev() argument428 struct ifreq *ifr = (struct ifreq *)dev_handle; in wl_validatedev()