Searched refs:ucode_raw (Results 1 – 1 of 1) sorted by relevance
311 static void iwl_req_fw_callback(const struct firmware *ucode_raw,603 const struct firmware *ucode_raw, in iwl_parse_v1_v2_firmware() argument606 const struct iwl_ucode_header *ucode = (const void *)ucode_raw->data; in iwl_parse_v1_v2_firmware()617 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()636 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()669 if (ucode_raw->size != hdr_size + in iwl_parse_v1_v2_firmware()677 (int)ucode_raw->size); in iwl_parse_v1_v2_firmware()799 const struct firmware *ucode_raw, in iwl_parse_tlv_firmware() argument804 const struct iwl_tlv_ucode_header *ucode = (const void *)ucode_raw->data; in iwl_parse_tlv_firmware()806 size_t len = ucode_raw->size; in iwl_parse_tlv_firmware()[all …]