Home
last modified time | relevance | path

Searched refs:cmd_string (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/fastboot/
A Dfb_command.c145 int fastboot_handle_command(char *cmd_string, char *response) in fastboot_handle_command() argument
150 cmd_parameter = cmd_string; in fastboot_handle_command()
154 if (!strcmp(commands[i].command, cmd_string)) { in fastboot_handle_command()
165 pr_err("command %s not recognized.\n", cmd_string); in fastboot_handle_command()
/u-boot/include/
A Dfastboot.h144 int fastboot_handle_command(char *cmd_string, char *response);
/u-boot/drivers/ram/stm32mp1/
A Dstm32mp1_interactive.c49 const char *cmd_string[DDR_CMD_UNKNOWN] = { in stm32mp1_get_command() local
89 if (!strcmp(cmd, cmd_string[i])) { in stm32mp1_get_command()

Completed in 9 milliseconds