Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_proto.h232 struct ec_response_get_features features;
H A Dcros_ec_commands.h1320 struct ec_response_get_features { struct
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_proto.c907 struct ec_response_get_features *features = &ec->features; in cros_ec_check_features()
H A Dcros_ec_proto_test.c2411 struct ec_response_get_features *data; in cros_ec_proto_test_check_features_not_cached()
2416 data = (struct ec_response_get_features *)mock->o_data; in cros_ec_proto_test_check_features_not_cached()
2441 KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_get_features)); in cros_ec_proto_test_check_features_not_cached()
/openbmc/u-boot/drivers/misc/
H A Dcros_ec.c1286 struct ec_response_get_features r; in cros_ec_check_feature()
/openbmc/u-boot/include/
H A Dec_commands.h1104 struct __ec_align4 ec_response_get_features { struct