Searched refs:ucode_raw (Results 1 – 1 of 1) sorted by relevance
240 static void iwl_req_fw_callback(const struct firmware *ucode_raw,514 const struct firmware *ucode_raw, in iwl_parse_v1_v2_firmware() argument517 const struct iwl_ucode_header *ucode = (const void *)ucode_raw->data; in iwl_parse_v1_v2_firmware()528 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()547 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()580 if (ucode_raw->size != hdr_size + in iwl_parse_v1_v2_firmware()588 (int)ucode_raw->size); in iwl_parse_v1_v2_firmware()710 const struct firmware *ucode_raw, in iwl_parse_tlv_firmware() argument715 const struct iwl_tlv_ucode_header *ucode = (const void *)ucode_raw->data; in iwl_parse_tlv_firmware()717 size_t len = ucode_raw->size; in iwl_parse_tlv_firmware()[all …]