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
205
if (cros_ec_check_features(ec, cros_mcu_devices[i].id)) {
drivers/mfd/cros_ec_dev.c
251
if (cros_ec_check_features(ec, cros_subdevices[i].id)) {
drivers/mfd/cros_ec_dev.c
268
if (cros_ec_check_features(ec, EC_FEATURE_USB_PD) &&
drivers/mfd/cros_ec_dev.c
269
cros_ec_check_features(ec, EC_FEATURE_UCSI_PPM) &&
drivers/mfd/cros_ec_dev.c
284
if (cros_ec_check_features(ec, EC_FEATURE_USB_PD) &&
drivers/mfd/cros_ec_dev.c
285
!cros_ec_check_features(ec, EC_FEATURE_UCSI_PPM)) {
drivers/mfd/cros_ec_dev.c
299
if (cros_ec_check_features(ec, EC_FEATURE_LIGHTBAR) ||
drivers/mfd/cros_ec_dev.c
315
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
131
if (cros_ec_check_features(ec,
drivers/platform/chrome/cros_ec_sensorhub.c
174
if (cros_ec_check_features(ec, EC_FEATURE_MOTION_SENSE)) {
drivers/platform/chrome/cros_ec_sensorhub.c
192
if (cros_ec_check_features(ec, EC_FEATURE_MOTION_SENSE_FIFO)) {
drivers/platform/chrome/cros_ec_sensorhub.c
207
if (cros_ec_check_features(ec, EC_FEATURE_MOTION_SENSE_FIFO)) {
drivers/platform/chrome/cros_ec_sensorhub.c
249
if (cros_ec_check_features(ec, EC_FEATURE_MOTION_SENSE_FIFO))
drivers/platform/chrome/cros_ec_sensorhub.c
259
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
351
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
274
bool cros_ec_check_features(struct cros_ec_dev *ec, int feature);