Searched refs:fw_index (Results 1 – 3 of 3) sorted by relevance
63 int fw_index; /* firmware we're trying to load */ member351 drv->fw_index = ucode_api_max; in iwl_request_firmware()352 else if (drv->fw_index == ENCODE_CORE_AS_API(100)) in iwl_request_firmware()353 drv->fw_index = 102; /* last API-scheme number below core 100 */ in iwl_request_firmware()355 drv->fw_index--; in iwl_request_firmware()357 if (drv->fw_index < ucode_api_min) { in iwl_request_firmware()379 fw_name_pre, FW_API_ARG(drv->fw_index)); in iwl_request_firmware()1715 if (iwl_api_is_core_number(drv->fw_index)) in iwl_req_fw_callback()
33 struct echoaudio *chip, const short fw_index) in get_firmware() argument38 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()
426 struct echoaudio *chip, const short fw_index);