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

  /device/google/dragon/sensor_hub/
cros_ec_sensors.h 119 int cros_ec_sysfs_get_attr(const char *path, const char *attr, char *output);
sensors.cpp 360 if (cros_ec_sysfs_get_attr(vpd_path, calib_key[i], calib_value[i])) {
433 if (cros_ec_sysfs_get_attr(path_device, "name", dev_name))
454 if (cros_ec_sysfs_get_attr(path_device, "location", loc))
460 if (cros_ec_sysfs_get_attr(path_device, "id", dev_id))
484 if (cros_ec_sysfs_get_attr(path_device, "scale", dev_scale)) {
cros_ec_sensors.cpp 372 * cros_ec_sysfs_get_attr: Helper function to read sysfs attributes.
378 int cros_ec_sysfs_get_attr(const char *path, const char *attr, char *output) function

Completed in 68 milliseconds