Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/chrome/
Dcros_ec_i2c.c172 if (msg->command == EC_CMD_REBOOT_EC) in cros_ec_pkt_xfer_i2c()
273 if (msg->command == EC_CMD_REBOOT_EC) in cros_ec_cmd_xfer_i2c()
Dcros_ec_trace.c102 TRACE_SYMBOL(EC_CMD_REBOOT_EC), \
Dcros_ec_rpmsg.c133 if (ec_msg->command == EC_CMD_REBOOT_EC) in cros_ec_pkt_xfer_rpmsg()
Dcros_ec_spi.c512 if (ec_msg->command == EC_CMD_REBOOT_EC) in do_cros_ec_pkt_xfer_spi()
631 if (ec_msg->command == EC_CMD_REBOOT_EC) in do_cros_ec_cmd_xfer_spi()
Dcros_ec_sysfs.c100 msg->command = EC_CMD_REBOOT_EC + ec->cmd_offset; in reboot_store()
Dcros_ec_ishtp.c521 if (msg->command == EC_CMD_REBOOT_EC) in cros_ec_pkt_xfer_ish()
/Linux-v5.4/include/linux/platform_data/
Dcros_ec_commands.h4565 #define EC_CMD_REBOOT_EC 0x00D2 macro