Lines Matching refs:fw
182 const struct firmware *fw; in load_asic_generic() local
187 err = get_firmware(&fw, chip, asic); in load_asic_generic()
193 code = (u8 *)fw->data; in load_asic_generic()
194 size = fw->size; in load_asic_generic()
209 free_firmware(fw, chip); in load_asic_generic()
214 free_firmware(fw, chip); in load_asic_generic()
233 const struct firmware *fw; in install_resident_loader() local
250 i = get_firmware(&fw, chip, FW_361_LOADER); in install_resident_loader()
268 code = (u16 *)fw->data; in install_resident_loader()
324 free_firmware(fw, chip); in install_resident_loader()
328 free_firmware(fw, chip); in install_resident_loader()
490 const struct firmware *fw; in load_firmware() local
504 err = get_firmware(&fw, chip, chip->dsp_code_to_load); in load_firmware()
507 err = load_dsp(chip, (u16 *)fw->data); in load_firmware()
508 free_firmware(fw, chip); in load_firmware()