Home
last modified time | relevance | path

Searched refs:image_type (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dtest-remote-image90 def __init__(self, image_type): argument
91 self.image_type = image_type
128 def __init__(self, image_type): argument
129 super(AutoTargetProfile, self).__init__(image_type)
130 self.image_name = get_bb_var('IMAGE_LINK_NAME', target=image_type)
131 self.kernel_type = get_bb_var('KERNEL_IMAGETYPE', target=image_type)
272 def runTestimageBuild(self, image_type): argument
273 log.info("Running the runtime tests for %s.." % image_type)
275 result = bitbake("%s -c testimage" % image_type, ignore_status=True, postconfig=postconfig)
276 …testimage_results = ftools.read_file(os.path.join(get_bb_var("T", image_type), "log.do_testimage"))
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Ddell_rbu.c65 static char image_type[MAX_IMAGE_LENGTH + 1] = "mono"; variable
66 module_param_string(image_type, image_type, sizeof (image_type), 0);
67 MODULE_PARM_DESC(image_type, "BIOS image type. choose- mono or packet or init");
485 if (!strcmp(image_type, "mono")) in data_read()
487 else if (!strcmp(image_type, "packet")) in data_read()
508 if (!strcmp(image_type, "mono")) { in callbackfn_rbu()
512 } else if (!strcmp(image_type, "packet")) { in callbackfn_rbu()
538 size = scnprintf(buffer, count, "%s\n", image_type); in image_type_read()
562 strcpy(image_type, "mono"); in image_type_write()
564 strcpy(image_type, "packet"); in image_type_write()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/cpia2/
H A Dcpia2_core.c1154 int image_type; in config_sensor_410() local
1179 image_type = VIDEOSIZE_QCIF; in config_sensor_410()
1183 image_type = VIDEOSIZE_QVGA; in config_sensor_410()
1187 image_type = VIDEOSIZE_CIF; in config_sensor_410()
1199 if (image_type == VIDEOSIZE_CIF) { in config_sensor_410()
1210 if (image_type == VIDEOSIZE_QCIF) { in config_sensor_410()
1240 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410()
1249 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410()
1255 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410()
1261 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dfitimage.py45 image_type = "core-image-minimal"
49 "fitImage-its-%s-%s-%s" % (image_type, machine, machine))
51 "fitImage-%s-%s-%s" % (image_type, machine, machine))
126 image_type = "core-image-minimal"
455 image_type = "core-image-minimal"
609 image_type = "core-image-minimal"
753 image_type = get_bb_var('INITRAMFS_IMAGE')
757 "fitImage-its-%s-%s-%s" % (image_type, machine, machine))
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c1573 uint8_t image_type; in fit_image_check_type() local
1575 if (fit_image_get_type(fit, noffset, &image_type)) in fit_image_check_type()
1577 return (type == image_type); in fit_image_check_type()
2028 int arch, int image_type, int image_index, int bootstage_id, in fit_image_load_index() argument
2051 prop_name = fit_get_image_type_property(image_type); in fit_image_load_index()
2086 if (image_type == IH_TYPE_KERNEL) { in fit_image_load_index()
2160 if (image_type == IH_TYPE_FLATDT && in fit_image_load_index()
2167 type_ok = fit_image_check_type(fit, noffset, image_type) || in fit_image_load_index()
2169 (image_type == IH_TYPE_KERNEL && in fit_image_load_index()
2172 os_ok = image_type == IH_TYPE_FLATDT || in fit_image_load_index()
[all …]
H A Dbootm.c1008 uint8_t image_type; in bootm_host_load_image() local
1021 if (fit_image_get_type(fit, noffset, &image_type)) { in bootm_host_load_image()
1033 ret = bootm_decomp_image(imape_comp, 0, data, image_type, load_buf, in bootm_host_load_image()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Ddell_rbu.rst50 /sys/devices/platform/dell_rbu/image_type
64 parameter image_type=packet. This can also be changed later as below::
66 echo packet > /sys/devices/platform/dell_rbu/image_type
107 Also echoing either mono, packet or init in to image_type will free up the
115 echo init > /sys/devices/platform/dell_rbu/image_type
117 .. note:: echoing init in image_type does not change its original value.
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Defi-bgrt.c55 if (bgrt->image_type != 0) { in efi_bgrt_init()
57 bgrt->image_type); in efi_bgrt_init()
/OK3568_Linux_fs/u-boot/tools/
H A Dimagetool.c16 INIT_SECTION(image_type); in imagetool_get_type()
38 INIT_SECTION(image_type); in imagetool_verify_print_header()
H A Drkcommon.c493 uint8_t image_type; in rkcommon_print_header() local
520 image_type = ret; in rkcommon_print_header()
525 (image_type == IH_TYPE_RKSD) ? "SD/MMC" : "SPI"); in rkcommon_print_header()
H A Dimagetool.h306 static struct image_type_params *SECTION(image_type) __used \
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dperf.c292 uint32_t image_type; in perf_write() local
309 if (copy_from_user(&image_type, buf, sizeof(uint32_t))) in perf_write()
313 interface_type = (image_type >> 16) & 0xffff; in perf_write()
314 test = (image_type & 0xffff); in perf_write()
/OK3568_Linux_fs/kernel/drivers/scsi/esas2r/
H A Desas2r_flash.c536 memcpy(a->image_type, fi->rel_version, in fw_download_proc()
1134 strcpy(a->image_type, "BIOS"); in esas2r_read_image_type()
1148 strcpy(a->image_type, "EFI 32-bit"); in esas2r_read_image_type()
1152 strcpy(a->image_type, "EFI itanium"); in esas2r_read_image_type()
1156 strcpy(a->image_type, "EFI 64-bit"); in esas2r_read_image_type()
1160 strcpy(a->image_type, "EFI EBC"); in esas2r_read_image_type()
1181 strcpy(a->image_type, "no boot images"); in esas2r_read_image_type()
1471 memcpy(fi->rel_version, a->image_type, in esas2r_fm_api()
H A Desas2r.h382 u16 image_type; member
899 char image_type[16]; member
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Disoimage-isohybrid.py158 image_type = get_bitbake_var("INITRAMFS_FSTYPES")
159 if not image_type:
164 pattern = '%s/%s*%s.%s' % (initrd_dir, image_name, machine, image_type)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dpcir.h10 u8 image_type; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dimage.c53 image->type = pcir.image_type; in nvbios_imagen()
H A Dpcir.c65 info->image_type = nvbios_rd08(bios, data + 0x14); in nvbios_pcirTp()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dbgrt.c28 BGRT_SHOW(type, image_type);
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddbg-tlv.h225 __le32 image_type; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_selftest.c126 if (image_att.image_type == NVM_TYPE_MDUMP) in qed_selftest_nvram()
H A Dqed_main.c2335 u32 image_type; in qed_nvm_flash_image_access() local
2340 image_type = **data; in qed_nvm_flash_image_access()
2343 if (image_type == p_hwfn->nvm_info.image_att[i].image_type) in qed_nvm_flash_image_access()
2347 image_type); in qed_nvm_flash_image_access()
2356 **data, image_type, nvm_image.start_addr, in qed_nvm_flash_image_access()
/OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/
H A Dusing.rst58 poky-glibc-host_system-image_type-arch-toolchain-release_version.sh
65 image_type is the image for which the SDK was built:
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/
H A Derror-dump.h392 __le32 image_type; member
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h663 int arch, int image_type, int bootstage_id,
668 int arch, int image_type, int image_index, int bootstage_id,

12