| /openbmc/qemu/include/system/ |
| H A D | tpm.h | 44 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 D | atmel_df_pow2.c | 122 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 D | hello_world.c | 17 printf ("Actual U-Boot ABI version %d\n", (int)get_version()); in hello_world()
|
| H A D | smc911x_eeprom.c | 326 if (XF_VERSION != get_version()) { in smc911x_eeprom() 328 printf("Actual U-Boot ABI version %lu\n", get_version()); in smc911x_eeprom()
|
| H A D | smc91111_eeprom.c | 44 if (XF_VERSION != (int) get_version ()) { in smc91111_eeprom() 47 (int) get_version ()); in smc91111_eeprom()
|
| /openbmc/u-boot/include/ |
| H A D | _exports.h | 10 EXPORT_FUNC(get_version, unsigned long, get_version, void)
|
| H A D | exports.h | 12 unsigned long get_version(void);
|
| H A D | tee.h | 185 void (*get_version)(struct udevice *dev, struct tee_version_data *vers); member
|
| /openbmc/u-boot/common/ |
| H A D | exports.c | 12 unsigned long get_version(void) in get_version() function
|
| /openbmc/phosphor-psu-code-mgmt/vendor-example/ |
| H A D | meson.build | 26 examples = ['get_version', 'get_latest_version']
|
| /openbmc/u-boot/drivers/tee/ |
| H A D | tee-uclass.c | 29 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 D | sandbox.c | 289 .get_version = sandbox_tee_get_version,
|
| /openbmc/qemu/hw/tpm/ |
| H A D | tpm_tis_sysbus.c | 138 tc->get_version = tpm_tis_sysbus_get_tpm_version; in tpm_tis_sysbus_class_init()
|
| H A D | tpm_tis_isa.c | 181 tc->get_version = tpm_tis_isa_get_tpm_version; in tpm_tis_isa_class_init()
|
| H A D | tpm_crb.c | 328 tc->get_version = tpm_crb_get_version; in tpm_crb_class_init()
|
| H A D | tpm_spapr.c | 408 tc->get_version = tpm_spapr_get_version; in tpm_spapr_class_init()
|
| H A D | tpm_tis_i2c.c | 547 tc->get_version = tpm_tis_i2c_get_tpm_version; in tpm_tis_i2c_class_init()
|
| /openbmc/u-boot/doc/ |
| H A D | README.standalone | 39 U-Boot. To facilitate this, a get_version() function is exported 46 if (get_version () != XF_VERSION)
|
| /openbmc/phosphor-psu-code-mgmt/ |
| H A D | meson.options | 47 # get_version <some-psu-path>
|
| /openbmc/qemu/roms/ |
| H A D | edk2-build.py | 56 def get_version(cfg, silent = False): function 89 version = get_version(cfg, silent)
|
| /openbmc/u-boot/drivers/tee/optee/ |
| H A D | core.c | 495 .get_version = optee_get_version,
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
| H A D | 0001-Update-Versioneer-to-0.22.patch | 808 - `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(),
|