Home
last modified time | relevance | path

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

/external/u-boot/drivers/fastboot/
Dfb_common.c41 void fastboot_response(const char *tag, char *response, in fastboot_response() function
64 fastboot_response("FAIL", response, "%s", reason); in fastboot_fail()
76 fastboot_response("OKAY", response, "%s", reason); in fastboot_okay()
78 fastboot_response("OKAY", response, NULL); in fastboot_okay()
Dfb_getvar.c139 fastboot_response("OKAY", response, "0x%08x", fastboot_buf_size); in getvar_downloadsize()
244 fastboot_response("OKAY", response, "0x%016zx", size); in getvar_partition_size()
281 fastboot_response("OKAY", response, "%s", s); in fastboot_getvar()
Dfb_command.c183 fastboot_response("DATA", response, "%s", cmd_parameter); in download()
/external/u-boot/include/
Dfastboot.h50 void fastboot_response(const char *tag, char *response,
/external/u-boot/net/
Dfastboot.c73 fastboot_response("INFO", response, "%s", msg); in fastboot_udp_send_info()