Home
last modified time | relevance | path

Searched refs:dhd_os_get_image_block (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddbus.c637 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 Ddhd_common.c7952 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 Ddhd.h2660 #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 Ddhd_pcie.c3670 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 Ddhd_sdio.c10455 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 Ddbus.c636 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 Ddhd_common.c4778 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 Ddhd.h1578 extern int dhd_os_get_image_block(char * buf, int len, void * image);
H A Ddhd_sdio.c9361 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 Ddhd_pcie.c1740 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 Ddhd_config.c3349 len = dhd_os_get_image_block(memblock, MAXSZ_CONFIG, image); in dhd_conf_read_config()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddbus.c638 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 Ddhd_common.c7947 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 Ddhd.h2665 #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 Ddhd_pcie.c3677 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 Ddhd_sdio.c10470 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 Ddhd_common.c5549 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 Ddhd.h2057 extern int dhd_os_get_image_block(char * buf, int len, void * image);
H A Ddhd_sdio.c9602 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 Ddhd_common.c5569 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 Ddhd.h2055 extern int dhd_os_get_image_block(char * buf, int len, void * image);
H A Ddhd_sdio.c9512 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 Ddhd_common.c5569 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 Ddhd.h2055 extern int dhd_os_get_image_block(char * buf, int len, void * image);
H A Ddhd_sdio.c9508 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);

12