Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/keyboard/
Dcros_ec_keyb.c356 } else if (msg->result == EC_RES_INVALID_VERSION) { in cros_ec_keyb_info()
/Linux-v5.4/drivers/platform/chrome/
Dcros_ec_proto.c555 if (ret < 0 || msg->result != EC_RES_INVALID_VERSION) in get_next_event()
/Linux-v5.4/include/linux/platform_data/
Dcros_ec_commands.h469 EC_RES_INVALID_VERSION = 6, enumerator