Home
last modified time | relevance | path

Searched refs:get_version (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/include/system/
H A Dtpm.h44 enum TPMVersion (*get_version)(TPMIf *obj); member
78 return TPM_IF_GET_CLASS(ti)->get_version(ti); in tpm_get_version()
/openbmc/u-boot/examples/standalone/
H A Datmel_df_pow2.c122 if (XF_VERSION != get_version()) { in atmel_df_pow2()
124 printf("Actual U-Boot ABI version %lu\n", get_version()); in atmel_df_pow2()
H A Dhello_world.c17 printf ("Actual U-Boot ABI version %d\n", (int)get_version()); in hello_world()
H A Dsmc911x_eeprom.c326 if (XF_VERSION != get_version()) { in smc911x_eeprom()
328 printf("Actual U-Boot ABI version %lu\n", get_version()); in smc911x_eeprom()
H A Dsmc91111_eeprom.c44 if (XF_VERSION != (int) get_version ()) { in smc91111_eeprom()
47 (int) get_version ()); in smc91111_eeprom()
/openbmc/u-boot/include/
H A D_exports.h10 EXPORT_FUNC(get_version, unsigned long, get_version, void)
H A Dexports.h12 unsigned long get_version(void);
H A Dtee.h185 void (*get_version)(struct udevice *dev, struct tee_version_data *vers); member
/openbmc/u-boot/common/
H A Dexports.c12 unsigned long get_version(void) in get_version() function
/openbmc/phosphor-psu-code-mgmt/vendor-example/
H A Dmeson.build26 examples = ['get_version', 'get_latest_version']
/openbmc/u-boot/drivers/tee/
H A Dtee-uclass.c29 tee_get_ops(dev)->get_version(dev, vers); in tee_get_version()
166 tee_get_ops(dev)->get_version(dev, v); in tee_find_device()
H A Dsandbox.c289 .get_version = sandbox_tee_get_version,
/openbmc/qemu/hw/tpm/
H A Dtpm_tis_sysbus.c138 tc->get_version = tpm_tis_sysbus_get_tpm_version; in tpm_tis_sysbus_class_init()
H A Dtpm_tis_isa.c181 tc->get_version = tpm_tis_isa_get_tpm_version; in tpm_tis_isa_class_init()
H A Dtpm_crb.c328 tc->get_version = tpm_crb_get_version; in tpm_crb_class_init()
H A Dtpm_spapr.c408 tc->get_version = tpm_spapr_get_version; in tpm_spapr_class_init()
H A Dtpm_tis_i2c.c547 tc->get_version = tpm_tis_i2c_get_tpm_version; in tpm_tis_i2c_class_init()
/openbmc/u-boot/doc/
H A DREADME.standalone39 U-Boot. To facilitate this, a get_version() function is exported
46 if (get_version () != XF_VERSION)
/openbmc/phosphor-psu-code-mgmt/
H A Dmeson.options47 # get_version <some-psu-path>
/openbmc/qemu/roms/
H A Dedk2-build.py56 def get_version(cfg, silent = False): function
89 version = get_version(cfg, silent)
/openbmc/u-boot/drivers/tee/optee/
H A Dcore.c495 .get_version = optee_get_version,
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch808 - `versioneer.get_version()` into your script file. See
861 - version=versioneer.get_version(),
2271 def get_version():
2272 @@ -1473,8 +1752,12 @@ def get_version():
2368 + # "version": versioneer.get_version().split("+", 1)[0], # FILEVERSION
2369 + # "product_version": versioneer.get_version(),