Home
last modified time | relevance | path

Searched refs:ucode_raw (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/
Diwl-drv.c212 static void iwl_req_fw_callback(const struct firmware *ucode_raw,
509 const struct firmware *ucode_raw, in iwl_parse_v1_v2_firmware() argument
512 struct iwl_ucode_header *ucode = (void *)ucode_raw->data; in iwl_parse_v1_v2_firmware()
523 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()
542 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()
575 if (ucode_raw->size != hdr_size + in iwl_parse_v1_v2_firmware()
583 (int)ucode_raw->size); in iwl_parse_v1_v2_firmware()
610 const struct firmware *ucode_raw, in iwl_parse_tlv_firmware() argument
615 struct iwl_tlv_ucode_header *ucode = (void *)ucode_raw->data; in iwl_parse_tlv_firmware()
617 size_t len = ucode_raw->size; in iwl_parse_tlv_firmware()
[all …]
/Linux-v5.10/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c1824 const struct firmware *ucode_raw; in il3945_read_ucode() local
1838 ret = request_firmware(&ucode_raw, buf, &il->pci_dev->dev); in il3945_read_ucode()
1852 "(%zd bytes) from disk\n", buf, ucode_raw->size); in il3945_read_ucode()
1861 if (ucode_raw->size < il3945_ucode_get_header_size(1)) { in il3945_read_ucode()
1868 ucode = (struct il_ucode_header *)ucode_raw->data; in il3945_read_ucode()
1914 if (ucode_raw->size != in il3945_read_ucode()
1919 ucode_raw->size); in il3945_read_ucode()
2035 release_firmware(ucode_raw); in il3945_read_ucode()
2044 release_firmware(ucode_raw); in il3945_read_ucode()
D4965-mac.c4663 static void il4965_ucode_callback(const struct firmware *ucode_raw,
4701 il4965_load_firmware(struct il_priv *il, const struct firmware *ucode_raw, in il4965_load_firmware() argument
4704 struct il_ucode_header *ucode = (void *)ucode_raw->data; in il4965_load_firmware()
4717 if (ucode_raw->size < hdr_size) { in il4965_load_firmware()
4731 if (ucode_raw->size != in il4965_load_firmware()
4736 (int)ucode_raw->size); in il4965_load_firmware()
4761 il4965_ucode_callback(const struct firmware *ucode_raw, void *context) in il4965_ucode_callback() argument
4776 if (!ucode_raw) { in il4965_ucode_callback()
4784 ucode_raw->size); in il4965_ucode_callback()
4787 if (ucode_raw->size < 4) { in il4965_ucode_callback()
[all …]