Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pcie.c1916 unsigned char *p_dlarray = NULL; in dhdpcie_download_code_array() local
1927 p_dlarray = rtecdc_fw_arr; in dhdpcie_download_code_array()
1930 p_dlarray = dlarray; in dhdpcie_download_code_array()
1938 if ((p_dlarray == 0) || (dlarray_size == 0) ||(dlarray_size > bus->ramsize) || in dhdpcie_download_code_array()
1958 memcpy(memptr, (p_dlarray + downloded_len), len); in dhdpcie_download_code_array()
2010 if (memcmp(p_dlarray, ularray, dlarray_size)) { in dhdpcie_download_code_array()
2016 if (memcmp(p_dlarray, ularray, dlarray_size)) { in dhdpcie_download_code_array()
2139 unsigned char *p_dlarray = NULL; in dhdpcie_ramsize_adj() local
2143 p_dlarray = dlarray; in dhdpcie_ramsize_adj()
2149 if ((p_dlarray == 0) || (dlarray_size == 0) || (p_dlimagename == 0) || in dhdpcie_ramsize_adj()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pcie.c302 struct dhd_bus *bus, unsigned char **p_dlarray,
4508 struct dhd_bus *bus, unsigned char **p_dlarray, in select_fd_image() argument
4533 *p_dlarray = chip_dl_image_array[image_index].dlarray; in select_fd_image()
4539 *p_dlarray = 0; in select_fd_image()
4555 unsigned char *p_dlarray = NULL; in dhdpcie_download_code_array() local
4566 p_dlarray = rtecdc_fw_arr; in dhdpcie_download_code_array()
4570 p_dlarray = dlarray; in dhdpcie_download_code_array()
4576 select_fd_image(bus, &p_dlarray, &p_dlimagename, &p_dlimagever, in dhdpcie_download_code_array()
4582 if ((p_dlarray == 0) || (dlarray_size == 0) ||(dlarray_size > bus->ramsize) || in dhdpcie_download_code_array()
4602 memcpy(memptr, (p_dlarray + downloded_len), len); in dhdpcie_download_code_array()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pcie.c302 struct dhd_bus *bus, unsigned char **p_dlarray,
4501 struct dhd_bus *bus, unsigned char **p_dlarray, in select_fd_image() argument
4526 *p_dlarray = chip_dl_image_array[image_index].dlarray; in select_fd_image()
4532 *p_dlarray = 0; in select_fd_image()
4548 unsigned char *p_dlarray = NULL; in dhdpcie_download_code_array() local
4559 p_dlarray = rtecdc_fw_arr; in dhdpcie_download_code_array()
4563 p_dlarray = dlarray; in dhdpcie_download_code_array()
4569 select_fd_image(bus, &p_dlarray, &p_dlimagename, &p_dlimagever, in dhdpcie_download_code_array()
4575 if ((p_dlarray == 0) || (dlarray_size == 0) ||(dlarray_size > bus->ramsize) || in dhdpcie_download_code_array()
4595 memcpy(memptr, (p_dlarray + downloded_len), len); in dhdpcie_download_code_array()
[all …]