Searched refs:boot_cmd (Results 1 – 3 of 3) sorted by relevance
128 const char *boot_cmd = cmd; in pnx4008_restart_handler() local136 if (boot_cmd) { in pnx4008_restart_handler()137 if (boot_cmd[0] == 'h') in pnx4008_restart_handler()139 else if (boot_cmd[0] == 's') in pnx4008_restart_handler()
105 static const char *boot_cmd[] = { in load_linux_for_nonboot_cpu() local110 for (i = 0; i < ARRAY_SIZE(boot_cmd); i++) { in load_linux_for_nonboot_cpu()111 ret = run_command(boot_cmd[i], 0); in load_linux_for_nonboot_cpu()
528 const u8 boot_cmd[] = { 0x4D, 0x61, 0x69, 0x6E }; in elants_i2c_fastboot() local531 error = elants_i2c_send(client, boot_cmd, sizeof(boot_cmd)); in elants_i2c_fastboot()