Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dsplash_source.c308 struct image_header *img_header; in splash_load_fit() local
318 img_header = (struct image_header *)bmp_load_addr; in splash_load_fit()
319 if (image_get_magic(img_header) != FDT_MAGIC) { in splash_load_fit()
324 fit_size = fdt_totalsize(img_header); in splash_load_fit()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c1144 struct icp_qat_suof_img_hdr img_header; in qat_uclo_tail_img() local
1147 memcpy(&img_header, &suof_img_hdr[num_simgs - 1], in qat_uclo_tail_img()
1151 memcpy(&suof_img_hdr[img_id], &img_header, in qat_uclo_tail_img()
1165 struct icp_qat_suof_img_hdr img_header; in qat_uclo_map_suof() local
1184 sizeof(img_header), in qat_uclo_map_suof()
/openbmc/linux/drivers/usb/serial/
H A Dio_ti.c804 struct ti_i2c_image_header *img_header; in build_i2c_fw_hdr() local
839 img_header = (struct ti_i2c_image_header *)&fw->data[4]; in build_i2c_fw_hdr()
843 le16_to_cpu(img_header->Length)); in build_i2c_fw_hdr()