Searched refs:cmd_string (Results 1 – 2 of 2) sorted by relevance
140 int fastboot_handle_command(char *cmd_string, char *response) in fastboot_handle_command() argument145 cmd_parameter = cmd_string; in fastboot_handle_command()149 if (!strcmp(commands[i].command, cmd_string)) { in fastboot_handle_command()155 pr_err("command %s not supported.\n", cmd_string); in fastboot_handle_command()162 pr_err("command %s not recognized.\n", cmd_string); in fastboot_handle_command()
47 const char *cmd_string[DDR_CMD_UNKNOWN] = { in stm32mp1_get_command() local81 if (!strcmp(cmd, cmd_string[i])) { in stm32mp1_get_command()
Completed in 8 milliseconds