Searched refs:memimage (Results 1 – 7 of 7) sorted by relevance
202 } memimage; typedef212 EXTERN_C int dhf_download_fw(void *ifbp, memimage *fw); /* ifbp, ignored when using the UIL */213 EXTERN_C int dhf_download_binary(memimage *fw);
153 static int check_comp_fw(memimage *fw);174 check_comp_fw(memimage *fw) in check_comp_fw()260 dhf_download_binary(memimage *fw) in dhf_download_binary()343 dhf_download_fw(void *ifbp, memimage *fw) in dhf_download_fw()
3328 memimage fw_image = {
4085 memimage fw_image = {
4471 memimage fw_image = {
5246 memimage fw_image = {
408 extern memimage ap; // AP firmware image to be downloaded413 extern memimage fw_image; // firmware image to be downloaded1106 hcf_status = dhf_download_binary( (memimage *)cp ); in wl_go()1109 hcf_status = dhf_download_fw( &lp->hcfCtx, (memimage *)cp ); in wl_go()