Searched refs:get_version (Results 1 – 11 of 11) sorted by relevance
/u-boot/examples/standalone/ |
A D | hello_world.c | 17 printf ("Actual U-Boot ABI version %d\n", (int)get_version()); in hello_world()
|
A D | atmel_df_pow2.c | 123 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 D | smc91111_eeprom.c | 45 if (XF_VERSION != (int) get_version ()) { in smc91111_eeprom() 48 (int) get_version ()); in smc91111_eeprom()
|
/u-boot/common/ |
A D | exports.c | 15 unsigned long get_version(void) in get_version() function
|
/u-boot/include/ |
A D | _exports.h | 10 EXPORT_FUNC(get_version, unsigned long, get_version, void)
|
A D | exports.h | 29 unsigned long get_version(void);
|
A D | tee.h | 190 void (*get_version)(struct udevice *dev, struct tee_version_data *vers); member
|
/u-boot/drivers/tee/ |
A D | tee-uclass.c | 31 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 D | sandbox.c | 504 .get_version = sandbox_tee_get_version,
|
/u-boot/doc/ |
A D | README.standalone | 39 U-Boot. To facilitate this, a get_version() function is exported 46 if (get_version () != XF_VERSION)
|
/u-boot/drivers/tee/optee/ |
A D | core.c | 498 .get_version = optee_get_version,
|
Completed in 17 milliseconds