Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c63 int fw_index; /* firmware we're trying to load */ member
350 drv->fw_index = ucode_api_max; in iwl_request_firmware()
351 else if (drv->fw_index == ENCODE_CORE_AS_API(100)) in iwl_request_firmware()
352 drv->fw_index = 102; /* last API-scheme number below core 100 */ in iwl_request_firmware()
354 drv->fw_index--; in iwl_request_firmware()
356 if (drv->fw_index < ucode_api_min) { in iwl_request_firmware()
378 fw_name_pre, FW_API_ARG(drv->fw_index)); in iwl_request_firmware()
1668 if (iwl_api_is_core_number(drv->fw_index)) in iwl_req_fw_callback()
/linux/sound/pci/echoaudio/
H A Dechoaudio.c33 struct echoaudio *chip, const short fw_index) in get_firmware() argument
38 if (chip->fw_cache[fw_index]) { in get_firmware()
41 card_fw[fw_index].data); in get_firmware()
42 *fw_entry = chip->fw_cache[fw_index]; in get_firmware()
47 "firmware requested: %s\n", card_fw[fw_index].data); in get_firmware()
48 snprintf(name, sizeof(name), "ea/%s", card_fw[fw_index].data); in get_firmware()
54 chip->fw_cache[fw_index] = *fw_entry; in get_firmware()
H A Dechoaudio.h426 struct echoaudio *chip, const short fw_index);
/linux/drivers/scsi/
H A Dqla1280.c502 int fw_index; /* index into qla1280_fw_tbl for firmware */ member
540 {.name = "QLA12160", .numPorts = 2, .fw_index = 2},
541 {.name = "QLA1040" , .numPorts = 1, .fw_index = 0},
542 {.name = "QLA1080" , .numPorts = 1, .fw_index = 1},
543 {.name = "QLA1240" , .numPorts = 2, .fw_index = 1},
544 {.name = "QLA1280" , .numPorts = 2, .fw_index = 1},
545 {.name = "QLA10160", .numPorts = 1, .fw_index = 2},
546 {.name = " ", .numPorts = 0, .fw_index = -1},
1502 index = ql1280_board_tbl[ha->devnum].fw_index; in qla1280_request_firmware()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c3687 int fw_index, fw_bin_count, start_index = 0; in psp_init_sos_microcode() local
3768 for (fw_index = start_index; fw_index < fw_bin_count; fw_index++) { in psp_init_sos_microcode()
3769 err = parse_sos_bin_descriptor(psp, fw_bin + fw_index, in psp_init_sos_microcode()