Home
last modified time | relevance | path

Searched refs:fw_index (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/sound/pci/echoaudio/
Dechoaudio.c32 struct echoaudio *chip, const short fw_index) in get_firmware() argument
37 if (chip->fw_cache[fw_index]) { in get_firmware()
40 card_fw[fw_index].data); in get_firmware()
41 *fw_entry = chip->fw_cache[fw_index]; in get_firmware()
46 "firmware requested: %s\n", card_fw[fw_index].data); in get_firmware()
47 snprintf(name, sizeof(name), "ea/%s", card_fw[fw_index].data); in get_firmware()
53 chip->fw_cache[fw_index] = *fw_entry; in get_firmware()
Dechoaudio.h441 struct echoaudio *chip, const short fw_index);
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ucode.c344 uint32_t fw_index; in amdgpu_ucode_print_psp_hdr() local
413 for (fw_index = 0; fw_index < le32_to_cpu(psp_hdr_v2_0->psp_fw_bin_count); fw_index++) { in amdgpu_ucode_print_psp_hdr()
414 desc = &(psp_hdr_v2_0->psp_fw_bin[fw_index]); in amdgpu_ucode_print_psp_hdr()
Damdgpu_psp.c3429 int fw_index, fw_bin_count, start_index = 0; in psp_init_sos_microcode() local
3505 for (fw_index = start_index; fw_index < fw_bin_count; fw_index++) { in psp_init_sos_microcode()
3506 err = parse_sos_bin_descriptor(psp, fw_bin + fw_index, in psp_init_sos_microcode()
/linux-6.12.1/drivers/scsi/
Dqla1280.c500 int fw_index; /* index into qla1280_fw_tbl for firmware */ member
538 {.name = "QLA12160", .numPorts = 2, .fw_index = 2},
539 {.name = "QLA1040" , .numPorts = 1, .fw_index = 0},
540 {.name = "QLA1080" , .numPorts = 1, .fw_index = 1},
541 {.name = "QLA1240" , .numPorts = 2, .fw_index = 1},
542 {.name = "QLA1280" , .numPorts = 2, .fw_index = 1},
543 {.name = "QLA10160", .numPorts = 1, .fw_index = 2},
544 {.name = " ", .numPorts = 0, .fw_index = -1},
1500 index = ql1280_board_tbl[ha->devnum].fw_index; in qla1280_request_firmware()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/
Diwl-drv.c62 int fw_index; /* firmware we're trying to load */ member
243 drv->fw_index = cfg->ucode_api_max; in iwl_request_firmware()
245 drv->fw_index--; in iwl_request_firmware()
247 if (drv->fw_index < cfg->ucode_api_min) { in iwl_request_firmware()
266 fw_name_pre, drv->fw_index); in iwl_request_firmware()