Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fastboot/
H A Dfb_common.c44 strlcpy(response, tag, FASTBOOT_RESPONSE_LEN); in fastboot_response()
48 FASTBOOT_RESPONSE_LEN - strlen(response) - 1, in fastboot_response()
H A Dfb_getvar.c207 char envstr[FASTBOOT_RESPONSE_LEN]; in fastboot_getvar()
/openbmc/u-boot/include/
H A Dfastboot.h19 #define FASTBOOT_RESPONSE_LEN (64 + 1) macro
/openbmc/u-boot/net/
H A Dfastboot.c58 char response[FASTBOOT_RESPONSE_LEN] = {0}; in fastboot_udp_send_info()
131 char response[FASTBOOT_RESPONSE_LEN] = {0}; in fastboot_send()
/openbmc/u-boot/drivers/usb/gadget/
H A Df_fastboot.c374 char response[FASTBOOT_RESPONSE_LEN] = {0}; in rx_handler_dl_image()
422 char response[FASTBOOT_RESPONSE_LEN] = {0}; in rx_handler_command()