Searched refs:cmd_string (Results 1 – 3 of 3) sorted by relevance
145 int fastboot_handle_command(char *cmd_string, char *response) in fastboot_handle_command() argument150 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()
144 int fastboot_handle_command(char *cmd_string, char *response);
49 const char *cmd_string[DDR_CMD_UNKNOWN] = { in stm32mp1_get_command() local89 if (!strcmp(cmd, cmd_string[i])) { in stm32mp1_get_command()
Completed in 9 milliseconds