Home
last modified time | relevance | path

Searched refs:img_type (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dsdk.py124 img_type = d.getVar('IMAGE_PKGTYPE')
126 cls = importlib.import_module('oe.package_manager.' + img_type)
132 img_type = d.getVar('IMAGE_PKGTYPE')
134 cls = importlib.import_module('oe.package_manager.' + img_type + '.sdk')
H A Drootfs.py402 img_type = d.getVar('IMAGE_PKGTYPE')
403 cls = get_class_for_type(img_type)
409 img_type = d.getVar('IMAGE_PKGTYPE')
411 cls = get_class_for_type(img_type)
425 img_type = d.getVar('IMAGE_PKGTYPE')
428 cls = importlib.import_module('oe.package_manager.' + img_type)
/openbmc/u-boot/common/
H A Dimage.c1311 static void fit_loadable_process(uint8_t img_type, in fit_loadable_process() argument
1323 if (fit_loadable_handler->type == img_type) in fit_loadable_process()
1346 uint8_t img_type; in boot_get_loadable() local
1393 &img_type); in boot_get_loadable()
1399 fit_loadable_process(img_type, img_data, img_len); in boot_get_loadable()
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_flash.c734 if (i != ch->img_type) { in verify_fi()
740 switch (ch->img_type) { in verify_fi()
754 switch (ch->img_type) { in verify_fi()
1478 ch->img_type = j; in esas2r_fm_api()
H A Datioctl.h86 u8 img_type; member
H A Desas2r_ioctl.c1352 if (ioctl->data.fwrw.img_type == FW_IMG_FM_API) { in esas2r_ioctl_handler()
1367 } else if (ioctl->data.fwrw.img_type == FW_IMG_FS_API) { in esas2r_ioctl_handler()
H A Desas2r.h411 u8 img_type; member
/openbmc/linux/drivers/bluetooth/
H A Dbtintel.c481 switch (version->img_type) { in btintel_version_info_tlv()
518 bt_dev_err(hdev, "Unsupported image type(%02x)", version->img_type); in btintel_version_info_tlv()
574 version->img_type = tlv->val[0]; in btintel_parse_version_tlv()
1160 if (ver->img_type == 0x03) in btintel_download_fw_tlv()
2159 if (ver->img_type == 0x03) { in btintel_prepare_fw_download_tlv()
2547 if (ver->img_type == 0x03) in btintel_bootloader_setup_tlv()
H A Dbtintel.h59 u8 img_type; member
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c2629 int i = 0, img_type = 0; in is_comp_in_ufi() local
2637 img_type = le32_to_cpu(fsec_g2->fsec_entry[i].type); in is_comp_in_ufi()
2639 img_type = le32_to_cpu(fsec->fsec_entry[i].type); in is_comp_in_ufi()
2641 if (img_type == type) in is_comp_in_ufi()
2822 if (!is_comp_in_ufi(adapter, fsec, pflashcomp[i].img_type)) in be_flash_BEx()
2862 pflashcomp[i].img_type); in be_flash_BEx()
2871 u32 img_type = le32_to_cpu(fsec_entry.type); in be_get_img_optype() local
2877 switch (img_type) { in be_get_img_optype()
2929 u32 img_offset, img_size, img_type; in be_flash_skyhawk() local
2945 img_type = le32_to_cpu(fsec->fsec_entry[i].type); in be_flash_skyhawk()
[all …]
H A Dbe_cmds.h1346 int img_type; member