Searched refs:cmd_string (Results 1 – 3 of 3) sorted by relevance
127 int fastboot_handle_command(char *cmd_string, char *response) in fastboot_handle_command() argument132 cmd_parameter = cmd_string; in fastboot_handle_command()136 if (!strcmp(commands[i].command, cmd_string)) { in fastboot_handle_command()142 pr_err("command %s not supported.\n", cmd_string); in fastboot_handle_command()149 pr_err("command %s not recognized.\n", cmd_string); in fastboot_handle_command()
143 int fastboot_handle_command(char *cmd_string, char *response);
48 const char *cmd_string[DDR_CMD_UNKNOWN] = { in stm32mp1_get_command() local82 if (!strcmp(cmd, cmd_string[i])) { in stm32mp1_get_command()
Completed in 12 milliseconds