Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_i2c.c182 if (msg->command == EC_CMD_REBOOT_EC) in cros_ec_pkt_xfer_i2c()
283 if (msg->command == EC_CMD_REBOOT_EC) in cros_ec_cmd_xfer_i2c()
Dcros_ec_spi.c499 if (ec_msg->command == EC_CMD_REBOOT_EC) in cros_ec_pkt_xfer_spi()
618 if (ec_msg->command == EC_CMD_REBOOT_EC) in cros_ec_cmd_xfer_spi()
Dcros_ec_sysfs.c113 msg->command = EC_CMD_REBOOT_EC + ec->cmd_offset; in reboot_store()
/Linux-v4.19/include/linux/mfd/
Dcros_ec_commands.h2714 #define EC_CMD_REBOOT_EC 0xd2 macro