| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dbus.c | 637 len = dhd_os_get_image_block(nv_memblock, MAX_NVRAMBUF_SIZE, nv_image); in dbus_get_fw_nvram() 669 len = dhd_os_get_image_block((char*)memptr, memblock_size, fw_image); in dbus_get_fw_nvram() 698 } while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, fw_image))); in dbus_get_fw_nvram()
|
| H A D | dhd_common.c | 7952 len = dhd_os_get_image_block((char *)buf, file_len, image); in dhd_get_download_buffer() 7959 len = dhd_os_get_image_block((char *)buf, file_len, image); in dhd_get_download_buffer() 8066 chunk_len = dhd_os_get_image_block((char *)(new_buf + data_offset), in dhd_download_blob() 9233 if (dhd_os_get_image_block(fwid_str, sizeof(fwid_str) - 1, file) <= 0) { in dhd_parse_logstrs_file() 10259 if (dhd_os_get_image_block(buf, FW_VER_STR_LEN - 1, file) < 0) { in dhd_print_fw_ver_from_file()
|
| H A D | dhd.h | 2660 #define dhd_os_get_image_block(a, b, c) wl_os_get_image_block(a, b, c) macro 2668 extern int dhd_os_get_image_block(char * buf, int len, void * image);
|
| H A D | dhd_pcie.c | 3670 ret = dhd_os_get_image_block((char *)&hdr, sizeof(hdr), fptr); in dhdpcie_hybridfw_get_next_block() 3788 ret = dhd_os_get_image_block((char *)&magic_num, sizeof(magic_num), fp); in dhdpcie_hybridfw_download() 3813 len = dhd_os_get_image_block(ptr, len, fp); in dhdpcie_hybridfw_download() 4232 while ((len = dhd_os_get_image_block((char*)memptr, MEMBLOCK, imgbuf))) in dhdpcie_download_code_file() 10981 len = dhd_os_get_image_block(srcbuf, srcsize, filep); in dhdpcie_download_sig_file()
|
| H A D | dhd_sdio.c | 10455 while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, image))) { in dhdsdio_download_code_file() 10597 while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, image))) { in dhdsdio_download_ucode_file()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dbus.c | 636 len = dhd_os_get_image_block(nv_memblock, MAX_NVRAMBUF_SIZE, nv_image); in dbus_get_fw_nvram() 668 len = dhd_os_get_image_block((char*)memptr, memblock_size, fw_image); in dbus_get_fw_nvram() 692 } while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, fw_image))); in dbus_get_fw_nvram()
|
| H A D | dhd_common.c | 4778 len = dhd_os_get_image_block((char *)buf, file_len, image); in dhd_get_download_buffer() 4785 len = dhd_os_get_image_block((char *)buf, file_len, image); in dhd_get_download_buffer() 4875 chunk_len = dhd_os_get_image_block((char *)(new_buf + data_offset), in dhd_download_blob()
|
| H A D | dhd.h | 1578 extern int dhd_os_get_image_block(char * buf, int len, void * image);
|
| H A D | dhd_sdio.c | 9361 while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, image))) { in dhdsdio_download_code_file() 9492 while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, image))) { in dhdsdio_download_ucode_file() 9589 len = dhd_os_get_image_block(memblock, MAX_NVRAMBUF_SIZE, image); in dhdsdio_download_nvram()
|
| H A D | dhd_pcie.c | 1740 while ((len = dhd_os_get_image_block((char*)memptr, MEMBLOCK, imgbuf))) { in dhdpcie_download_code_file() 2059 if (len != dhd_os_get_image_block(buf, len, imgbuf)) { in dhdpcie_ramsize_read_image()
|
| H A D | dhd_config.c | 3349 len = dhd_os_get_image_block(memblock, MAXSZ_CONFIG, image); in dhd_conf_read_config()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dbus.c | 638 len = dhd_os_get_image_block(nv_memblock, MAX_NVRAMBUF_SIZE, nv_image); in dbus_get_fw_nvram() 670 len = dhd_os_get_image_block((char*)memptr, memblock_size, fw_image); in dbus_get_fw_nvram() 699 } while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, fw_image))); in dbus_get_fw_nvram()
|
| H A D | dhd_common.c | 7947 len = dhd_os_get_image_block((char *)buf, file_len, image); in dhd_get_download_buffer() 7954 len = dhd_os_get_image_block((char *)buf, file_len, image); in dhd_get_download_buffer() 8061 chunk_len = dhd_os_get_image_block((char *)(new_buf + data_offset), in dhd_download_blob() 9228 if (dhd_os_get_image_block(fwid_str, sizeof(fwid_str) - 1, file) <= 0) { in dhd_parse_logstrs_file() 10254 if (dhd_os_get_image_block(buf, FW_VER_STR_LEN - 1, file) < 0) { in dhd_print_fw_ver_from_file()
|
| H A D | dhd.h | 2665 #define dhd_os_get_image_block(a, b, c) wl_os_get_image_block(a, b, c) macro 2673 extern int dhd_os_get_image_block(char * buf, int len, void * image);
|
| H A D | dhd_pcie.c | 3677 ret = dhd_os_get_image_block((char *)&hdr, sizeof(hdr), fptr); in dhdpcie_hybridfw_get_next_block() 3795 ret = dhd_os_get_image_block((char *)&magic_num, sizeof(magic_num), fp); in dhdpcie_hybridfw_download() 3820 len = dhd_os_get_image_block(ptr, len, fp); in dhdpcie_hybridfw_download() 4239 while ((len = dhd_os_get_image_block((char*)memptr, MEMBLOCK, imgbuf))) in dhdpcie_download_code_file() 10988 len = dhd_os_get_image_block(srcbuf, srcsize, filep); in dhdpcie_download_sig_file()
|
| H A D | dhd_sdio.c | 10470 while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, image))) { in dhdsdio_download_code_file() 10612 while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, image))) { in dhdsdio_download_ucode_file()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_common.c | 5549 len = dhd_os_get_image_block((char *)buf, file_len, image); in dhd_get_download_buffer() 5619 chunk_len = dhd_os_get_image_block((char *)(new_buf + data_offset), in dhd_download_blob() 5873 if (dhd_os_get_image_block(fwid_str, sizeof(fwid_str) - 1, file) <= 0) { in dhd_parse_logstrs_file() 7661 if (dhd_os_get_image_block(buf, FW_VER_STR_LEN - 1, file) < 0) { in dhd_print_fw_ver_from_file()
|
| H A D | dhd.h | 2057 extern int dhd_os_get_image_block(char * buf, int len, void * image);
|
| H A D | dhd_sdio.c | 9602 while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, image))) { 9717 while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, image))) { 9809 len = dhd_os_get_image_block(memblock, MAX_NVRAMBUF_SIZE, image);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_common.c | 5569 len = dhd_os_get_image_block((char *)buf, file_len, image); in dhd_get_download_buffer() 5639 chunk_len = dhd_os_get_image_block((char *)(new_buf + data_offset), in dhd_download_blob() 5889 if (dhd_os_get_image_block(fwid_str, sizeof(fwid_str) - 1, file) <= 0) { in dhd_parse_logstrs_file() 7677 if (dhd_os_get_image_block(buf, FW_VER_STR_LEN - 1, file) < 0) { in dhd_print_fw_ver_from_file()
|
| H A D | dhd.h | 2055 extern int dhd_os_get_image_block(char * buf, int len, void * image);
|
| H A D | dhd_sdio.c | 9512 while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, image))) { 9627 while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, image))) { 9719 len = dhd_os_get_image_block(memblock, MAX_NVRAMBUF_SIZE, image);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_common.c | 5569 len = dhd_os_get_image_block((char *)buf, file_len, image); in dhd_get_download_buffer() 5639 chunk_len = dhd_os_get_image_block((char *)(new_buf + data_offset), in dhd_download_blob() 5889 if (dhd_os_get_image_block(fwid_str, sizeof(fwid_str) - 1, file) <= 0) { in dhd_parse_logstrs_file() 7677 if (dhd_os_get_image_block(buf, FW_VER_STR_LEN - 1, file) < 0) { in dhd_print_fw_ver_from_file()
|
| H A D | dhd.h | 2055 extern int dhd_os_get_image_block(char * buf, int len, void * image);
|
| H A D | dhd_sdio.c | 9508 while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, image))) { 9623 while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, image))) { 9715 len = dhd_os_get_image_block(memblock, MAX_NVRAMBUF_SIZE, image);
|