Home
last modified time | relevance | path

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

/linux/drivers/platform/chrome/
H A 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()
H A Dcros_ec_rpmsg.c142 if (ec_msg->command == EC_CMD_REBOOT_EC) in cros_ec_pkt_xfer_rpmsg()
H A Dcros_ec_trace.c133 TRACE_SYMBOL(EC_CMD_REBOOT_EC), \
H A Dcros_ec_uart.c34 * EC_CMD_REBOOT_EC sent, high level driver should be able to intercept EC
201 if (ec_msg->command == EC_CMD_REBOOT_EC) in cros_ec_uart_pkt_xfer()
H A Dcros_ec_sysfs.c100 msg->command = EC_CMD_REBOOT_EC + ec->cmd_offset; in reboot_store()
H A Dcros_ec_ishtp.c533 if (msg->command == EC_CMD_REBOOT_EC) in cros_ec_pkt_xfer_ish()
/linux/include/linux/platform_data/
H A Dcros_ec_commands.h514 * for this event following sending a EC_CMD_REBOOT_EC command to
4944 #define EC_CMD_REBOOT_EC 0x00D2 macro
4992 * Use EC_CMD_REBOOT_EC to reboot the EC more politely.