Searched refs:ucode_raw (Results 1 – 2 of 2) sorted by relevance
293 static void iwl_req_fw_callback(const struct firmware *ucode_raw,582 const struct firmware *ucode_raw, in iwl_parse_v1_v2_firmware() argument585 const struct iwl_ucode_header *ucode = (const void *)ucode_raw->data; in iwl_parse_v1_v2_firmware()596 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()615 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()648 if (ucode_raw->size != hdr_size + in iwl_parse_v1_v2_firmware()656 (int)ucode_raw->size); in iwl_parse_v1_v2_firmware()778 const struct firmware *ucode_raw, in iwl_parse_tlv_firmware() argument783 const struct iwl_tlv_ucode_header *ucode = (const void *)ucode_raw->data; in iwl_parse_tlv_firmware()785 size_t len = ucode_raw->size; in iwl_parse_tlv_firmware()[all …]
4659 static void il4965_ucode_callback(const struct firmware *ucode_raw,4697 il4965_load_firmware(struct il_priv *il, const struct firmware *ucode_raw, in il4965_load_firmware() argument4700 struct il_ucode_header *ucode = (void *)ucode_raw->data; in il4965_load_firmware()4713 if (ucode_raw->size < hdr_size) { in il4965_load_firmware()4727 if (ucode_raw->size != in il4965_load_firmware()4732 (int)ucode_raw->size); in il4965_load_firmware()4757 il4965_ucode_callback(const struct firmware *ucode_raw, void *context) in il4965_ucode_callback() argument4772 if (!ucode_raw) { in il4965_ucode_callback()4780 ucode_raw->size); in il4965_ucode_callback()4783 if (ucode_raw->size < 4) { in il4965_ucode_callback()[all …]