Searched refs:ucode_raw (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/drivers/net/wireless/iwlwifi/ | 
| D | iwl-drv.c | 207 static void iwl_req_fw_callback(const struct firmware *ucode_raw, 454 				    const struct firmware *ucode_raw,  in iwl_parse_v1_v2_firmware()  argument 457 	struct iwl_ucode_header *ucode = (void *)ucode_raw->data;  in iwl_parse_v1_v2_firmware() 468 		if (ucode_raw->size < hdr_size) {  in iwl_parse_v1_v2_firmware() 487 		if (ucode_raw->size < hdr_size) {  in iwl_parse_v1_v2_firmware() 522 	if (ucode_raw->size != hdr_size +  in iwl_parse_v1_v2_firmware() 530 			(int)ucode_raw->size);  in iwl_parse_v1_v2_firmware() 555 				const struct firmware *ucode_raw,  in iwl_parse_tlv_firmware()  argument 559 	struct iwl_tlv_ucode_header *ucode = (void *)ucode_raw->data;  in iwl_parse_tlv_firmware() 561 	size_t len = ucode_raw->size;  in iwl_parse_tlv_firmware() [all …] 
 | 
| /linux-4.1.27/drivers/net/wireless/iwlegacy/ | 
| D | 3945-mac.c | 1848 	const struct firmware *ucode_raw;  in il3945_read_ucode()  local 1862 		ret = request_firmware(&ucode_raw, buf, &il->pci_dev->dev);  in il3945_read_ucode() 1876 			       "(%zd bytes) from disk\n", buf, ucode_raw->size);  in il3945_read_ucode() 1885 	if (ucode_raw->size < il3945_ucode_get_header_size(1)) {  in il3945_read_ucode() 1892 	ucode = (struct il_ucode_header *)ucode_raw->data;  in il3945_read_ucode() 1938 	if (ucode_raw->size !=  in il3945_read_ucode() 1943 		       ucode_raw->size);  in il3945_read_ucode() 2059 	release_firmware(ucode_raw);  in il3945_read_ucode() 2068 	release_firmware(ucode_raw);  in il3945_read_ucode()
  | 
| D | 4965-mac.c | 4684 static void il4965_ucode_callback(const struct firmware *ucode_raw, 4722 il4965_load_firmware(struct il_priv *il, const struct firmware *ucode_raw,  in il4965_load_firmware()  argument 4725 	struct il_ucode_header *ucode = (void *)ucode_raw->data;  in il4965_load_firmware() 4738 		if (ucode_raw->size < hdr_size) {  in il4965_load_firmware() 4752 	if (ucode_raw->size !=  in il4965_load_firmware() 4757 		       (int)ucode_raw->size);  in il4965_load_firmware() 4782 il4965_ucode_callback(const struct firmware *ucode_raw, void *context)  in il4965_ucode_callback()  argument 4798 	if (!ucode_raw) {  in il4965_ucode_callback() 4806 	       ucode_raw->size);  in il4965_ucode_callback() 4809 	if (ucode_raw->size < 4) {  in il4965_ucode_callback() [all …] 
 |