Searched refs:fastboot_response (Results 1 – 3 of 3) sorted by relevance
| /drivers/fastboot/ |
| A D | fb_common.c | 42 void fastboot_response(const char *tag, char *response, in fastboot_response() function 65 fastboot_response("FAIL", response, "%s", reason); in fastboot_fail() 77 fastboot_response("OKAY", response, "%s", reason); in fastboot_okay() 79 fastboot_response("OKAY", response, NULL); in fastboot_okay()
|
| A D | fb_getvar.c | 152 fastboot_response("OKAY", response, "0x%08x", fastboot_buf_size); in getvar_downloadsize() 253 fastboot_response("OKAY", response, "0x%016zx", size); in getvar_partition_size() 283 fastboot_response("INFO", response, "%s: %s", in fastboot_getvar_all() 291 fastboot_response("OKAY", response, NULL); in fastboot_getvar_all() 314 fastboot_response(FASTBOOT_MULTIRESPONSE_START, response, NULL); in fastboot_getvar() 326 fastboot_response("OKAY", response, "%s", s); in fastboot_getvar()
|
| A D | fb_command.c | 186 fastboot_response("INFO", response, "%s", buf); in fastboot_multiresponse() 254 fastboot_response("DATA", response, "%s", cmd_parameter); in download() 557 fastboot_response(FASTBOOT_MULTIRESPONSE_START, response, NULL); in oem_console()
|
Completed in 11 milliseconds