HomeSort by relevance Sort by last modified time
    Searched refs:cros_ec_sysfs_set_input_attr_by_int (Results 1 - 2 of 2) sorted by null

  /device/google/dragon/sensor_hub/
cros_ec_sensors.cpp 74 if (cros_ec_sysfs_set_input_attr_by_int(mRingPath, "buffer/enable", 0) < 0) {
83 if (cros_ec_sysfs_set_input_attr_by_int(mRingPath, "buffer/length",
88 if (cros_ec_sysfs_set_input_attr_by_int(mRingPath, "buffer/enable", 1) < 0) {
107 if (cros_ec_sysfs_set_input_attr_by_int(mRingPath, "buffer/enable", 0) < 0) {
143 return cros_ec_sysfs_set_input_attr_by_int(info->device_name, "flush", 1);
164 err = cros_ec_sysfs_set_input_attr_by_int(info->device_name,
177 err = cros_ec_sysfs_set_input_attr_by_int(
185 err = cros_ec_sysfs_set_input_attr_by_int(info->device_name, attr, enabled);
432 int cros_ec_sysfs_set_input_attr_by_int(const char *path, function
cros_ec_sensors.h 114 int cros_ec_sysfs_set_input_attr_by_int(const char *path, const char *attr, int value);

Completed in 184 milliseconds