Searched refs:ucode_raw (Results 1 – 1 of 1) sorted by relevance
295 static void iwl_req_fw_callback(const struct firmware *ucode_raw,597 const struct firmware *ucode_raw, in iwl_parse_v1_v2_firmware() argument600 const struct iwl_ucode_header *ucode = (const void *)ucode_raw->data; in iwl_parse_v1_v2_firmware()611 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()630 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()663 if (ucode_raw->size != hdr_size + in iwl_parse_v1_v2_firmware()671 (int)ucode_raw->size); in iwl_parse_v1_v2_firmware()793 const struct firmware *ucode_raw, in iwl_parse_tlv_firmware() argument798 const struct iwl_tlv_ucode_header *ucode = (const void *)ucode_raw->data; in iwl_parse_tlv_firmware()800 size_t len = ucode_raw->size; in iwl_parse_tlv_firmware()[all …]