Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/watchdog/
Dpnx4008_wdt.c128 const char *boot_cmd = cmd; in pnx4008_restart_handler() local
136 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()
/linux-6.6.21/drivers/pci/
Dvgaarb.c608 u16 cmd, boot_cmd; in vga_is_boot_device() local
671 &boot_cmd); in vga_is_boot_device()
672 if (boot_cmd & (PCI_COMMAND_IO | PCI_COMMAND_MEMORY)) in vga_is_boot_device()
/linux-6.6.21/drivers/input/touchscreen/
Delants_i2c.c590 const u8 boot_cmd[] = { 0x4D, 0x61, 0x69, 0x6E }; in elants_i2c_fastboot() local
593 error = elants_i2c_send(client, boot_cmd, sizeof(boot_cmd)); in elants_i2c_fastboot()