Searched refs:accel_y_dmp_bias_fd (Results 1 – 4 of 4) sorted by relevance
333 int accel_y_dmp_bias_fd; variable
334 accel_y_dmp_bias_fd = open(mpu.in_accel_y_dmp_bias, O_RDWR); in MPLSensor()337 accel_y_dmp_bias_fd == -1 || accel_z_dmp_bias_fd == -1) { in MPLSensor()935 if (accel_y_dmp_bias_fd > 0) { in ~MPLSensor()936 close(accel_y_dmp_bias_fd); in ~MPLSensor()5536 accel_y_dmp_bias_fd, (long)(mAccelBias[1] / 65536.f / 2)) < 0) {6571 if(write_attribute_sensor_continuous(accel_y_dmp_bias_fd, 0) < 0) {
359 int accel_y_dmp_bias_fd; variable
458 accel_y_dmp_bias_fd = open(mpu.in_accel_y_dmp_bias, O_RDWR); in MPLSensor()461 accel_y_dmp_bias_fd == -1 || accel_z_dmp_bias_fd == -1) { in MPLSensor()1017 if (accel_y_dmp_bias_fd > 0) { in ~MPLSensor()1018 close(accel_y_dmp_bias_fd); in ~MPLSensor()5473 accel_y_dmp_bias_fd, (long)(mAccelBias[1] / 65536.f / 2)) < 0) { in setAccelBias()6415 if(write_attribute_sensor_continuous(accel_y_dmp_bias_fd, 0) < 0) { in initBias()