Home
last modified time | relevance | path

Searched refs:image_data (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-flash.c288 list = opal_vmalloc_to_sg_list(image_data.data, image_data.size); in opal_flash_update()
371 addr = image_data.data; in free_image_buf()
378 vfree(image_data.data); in free_image_buf()
379 image_data.data = NULL; in free_image_buf()
380 image_data.status = IMAGE_INVALID; in free_image_buf()
409 image_data.data = vzalloc(PAGE_ALIGN(image_data.size)); in alloc_image_buf()
410 if (!image_data.data) { in alloc_image_buf()
416 addr = image_data.data; in alloc_image_buf()
424 image_data.status = IMAGE_LOADING; in alloc_image_buf()
445 if (image_data.data) in image_data_write()
[all …]
/openbmc/u-boot/lib/libavb/
H A Davb_descriptor.c22 bool avb_descriptor_foreach(const uint8_t* image_data, in avb_descriptor_foreach() argument
33 if (image_data == NULL) { in avb_descriptor_foreach()
49 if (avb_memcmp(image_data, AVB_MAGIC, AVB_MAGIC_LEN) != 0) { in avb_descriptor_foreach()
55 avb_assert_aligned(image_data); in avb_descriptor_foreach()
56 header = (const AvbVBMetaImageHeader*)image_data; in avb_descriptor_foreach()
57 image_end = image_data + image_size; in avb_descriptor_foreach()
59 desc_start = image_data + sizeof(AvbVBMetaImageHeader) + in avb_descriptor_foreach()
65 if (desc_start < image_data || desc_start > image_end || in avb_descriptor_foreach()
118 const AvbDescriptor** avb_descriptor_get_all(const uint8_t* image_data, in avb_descriptor_get_all() argument
125 image_data, image_size, count_descriptors, &num_descriptors); in avb_descriptor_get_all()
[all …]
H A Davb_property_descriptor.c88 const char* avb_property_lookup(const uint8_t* image_data, in avb_property_lookup() argument
103 image_data, image_size, property_lookup_desc_foreach, &data) == 0) { in avb_property_lookup()
116 bool avb_property_lookup_uint64(const uint8_t* image_data, in avb_property_lookup_uint64() argument
127 value = avb_property_lookup(image_data, image_size, key, key_size, NULL); in avb_property_lookup_uint64()
H A Davb_property_descriptor.h64 const char* avb_property_lookup(const uint8_t* image_data,
77 bool avb_property_lookup_uint64(const uint8_t* image_data,
H A Davb_descriptor.h84 bool avb_descriptor_foreach(const uint8_t* image_data,
103 const AvbDescriptor** avb_descriptor_get_all(const uint8_t* image_data,
/openbmc/u-boot/common/
H A Dimage-fdt.c269 ulong image_start, image_data, image_end; in boot_get_fdt() local
362 image_data = (ulong)image_get_data(fdt_hdr); in boot_get_fdt()
369 load == image_data) { in boot_get_fdt()
380 image_data, load); in boot_get_fdt()
383 (void *)image_data, in boot_get_fdt()
/openbmc/openbmc-test-automation/extended/
H A Dtest_bmc_upload_stability.robot55 ${image_data}= OperatingSystem.Get Binary File dummyfile
61 ${data}= Create Dictionary data=${image_data}
/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c1272 const u8 *image_data; in typhoon_request_firmware() local
1288 image_data = typhoon_fw->data; in typhoon_request_firmware()
1293 fHdr = (struct typhoon_file_header *) image_data; in typhoon_request_firmware()
1298 image_data += sizeof(struct typhoon_file_header); in typhoon_request_firmware()
1305 sHdr = (struct typhoon_section_header *) image_data; in typhoon_request_firmware()
1312 image_data += section_len; in typhoon_request_firmware()
1332 const u8 *image_data; in typhoon_download_firmware() local
1346 image_data = typhoon_fw->data; in typhoon_download_firmware()
1347 fHdr = (struct typhoon_file_header *) image_data; in typhoon_download_firmware()
1391 image_data += sizeof(struct typhoon_file_header); in typhoon_download_firmware()
[all …]
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_redfish_image_upload.robot144 ${image_data}= OperatingSystem.Get Binary File ${image_file_path}
149 ... data=${image_data}
/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils.robot174 ${image_data}= OperatingSystem.Get Binary File ${image_file_path}
178 ... Upload Image To BMC ${uri} timeout=${240} data=${image_data}
225 ${image_data}= OperatingSystem.Get Binary File ${image_file_path}
228 ... Upload Image To BMC /upload/image timeout=${90} data=${image_data}
H A Dos_utilities.robot144 ${image_data}= OperatingSystem.Get Binary File dummyfile
150 ${data}= Create Dictionary data ${image_data}
/openbmc/linux/drivers/input/mouse/
H A Dcyapa_gen3.c700 const u8 *image_data) in cyapa_gen3_write_blocks() argument
708 const u8 *data = &image_data[addr]; in cyapa_gen3_write_blocks()
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_connections.robot394 ${image_data}= OperatingSystem.Get Binary File 100-file
397 ${kwargs}= Create Dictionary data=${image_data}
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_savearea_management.robot431 ${image_data}= OperatingSystem.Get Binary File ${path}${conf_file}
434 ${kwargs}= Create Dictionary data=${image_data}
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch44683 + int pitch; /* pitch of image_data array in bytes */
44684 + int size; /* number of bytes available in image_data array…
44685 + void *image_data; /* pixel data */
46508 + geo.height_y = ((intptr_t)img.extra.uv.u - (intptr_t)img.image_data) / stripe_w;
46561 + geo.height_y = ((intptr_t)img.extra.uv.u - (intptr_t)img.image_data) / stripe_w;
46609 + geo.height_y = ((intptr_t)img.extra.uv.u - (intptr_t)img.image_data) / stripe_w;