Home
last modified time | relevance | path

Searched refs:FASTBOOT_RESPONSE_LEN (Results 1 – 6 of 6) sorted by relevance

/u-boot/drivers/fastboot/
A Dfb_common.c47 strlcpy(response, tag, FASTBOOT_RESPONSE_LEN); in fastboot_response()
51 FASTBOOT_RESPONSE_LEN - strlen(response) - 1, in fastboot_response()
A Dfb_getvar.c275 char envstr[FASTBOOT_RESPONSE_LEN]; in fastboot_getvar()
/u-boot/include/
A Dfastboot.h19 #define FASTBOOT_RESPONSE_LEN (64 + 1) macro
/u-boot/net/
A Dfastboot.c59 char response[FASTBOOT_RESPONSE_LEN] = {0}; in fastboot_udp_send_info()
132 char response[FASTBOOT_RESPONSE_LEN] = {0}; in fastboot_send()
/u-boot/test/dm/
A Dfastboot.c21 char response[FASTBOOT_RESPONSE_LEN] = {0}; in dm_test_fastboot_mmc_part()
/u-boot/drivers/usb/gadget/
A Df_fastboot.c452 char response[FASTBOOT_RESPONSE_LEN] = {0}; in rx_handler_dl_image()
512 char response[FASTBOOT_RESPONSE_LEN] = {0}; in rx_handler_command()

Completed in 6 milliseconds