Home
last modified time | relevance | path

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

/linux-6.15/include/linux/platform_data/
H A Dcros_ec_proto.h237 struct ec_response_get_features features;
H A Dcros_ec_commands.h1352 struct ec_response_get_features { struct
/linux-6.15/drivers/platform/chrome/
H A Dcros_ec_proto.c966 struct ec_response_get_features *features = &ec->features; in cros_ec_check_features()
H A Dcros_ec_proto_test.c2399 struct ec_response_get_features *data; in cros_ec_proto_test_check_features_not_cached()
2404 data = (struct ec_response_get_features *)mock->o_data; in cros_ec_proto_test_check_features_not_cached()
2429 KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_get_features)); in cros_ec_proto_test_check_features_not_cached()