Searched refs:cmd_string (Results 1 – 2 of 2) sorted by relevance
47 static char *cmd_string = NULL; variable162 if (cmd_string == NULL) { in fastboot_send()165 cmd_string = strsep(&cmd_parameter, ":"); in fastboot_send()166 cmd_string = strdup(cmd_string); in fastboot_send()170 } else if (!strcmp("getvar", cmd_string)) { in fastboot_send()172 } else if (!strcmp("download", cmd_string)) { in fastboot_send()174 } else if (!strcmp("flash", cmd_string)) { in fastboot_send()176 } else if (!strcmp("erase", cmd_string)) { in fastboot_send()178 } else if (!strcmp("boot", cmd_string)) { in fastboot_send()180 } else if (!strcmp("continue", cmd_string)) { in fastboot_send()[all …]
104 static char const *cmd_string[] = { variable315 cmd_string[cmd]); in brcmstb_send_i2c_cmd()323 cmd_string[cmd]); in brcmstb_send_i2c_cmd()387 dev_dbg(dev->device, "%s failure", cmd_string[cmd]); in brcmstb_i2c_xfer_bsc_data()