HomeSort by relevance Sort by last modified time
    Searched full:ucodetrx_buf (Results 1 - 1 of 1) sorted by null

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

Completed in 62 milliseconds