firmware 389 arch/x86/kernel/microcode_amd.c const struct firmware *firmware; firmware 395 arch/x86/kernel/microcode_amd.c ret = request_firmware(&firmware, fw_name, device); firmware 401 arch/x86/kernel/microcode_amd.c ret = generic_load_microcode(cpu, (void*)firmware->data, firmware->size, firmware 404 arch/x86/kernel/microcode_amd.c release_firmware(firmware); firmware 426 arch/x86/kernel/microcode_intel.c const struct firmware *firmware; firmware 433 arch/x86/kernel/microcode_intel.c ret = request_firmware(&firmware, name, device); firmware 439 arch/x86/kernel/microcode_intel.c ret = generic_load_microcode(cpu, (void*)firmware->data, firmware->size, firmware 442 arch/x86/kernel/microcode_intel.c release_firmware(firmware); firmware 58 include/linux/ihex.h const struct firmware *lfw; firmware 27 include/linux/isdn/capilli.h capiloaddatapart firmware; firmware 160 include/linux/module.h #define MODULE_FIRMWARE(_firmware) MODULE_INFO(firmware, _firmware) firmware 89 include/linux/tc.h char firmware[9]; firmware 175 include/sound/sb16_csp.h const struct firmware *csp_programs[CSP_PROGRAM_COUNT]; firmware 36 include/sound/vx_core.h struct firmware; firmware 111 include/sound/vx_core.h int (*load_dsp)(struct vx_core *chip, int idx, const struct firmware *fw); firmware 212 include/sound/vx_core.h const struct firmware *firmware[4]; /* loaded firmware data */ firmware 362 include/sound/ymfpci.h const struct firmware *dsp_microcode; firmware 363 include/sound/ymfpci.h const struct firmware *controller_microcode; firmware 25 samples/firmware_class/firmware_sample_driver.c memcpy(buf, firmware, size); firmware 33 samples/firmware_class/firmware_sample_driver.c const struct firmware *fw_entry; firmware 750 sound/drivers/vx/vx_core.c if (! chip->firmware[i]) firmware 752 sound/drivers/vx/vx_core.c err = chip->ops->load_dsp(chip, i, chip->firmware[i]); firmware 70 sound/drivers/vx/vx_hwdep.c const struct firmware *fw; firmware 86 sound/drivers/vx/vx_hwdep.c chip->firmware[i] = fw; firmware 116 sound/drivers/vx/vx_hwdep.c release_firmware(chip->firmware[i]); firmware 170 sound/drivers/vx/vx_hwdep.c struct firmware *fw; firmware 202 sound/drivers/vx/vx_hwdep.c vx->firmware[index] = fw; firmware 263 sound/drivers/vx/vx_hwdep.c free_fw(chip->firmware[i]); firmware 708 sound/isa/sb/sb16_csp.c const struct firmware *program; firmware 39 sound/isa/wavefront/wavefront_fx.c static const struct firmware yss225_registers_firmware = { firmware 258 sound/isa/wavefront/wavefront_fx.c const struct firmware *firmware = NULL; firmware 264 sound/isa/wavefront/wavefront_fx.c firmware = &yss225_registers_firmware; firmware 266 sound/isa/wavefront/wavefront_fx.c err = request_firmware(&firmware, "yamaha/yss225_registers.bin", firmware 274 sound/isa/wavefront/wavefront_fx.c for (i = 0; i + 1 < firmware->size; i += 2) { firmware 275 sound/isa/wavefront/wavefront_fx.c if (firmware->data[i] >= 8 && firmware->data[i] < 16) { firmware 276 sound/isa/wavefront/wavefront_fx.c outb(firmware->data[i + 1], firmware 277 sound/isa/wavefront/wavefront_fx.c dev->base + firmware->data[i]); firmware 278 sound/isa/wavefront/wavefront_fx.c } else if (firmware->data[i] == WAIT_IDLE) { firmware 296 sound/isa/wavefront/wavefront_fx.c release_firmware(firmware); firmware 1946 sound/isa/wavefront/wavefront_synth.c const struct firmware *firmware; firmware 1948 sound/isa/wavefront/wavefront_synth.c err = request_firmware(&firmware, path, dev->card->dev); firmware 1955 sound/isa/wavefront/wavefront_synth.c buf = firmware->data; firmware 1969 sound/isa/wavefront/wavefront_synth.c if (firmware->size < len + section_length) { firmware 2002 sound/isa/wavefront/wavefront_synth.c release_firmware(firmware); firmware 2006 sound/isa/wavefront/wavefront_synth.c release_firmware(firmware); firmware 62 sound/pci/echoaudio/darla20.c static const struct firmware card_fw[] = { firmware 66 sound/pci/echoaudio/darla24.c static const struct firmware card_fw[] = { firmware 78 sound/pci/echoaudio/echo3g.c static const struct firmware card_fw[] = { firmware 442 sound/pci/echoaudio/echoaudio.h const struct firmware *dsp_code_to_load;/* DSP code to load */ firmware 443 sound/pci/echoaudio/echoaudio.h const struct firmware *asic_code; /* Current ASIC code */ firmware 181 sound/pci/echoaudio/echoaudio_dsp.c const struct firmware *fw; firmware 232 sound/pci/echoaudio/echoaudio_dsp.c const struct firmware *fw; firmware 474 sound/pci/echoaudio/echoaudio_dsp.c const struct firmware *fw; firmware 66 sound/pci/echoaudio/gina20.c static const struct firmware card_fw[] = { firmware 80 sound/pci/echoaudio/gina24.c static const struct firmware card_fw[] = { firmware 128 sound/pci/echoaudio/gina24_dsp.c const struct firmware *fw; firmware 66 sound/pci/echoaudio/indigo.c static const struct firmware card_fw[] = { firmware 66 sound/pci/echoaudio/indigodj.c static const struct firmware card_fw[] = { firmware 67 sound/pci/echoaudio/indigoio.c static const struct firmware card_fw[] = { firmware 74 sound/pci/echoaudio/layla20.c static const struct firmware card_fw[] = { firmware 82 sound/pci/echoaudio/layla24.c static const struct firmware card_fw[] = { firmware 338 sound/pci/echoaudio/layla24_dsp.c const struct firmware *asic; firmware 74 sound/pci/echoaudio/mia.c static const struct firmware card_fw[] = { firmware 84 sound/pci/echoaudio/mona.c static const struct firmware card_fw[] = { firmware 123 sound/pci/echoaudio/mona_dsp.c const struct firmware *asic; firmware 168 sound/pci/echoaudio/mona_dsp.c const struct firmware *asic; firmware 203 sound/pci/echoaudio/mona_dsp.c const struct firmware *asic; firmware 667 sound/pci/emu10k1/emu10k1_main.c const struct firmware *fw_entry; firmware 2163 sound/pci/korg1212/korg1212.c const struct firmware *dsp_code; firmware 857 sound/pci/maestro3.c const struct firmware *assp_kernel_image; firmware 858 sound/pci/maestro3.c const struct firmware *assp_minisrc_image; firmware 556 sound/pci/mixart/mixart_hwdep.c const struct firmware *fw_entry; firmware 613 sound/pci/mixart/mixart_hwdep.c struct firmware fw; firmware 26 sound/pci/pcxhr/pcxhr_core.h struct firmware; firmware 342 sound/pci/pcxhr/pcxhr_hwdep.c const struct firmware *fw_entry; firmware 391 sound/pci/pcxhr/pcxhr_hwdep.c struct firmware fw; firmware 421 sound/pci/riptide/riptide.c struct riptide_firmware firmware; firmware 430 sound/pci/riptide/riptide.c const struct firmware *fw_entry; firmware 457 sound/pci/riptide/riptide.c union firmware_version firmware; firmware 676 sound/pci/riptide/riptide.c .firmware = { firmware 1214 sound/pci/riptide/riptide.c union firmware_version firmware; firmware 1258 sound/pci/riptide/riptide.c firmware.ret.retwords[i] = rptr.retwords[i]; firmware 1262 sound/pci/riptide/riptide.c firmware.firmware.ASIC, firmware.firmware.CODEC, firmware 1263 sound/pci/riptide/riptide.c firmware.firmware.AUXDSP, firmware.firmware.PROG); firmware 1269 sound/pci/riptide/riptide.c firmware.ret.retwords[i]) firmware 1340 sound/pci/riptide/riptide.c chip->firmware.ret.retwords[i] = firmware 1341 sound/pci/riptide/riptide.c firmware.ret.retwords[i]; firmware 1959 sound/pci/riptide/riptide.c chip->firmware.firmware.ASIC, firmware 1960 sound/pci/riptide/riptide.c chip->firmware.firmware.CODEC, firmware 1961 sound/pci/riptide/riptide.c chip->firmware.firmware.AUXDSP, firmware 1962 sound/pci/riptide/riptide.c chip->firmware.firmware.PROG); firmware 4639 sound/pci/rme9652/hdsp.c struct hdsp_firmware __user *firmware; firmware 4651 sound/pci/rme9652/hdsp.c firmware = (struct hdsp_firmware __user *)argp; firmware 4653 sound/pci/rme9652/hdsp.c if (get_user(firmware_data, &firmware->firmware_data)) firmware 4887 sound/pci/rme9652/hdsp.c const struct firmware *fw; firmware 563 sound/sh/aica.c const struct firmware *fw_entry;