Home
last modified time | relevance | path

Searched refs:fastboot_response (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/fastboot/
H A Dfb_common.c39 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 Dfb_getvar.c92 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 Dfb_command.c181 fastboot_response("DATA", response, "%s", cmd_parameter); in download()
/openbmc/u-boot/include/
H A Dfastboot.h50 void fastboot_response(const char *tag, char *response,
/openbmc/u-boot/net/
H A Dfastboot.c73 fastboot_response("INFO", response, "%s", msg); in fastboot_udp_send_info()