Home
last modified time | relevance | path

Searched refs:EC_REBOOT_FLAG_ON_AP_SHUTDOWN (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_sysfs.c52 {"at-shutdown", -1, EC_REBOOT_FLAG_ON_AP_SHUTDOWN}, in reboot_store()
/OK3568_Linux_fs/u-boot/include/
H A Dec_commands.h1595 #define EC_REBOOT_FLAG_ON_AP_SHUTDOWN (1 << 1) /* Reboot after AP shutdown */ macro
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dcros_ec.c532 if (!(flags & EC_REBOOT_FLAG_ON_AP_SHUTDOWN)) { in cros_ec_reboot()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dcros_ec_commands.h4736 #define EC_REBOOT_FLAG_ON_AP_SHUTDOWN BIT(1) /* Reboot after AP shutdown */ macro