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
118 return fastboot_progress_callback; in fastboot_get_progress_callback()
202 fastboot_progress_callback = progress; in fastboot_set_progress_callback()
A Dfb_mmc.c140 if (fastboot_progress_callback) in fb_mmc_blk_write()
141 fastboot_progress_callback("writing"); in fb_mmc_blk_write()
145 if (fastboot_progress_callback) in fb_mmc_blk_write()
146 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 6 milliseconds