Searched refs:cros_ec_sysfs_get_attr (Results 1 – 3 of 3) sorted by relevance
/device/google/dragon/sensor_hub/ |
D | sensors.cpp | 358 if (cros_ec_sysfs_get_attr(vpd_path, calib_key[i], calib_value[i])) { in cros_ec_calibrate_3d_sensor() 431 if (cros_ec_sysfs_get_attr(path_device, "name", dev_name)) in cros_ec_get_sensors_names() 452 if (cros_ec_sysfs_get_attr(path_device, "location", loc)) in cros_ec_get_sensors_names() 458 if (cros_ec_sysfs_get_attr(path_device, "id", dev_id)) in cros_ec_get_sensors_names() 482 if (cros_ec_sysfs_get_attr(path_device, "scale", dev_scale)) { in cros_ec_get_sensors_names()
|
D | cros_ec_sensors.h | 115 int cros_ec_sysfs_get_attr(const char *path, const char *attr, char *output);
|
D | cros_ec_sensors.cpp | 378 int cros_ec_sysfs_get_attr(const char *path, const char *attr, char *output) in cros_ec_sysfs_get_attr() function
|