Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mfd/
Dcros_ec_i2c.c181 if (msg->command == EC_CMD_REBOOT_EC) in cros_ec_pkt_xfer_i2c()
282 if (msg->command == EC_CMD_REBOOT_EC) in cros_ec_cmd_xfer_i2c()
Dcros_ec_spi.c486 if (ec_msg->command == EC_CMD_REBOOT_EC) in cros_ec_pkt_xfer_spi()
606 if (ec_msg->command == EC_CMD_REBOOT_EC) in cros_ec_cmd_xfer_spi()
/linux-4.4.14/drivers/platform/chrome/
Dcros_ec_sysfs.c116 msg->command = EC_CMD_REBOOT_EC + ec->cmd_offset; in store_ec_reboot()
/linux-4.4.14/include/linux/mfd/
Dcros_ec_commands.h2310 #define EC_CMD_REBOOT_EC 0xd2 macro