Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/platform/chrome/
Dcros_ec_i2c.c174 if (msg->command == EC_CMD_REBOOT_EC) in cros_ec_pkt_xfer_i2c()
275 if (msg->command == EC_CMD_REBOOT_EC) in cros_ec_cmd_xfer_i2c()
Dcros_ec_trace.c131 TRACE_SYMBOL(EC_CMD_REBOOT_EC), \
Dcros_ec_rpmsg.c140 if (ec_msg->command == EC_CMD_REBOOT_EC) in cros_ec_pkt_xfer_rpmsg()
Dcros_ec_spi.c520 if (ec_msg->command == EC_CMD_REBOOT_EC) in do_cros_ec_pkt_xfer_spi()
639 if (ec_msg->command == EC_CMD_REBOOT_EC) in do_cros_ec_cmd_xfer_spi()
Dcros_ec_sysfs.c99 msg->command = EC_CMD_REBOOT_EC + ec->cmd_offset; in reboot_store()
Dcros_ec_ishtp.c557 if (msg->command == EC_CMD_REBOOT_EC) in cros_ec_pkt_xfer_ish()
/Linux-v5.10/include/linux/platform_data/
Dcros_ec_commands.h4720 #define EC_CMD_REBOOT_EC 0x00D2 macro