Lines Matching defs:command
32 static int cros_ec_rtc_get(struct cros_ec_device *cros_ec, u32 command,
42 msg.msg.command = command;
49 command == EC_CMD_RTC_GET_VALUE ? "time" : "alarm",
59 static int cros_ec_rtc_set(struct cros_ec_device *cros_ec, u32 command,
69 msg.msg.command = command;
76 command == EC_CMD_RTC_SET_VALUE ? "time" : "alarm",
129 * The EC host command for getting the alarm is relative (i.e. 5
160 * The EC host command for setting the alarm is relative
179 * clear command.