Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-drv.c210 static void iwl_req_fw_callback(const struct firmware *ucode_raw,
502 const struct firmware *ucode_raw, in iwl_parse_v1_v2_firmware() argument
505 struct iwl_ucode_header *ucode = (void *)ucode_raw->data; in iwl_parse_v1_v2_firmware()
516 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()
535 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()
568 if (ucode_raw->size != hdr_size + in iwl_parse_v1_v2_firmware()
576 (int)ucode_raw->size); in iwl_parse_v1_v2_firmware()
601 const struct firmware *ucode_raw, in iwl_parse_tlv_firmware() argument
606 struct iwl_tlv_ucode_header *ucode = (void *)ucode_raw->data; in iwl_parse_tlv_firmware()
608 size_t len = ucode_raw->size; in iwl_parse_tlv_firmware()
[all …]
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c1841 const struct firmware *ucode_raw; in il3945_read_ucode() local
1855 ret = request_firmware(&ucode_raw, buf, &il->pci_dev->dev); in il3945_read_ucode()
1869 "(%zd bytes) from disk\n", buf, ucode_raw->size); in il3945_read_ucode()
1878 if (ucode_raw->size < il3945_ucode_get_header_size(1)) { in il3945_read_ucode()
1885 ucode = (struct il_ucode_header *)ucode_raw->data; in il3945_read_ucode()
1931 if (ucode_raw->size != in il3945_read_ucode()
1936 ucode_raw->size); in il3945_read_ucode()
2052 release_firmware(ucode_raw); in il3945_read_ucode()
2061 release_firmware(ucode_raw); in il3945_read_ucode()
D4965-mac.c4683 static void il4965_ucode_callback(const struct firmware *ucode_raw,
4721 il4965_load_firmware(struct il_priv *il, const struct firmware *ucode_raw, in il4965_load_firmware() argument
4724 struct il_ucode_header *ucode = (void *)ucode_raw->data; in il4965_load_firmware()
4737 if (ucode_raw->size < hdr_size) { in il4965_load_firmware()
4751 if (ucode_raw->size != in il4965_load_firmware()
4756 (int)ucode_raw->size); in il4965_load_firmware()
4781 il4965_ucode_callback(const struct firmware *ucode_raw, void *context) in il4965_ucode_callback() argument
4796 if (!ucode_raw) { in il4965_ucode_callback()
4804 ucode_raw->size); in il4965_ucode_callback()
4807 if (ucode_raw->size < 4) { in il4965_ucode_callback()
[all …]