Home
last modified time | relevance | path

Searched refs:fastboot_progress_callback (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/fastboot/
A Dfb_common.c33 void (*fastboot_progress_callback)(const char *msg); variable
117 return fastboot_progress_callback; in fastboot_get_progress_callback()
170 fastboot_progress_callback = progress; in fastboot_set_progress_callback()
A Dfb_mmc.c146 if (fastboot_progress_callback) in fb_mmc_blk_write()
147 fastboot_progress_callback("writing"); in fb_mmc_blk_write()
151 if (fastboot_progress_callback) in fb_mmc_blk_write()
152 fastboot_progress_callback("erasing"); in fb_mmc_blk_write()
/u-boot/include/
A Dfastboot-internal.h19 extern void (*fastboot_progress_callback)(const char *msg);

Completed in 5 milliseconds