Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/platform_data/
Dcros_ec_proto.h40 #define EC_PROTO_VERSION_UNKNOWN 0 macro
/Linux-v6.1/drivers/platform/chrome/
Dcros_ec_proto.c515 ec_dev->proto_version = EC_PROTO_VERSION_UNKNOWN; in cros_ec_query_all()
612 if (ec_dev->proto_version == EC_PROTO_VERSION_UNKNOWN) { in cros_ec_cmd_xfer()
Dcros_ec_proto_test.c628 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN); in cros_ec_proto_test_query_all_legacy_xfer_error()
676 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN); in cros_ec_proto_test_query_all_legacy_return_error()
729 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN); in cros_ec_proto_test_query_all_legacy_data_error()
777 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN); in cros_ec_proto_test_query_all_legacy_return0()