Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fastboot/
H A Dfb_common.c152 void fastboot_set_progress_callback(void (*progress)(const char *msg)) in fastboot_set_progress_callback() function
168 fastboot_set_progress_callback(NULL); in fastboot_init()
/openbmc/u-boot/include/
H A Dfastboot.h92 void fastboot_set_progress_callback(void (*progress)(const char *msg));
/openbmc/u-boot/net/
H A Dfastboot.c313 fastboot_set_progress_callback(fastboot_timed_send_info); in fastboot_start_server()