Home
last modified time | relevance | path

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

/external/u-boot/drivers/fastboot/
Dfb_common.c30 void (*fastboot_progress_callback)(const char *msg); variable
101 return fastboot_progress_callback; in fastboot_get_progress_callback()
154 fastboot_progress_callback = progress; in fastboot_set_progress_callback()
Dfb_mmc.c69 if (fastboot_progress_callback) in fb_mmc_blk_write()
70 fastboot_progress_callback("writing"); in fb_mmc_blk_write()
74 if (fastboot_progress_callback) in fb_mmc_blk_write()
75 fastboot_progress_callback("erasing"); in fb_mmc_blk_write()
/external/u-boot/include/
Dfastboot-internal.h19 extern void (*fastboot_progress_callback)(const char *msg);