Home
last modified time | relevance | path

Searched refs:EC_RES_INVALID_VERSION (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/input/keyboard/
Dcros_ec_keyb.c354 } else if (msg->result == EC_RES_INVALID_VERSION) { in cros_ec_keyb_info()
/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_proto.c544 if (ret < 0 || msg->result != EC_RES_INVALID_VERSION) in get_next_event()
/Linux-v4.19/include/linux/mfd/
Dcros_ec_commands.h233 EC_RES_INVALID_VERSION = 6, enumerator