Home
last modified time | relevance | path

Searched refs:fastboot_handle_command (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/
Dfastboot.h122 int fastboot_handle_command(char *cmd_string, char *response);
/external/u-boot/drivers/fastboot/
Dfb_command.c99 int fastboot_handle_command(char *cmd_string, char *response) in fastboot_handle_command() function
/external/u-boot/net/
Dfastboot.c186 cmd = fastboot_handle_command(command, response); in fastboot_send()
/external/u-boot/drivers/usb/gadget/
Df_fastboot.c430 cmd = fastboot_handle_command(cmdbuf, response); in rx_handler_command()