Home
last modified time | relevance | path

Searched refs:memimage (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/staging/wlags49_h2/
Ddhf.h202 } memimage; typedef
212 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);
Ddhf.c153 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()
Dap_h2.c3328 memimage fw_image = {
Dap_h25.c4085 memimage fw_image = {
Dsta_h2.c4471 memimage fw_image = {
Dsta_h25.c5246 memimage fw_image = {
Dwl_main.c408 extern memimage ap; // AP firmware image to be downloaded
413 extern memimage fw_image; // firmware image to be downloaded
1106 hcf_status = dhf_download_binary( (memimage *)cp ); in wl_go()
1109 hcf_status = dhf_download_fw( &lp->hcfCtx, (memimage *)cp ); in wl_go()