Searched refs:ucode_raw (Results 1 – 1 of 1) sorted by relevance
312 static void iwl_req_fw_callback(const struct firmware *ucode_raw,614 const struct firmware *ucode_raw, in iwl_parse_v1_v2_firmware() argument617 const struct iwl_ucode_header *ucode = (const void *)ucode_raw->data; in iwl_parse_v1_v2_firmware()628 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()647 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()680 if (ucode_raw->size != hdr_size + in iwl_parse_v1_v2_firmware()688 (int)ucode_raw->size); in iwl_parse_v1_v2_firmware()810 const struct firmware *ucode_raw, in iwl_parse_tlv_firmware() argument815 const struct iwl_tlv_ucode_header *ucode = (const void *)ucode_raw->data; in iwl_parse_tlv_firmware()817 size_t len = ucode_raw->size; in iwl_parse_tlv_firmware()[all …]