Home
last modified time | relevance | path

Searched refs:ec_response_get_features (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/linux/platform_data/
Dcros_ec_proto.h210 struct ec_response_get_features features;
Dcros_ec_commands.h1310 struct ec_response_get_features { struct
/Linux-v6.1/drivers/platform/chrome/
Dcros_ec_proto.c905 struct ec_response_get_features *features = &ec->features; in cros_ec_check_features()
Dcros_ec_proto_test.c2410 struct ec_response_get_features *data; in cros_ec_proto_test_check_features_not_cached()
2415 data = (struct ec_response_get_features *)mock->o_data; in cros_ec_proto_test_check_features_not_cached()
2440 KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_get_features)); in cros_ec_proto_test_check_features_not_cached()