ucode_data         81 drivers/crypto/cavium/nitrox/nitrox_main.c 			      u64 *ucode_data, int block_num)
ucode_data        108 drivers/crypto/cavium/nitrox/nitrox_main.c 		data = ucode_data[i];
ucode_data        124 drivers/crypto/cavium/nitrox/nitrox_main.c 	u64 *ucode_data;
ucode_data        150 drivers/crypto/cavium/nitrox/nitrox_main.c 	ucode_data = ucode->code;
ucode_data        157 drivers/crypto/cavium/nitrox/nitrox_main.c 	write_to_ucd_unit(ndev, ucode_size, ucode_data, 0);
ucode_data        201 drivers/crypto/cavium/nitrox/nitrox_main.c 	ucode_data = ucode->code;
ucode_data        208 drivers/crypto/cavium/nitrox/nitrox_main.c 	write_to_ucd_unit(ndev, ucode_size, ucode_data, 2);
ucode_data        260 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c 		kfree(img->base.ucode_data);
ucode_data        456 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c 				      _img->ucode_data, _img->ucode_size);
ucode_data        585 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c 		kfree(img->ucode_data);
ucode_data        129 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r367.c 		kfree(img->base.ucode_data);
ucode_data        308 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r367.c 				      _img->ucode_data, _img->ucode_size);
ucode_data        100 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/ls_ucode.h 	u8 *ucode_data;
ucode_data        127 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/ls_ucode_gr.c 	img->ucode_data = ls_ucode_img_build(bl, code, data,
ucode_data        129 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/ls_ucode_gr.c 	if (IS_ERR(img->ucode_data)) {
ucode_data        131 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/ls_ucode_gr.c 		ret = PTR_ERR(img->ucode_data);
ucode_data         52 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/ls_ucode_msgqueue.c 	img->ucode_data = kmemdup(image->data, image->size, GFP_KERNEL);
ucode_data         54 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/ls_ucode_msgqueue.c 	if (!img->ucode_data)
ucode_data        487 drivers/gpu/drm/radeon/rv770_smc.c 	const u8 *ucode_data;
ucode_data        588 drivers/gpu/drm/radeon/rv770_smc.c 	ucode_data = (const u8 *)rdev->smc_fw->data;
ucode_data        590 drivers/gpu/drm/radeon/rv770_smc.c 				      ucode_data, ucode_size, limit);
ucode_data       1652 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	il_free_fw_desc(il->pci_dev, &il->ucode_data);
ucode_data       1965 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	il->ucode_data.len = data_size;
ucode_data       1966 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	il_alloc_fw_desc(il->pci_dev, &il->ucode_data);
ucode_data       1971 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	if (!il->ucode_code.v_addr || !il->ucode_data.v_addr ||
ucode_data       2011 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	memcpy(il->ucode_data.v_addr, src, len);
ucode_data       2074 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	il_wr_prph(il, BSM_DRAM_DATA_BYTECOUNT_REG, il->ucode_data.len);
ucode_data       2362 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	if (!il->ucode_data_backup.v_addr || !il->ucode_data.v_addr) {
ucode_data       2398 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	memcpy(il->ucode_data_backup.v_addr, il->ucode_data.v_addr,
ucode_data       2399 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	       il->ucode_data.len);
ucode_data       4654 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	il_free_fw_desc(il->pci_dev, &il->ucode_data);
ucode_data       4884 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	il->ucode_data.len = pieces.data_size;
ucode_data       4885 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	il_alloc_fw_desc(il->pci_dev, &il->ucode_data);
ucode_data       4890 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	if (!il->ucode_code.v_addr || !il->ucode_data.v_addr ||
ucode_data       4935 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	memcpy(il->ucode_data.v_addr, pieces.data, pieces.data_size);
ucode_data       5521 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	if (!il->ucode_data_backup.v_addr || !il->ucode_data.v_addr) {
ucode_data       5579 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	memcpy(il->ucode_data_backup.v_addr, il->ucode_data.v_addr,
ucode_data       5580 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	       il->ucode_data.len);
ucode_data        427 drivers/net/wireless/intel/iwlegacy/4965.c 	il_wr_prph(il, BSM_DRAM_DATA_BYTECOUNT_REG, il->ucode_data.len);
ucode_data       1200 drivers/net/wireless/intel/iwlegacy/common.h 	struct fw_desc ucode_data;	/* runtime data original */
ucode_data        322 drivers/net/wireless/intel/iwlegacy/debug.c 			il->dbgfs_sram_len = il->ucode_data.len;