Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/
Diwl-drv.c210 static void iwl_req_fw_callback(const struct firmware *ucode_raw,
497 const struct firmware *ucode_raw, in iwl_parse_v1_v2_firmware() argument
500 struct iwl_ucode_header *ucode = (void *)ucode_raw->data; in iwl_parse_v1_v2_firmware()
511 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()
530 if (ucode_raw->size < hdr_size) { in iwl_parse_v1_v2_firmware()
563 if (ucode_raw->size != hdr_size + in iwl_parse_v1_v2_firmware()
571 (int)ucode_raw->size); in iwl_parse_v1_v2_firmware()
598 const struct firmware *ucode_raw, in iwl_parse_tlv_firmware() argument
603 struct iwl_tlv_ucode_header *ucode = (void *)ucode_raw->data; in iwl_parse_tlv_firmware()
605 size_t len = ucode_raw->size; in iwl_parse_tlv_firmware()
[all …]
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c1825 const struct firmware *ucode_raw; in il3945_read_ucode() local
1839 ret = request_firmware(&ucode_raw, buf, &il->pci_dev->dev); in il3945_read_ucode()
1853 "(%zd bytes) from disk\n", buf, ucode_raw->size); in il3945_read_ucode()
1862 if (ucode_raw->size < il3945_ucode_get_header_size(1)) { in il3945_read_ucode()
1869 ucode = (struct il_ucode_header *)ucode_raw->data; in il3945_read_ucode()
1915 if (ucode_raw->size != in il3945_read_ucode()
1920 ucode_raw->size); in il3945_read_ucode()
2036 release_firmware(ucode_raw); in il3945_read_ucode()
2045 release_firmware(ucode_raw); in il3945_read_ucode()
D4965-mac.c4667 static void il4965_ucode_callback(const struct firmware *ucode_raw,
4705 il4965_load_firmware(struct il_priv *il, const struct firmware *ucode_raw, in il4965_load_firmware() argument
4708 struct il_ucode_header *ucode = (void *)ucode_raw->data; in il4965_load_firmware()
4721 if (ucode_raw->size < hdr_size) { in il4965_load_firmware()
4735 if (ucode_raw->size != in il4965_load_firmware()
4740 (int)ucode_raw->size); in il4965_load_firmware()
4765 il4965_ucode_callback(const struct firmware *ucode_raw, void *context) in il4965_ucode_callback() argument
4780 if (!ucode_raw) { in il4965_ucode_callback()
4788 ucode_raw->size); in il4965_ucode_callback()
4791 if (ucode_raw->size < 4) { in il4965_ucode_callback()
[all …]