Home
last modified time | relevance | path

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

/u-boot/examples/standalone/
A Dhello_world.c17 printf ("Actual U-Boot ABI version %d\n", (int)get_version()); in hello_world()
A Datmel_df_pow2.c123 if (XF_VERSION != get_version()) { in atmel_df_pow2()
125 printf("Actual U-Boot ABI version %lu\n", get_version()); in atmel_df_pow2()
A Dsmc91111_eeprom.c45 if (XF_VERSION != (int) get_version ()) { in smc91111_eeprom()
48 (int) get_version ()); in smc91111_eeprom()
/u-boot/common/
A Dexports.c15 unsigned long get_version(void) in get_version() function
/u-boot/include/
A D_exports.h10 EXPORT_FUNC(get_version, unsigned long, get_version, void)
A Dexports.h29 unsigned long get_version(void);
A Dtee.h190 void (*get_version)(struct udevice *dev, struct tee_version_data *vers); member
/u-boot/drivers/tee/
A Dtee-uclass.c31 tee_get_ops(dev)->get_version(dev, vers); in tee_get_version()
168 tee_get_ops(dev)->get_version(dev, v); in tee_find_device()
A Dsandbox.c504 .get_version = sandbox_tee_get_version,
/u-boot/doc/
A DREADME.standalone39 U-Boot. To facilitate this, a get_version() function is exported
46 if (get_version () != XF_VERSION)
/u-boot/drivers/tee/optee/
A Dcore.c498 .get_version = optee_get_version,

Completed in 17 milliseconds