Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dfastboot.c47 static char *cmd_string = NULL; variable
162 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 …]
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-brcmstb.c104 static char const *cmd_string[] = { variable
315 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()