Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ducode_download.c130 proc_ucode_download(char* fw_filename, void *dev_handle) in proc_ucode_download() argument
145 if ((fp = fopen(fw_filename, "rb")) == NULL) { in proc_ucode_download()
147 __FUNCTION__, fw_filename, strerror(errno)); in proc_ucode_download()
179 printf("Short read in hdr read for %s!\n", fw_filename); in proc_ucode_download()
Ducode_download.h21 proc_ucode_download(char* fw_filename, void *dev_handle);