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

  /hardware/invensense/libsensors_iio/
MPLSupport.h 30 int read_sysfs_int(char*, int*);
MPLSupport.cpp 138 int read_sysfs_int(char *filename, int *var) function
MPLSensor.cpp 764 res = read_sysfs_int(mpu.power_state, &curr_power_state);
797 res = read_sysfs_int(mpu.firmware_loaded, &status);
808 if (read_sysfs_int(mpu.dmp_on, &status) < 0) {
    [all...]
  /hardware/invensense/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 108 int read_sysfs_int(char *filename, int *var) function
287 if (read_sysfs_int(mpu.gyro_x_bias, &gyro_bias[0].i) < 0 ||
288 read_sysfs_int(mpu.gyro_y_bias, &gyro_bias[1].i) < 0 ||
289 read_sysfs_int(mpu.gyro_z_bias, &gyro_bias[2].i) < 0) {
305 if (read_sysfs_int(mpu.accel_x_bias, &accel_bias[0].i) < 0 ||
306 read_sysfs_int(mpu.accel_y_bias, &accel_bias[1].i) < 0 ||
307 read_sysfs_int(mpu.accel_z_bias, &accel_bias[2].i) < 0) {
  /hardware/invensense/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 84 int read_sysfs_int(char *filename, int *var) function
199 read_sysfs_int(mpu.firmware_loaded, &res);

Completed in 100 milliseconds