Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Dpnx4008_wdt.c132 const char *boot_cmd = cmd; in pnx4008_restart_handler() local
140 if (boot_cmd) { in pnx4008_restart_handler()
141 if (boot_cmd[0] == 'h') in pnx4008_restart_handler()
143 else if (boot_cmd[0] == 's') in pnx4008_restart_handler()
/Linux-v4.19/drivers/input/touchscreen/
Delants_i2c.c500 const u8 boot_cmd[] = { 0x4D, 0x61, 0x69, 0x6E }; in elants_i2c_fastboot() local
503 error = elants_i2c_send(client, boot_cmd, sizeof(boot_cmd)); in elants_i2c_fastboot()