Searched refs:accel_y_dmp_bias_fd (Results 1 – 3 of 3) sorted by relevance
359 int accel_y_dmp_bias_fd; variable
454 accel_y_dmp_bias_fd = open(mpu.in_accel_y_dmp_bias, O_RDWR); in MPLSensor()457 accel_y_dmp_bias_fd == -1 || accel_z_dmp_bias_fd == -1) { in MPLSensor()1013 if (accel_y_dmp_bias_fd > 0) { in ~MPLSensor()1014 close(accel_y_dmp_bias_fd); in ~MPLSensor()5444 accel_y_dmp_bias_fd, (long)(mAccelBias[1] / 65536.f / 2)) < 0) { in setAccelBias()6385 if(write_attribute_sensor_continuous(accel_y_dmp_bias_fd, 0) < 0) { in initBias()
336 int accel_y_dmp_bias_fd; variable