Home
last modified time | relevance | path

Searched refs:mRingPath (Results 1 – 2 of 2) sorted by relevance

/device/google/dragon/sensor_hub/
Dcros_ec_sensors.cpp71 strcpy(mRingPath, ring_device_name); in CrosECSensor()
74 if (cros_ec_sysfs_set_input_attr_by_int(mRingPath, "buffer/enable", 0) < 0) { in CrosECSensor()
78 if (cros_ec_sysfs_set_input_attr(mRingPath, "trigger/current_trigger", in CrosECSensor()
83 if (cros_ec_sysfs_set_input_attr_by_int(mRingPath, "buffer/length", in CrosECSensor()
88 if (cros_ec_sysfs_set_input_attr_by_int(mRingPath, "buffer/enable", 1) < 0) { in CrosECSensor()
107 if (cros_ec_sysfs_set_input_attr_by_int(mRingPath, "buffer/enable", 0) < 0) { in ~CrosECSensor()
Dcros_ec_sensors.h122 char mRingPath[IIO_MAX_DEVICE_NAME_LENGTH]; variable