Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ducode_download.c139 unsigned char *ucodetrx_buf, *initvals_ptr; in proc_ucode_download() local
191 ucodetrx_buf = (unsigned char *)malloc(ucode_info_len * in proc_ucode_download()
193 tmp_len = fread(ucodetrx_buf, sizeof(uint8), in proc_ucode_download()
197 initvals_ptr = ucodetrx_buf + in proc_ucode_download()
238 ucodetrx_buf); in proc_ucode_download()
255 free(ucodetrx_buf); in proc_ucode_download()