Symbol: cros_ec_check_features
drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
326
if (cros_ec_check_features(ec, EC_FEATURE_MOTION_SENSE_FIFO)) {
drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
384
!cros_ec_check_features(ec, EC_FEATURE_MOTION_SENSE_FIFO))
drivers/mfd/cros_ec_dev.c
211
if (cros_ec_check_features(ec, cros_mcu_devices[i].id)) {
drivers/mfd/cros_ec_dev.c
255
if (cros_ec_check_features(ec, cros_subdevices[i].id)) {
drivers/mfd/cros_ec_dev.c
271
if (cros_ec_check_features(ec, EC_FEATURE_USB_PD) &&
drivers/mfd/cros_ec_dev.c
272
!cros_ec_check_features(ec, EC_FEATURE_UCSI_PPM)) {
drivers/mfd/cros_ec_dev.c
286
if (cros_ec_check_features(ec, EC_FEATURE_LIGHTBAR) ||
drivers/mfd/cros_ec_dev.c
302
if (cros_ec_check_features(ec, EC_FEATURE_USB_PD)) {
drivers/platform/chrome/cros_ec_proto.c
980
EXPORT_SYMBOL_GPL(cros_ec_check_features);
drivers/platform/chrome/cros_ec_proto_test.c
2368
ret = cros_ec_check_features(&ec, i);
drivers/platform/chrome/cros_ec_proto_test.c
2410
ret = cros_ec_check_features(&ec, i);
drivers/platform/chrome/cros_ec_sensorhub.c
128
if (cros_ec_check_features(ec,
drivers/platform/chrome/cros_ec_sensorhub.c
171
if (cros_ec_check_features(ec, EC_FEATURE_MOTION_SENSE)) {
drivers/platform/chrome/cros_ec_sensorhub.c
189
if (cros_ec_check_features(ec, EC_FEATURE_MOTION_SENSE_FIFO)) {
drivers/platform/chrome/cros_ec_sensorhub.c
204
if (cros_ec_check_features(ec, EC_FEATURE_MOTION_SENSE_FIFO)) {
drivers/platform/chrome/cros_ec_sensorhub.c
246
if (cros_ec_check_features(ec, EC_FEATURE_MOTION_SENSE_FIFO))
drivers/platform/chrome/cros_ec_sensorhub.c
256
if (cros_ec_check_features(ec, EC_FEATURE_MOTION_SENSE_FIFO))
drivers/platform/chrome/cros_ec_sensorhub_ring.c
1014
sensorhub->tight_timestamps = cros_ec_check_features(
drivers/platform/chrome/cros_ec_sysfs.c
352
const bool ap_driven_altmode = cros_ec_check_features(
drivers/platform/chrome/cros_ec_typec.c
1375
typec->typec_cmd_supported = cros_ec_check_features(ec_dev, EC_FEATURE_TYPEC_CMD);
drivers/platform/chrome/cros_ec_typec.c
1376
typec->needs_mux_ack = cros_ec_check_features(ec_dev, EC_FEATURE_TYPEC_MUX_REQUIRE_AP_ACK);
drivers/platform/chrome/cros_ec_typec.c
1377
typec->ap_driven_altmode = cros_ec_check_features(
include/linux/platform_data/cros_ec_proto.h
272
bool cros_ec_check_features(struct cros_ec_dev *ec, int feature);