Searched refs:fastboot_response (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/fastboot/ |
H A D | fb_common.c | 39 void fastboot_response(const char *tag, char *response, in fastboot_response() function 62 fastboot_response("FAIL", response, "%s", reason); in fastboot_fail() 74 fastboot_response("OKAY", response, "%s", reason); in fastboot_okay() 76 fastboot_response("OKAY", response, NULL); in fastboot_okay()
|
H A D | fb_getvar.c | 92 fastboot_response("OKAY", response, "0x%08x", fastboot_buf_size); in getvar_downloadsize() 182 fastboot_response("OKAY", response, "0x%016zx", size); in getvar_partition_size() 214 fastboot_response("OKAY", response, "%s", s); in fastboot_getvar()
|
H A D | fb_command.c | 181 fastboot_response("DATA", response, "%s", cmd_parameter); in download()
|
/openbmc/u-boot/include/ |
H A D | fastboot.h | 50 void fastboot_response(const char *tag, char *response,
|
/openbmc/u-boot/net/ |
H A D | fastboot.c | 73 fastboot_response("INFO", response, "%s", msg); in fastboot_udp_send_info()
|