Searched refs:accel_x_dmp_bias_fd (Results 1 – 4 of 4) sorted by relevance
332 int accel_x_dmp_bias_fd; variable
333 accel_x_dmp_bias_fd = open(mpu.in_accel_x_dmp_bias, O_RDWR); in MPLSensor()336 if (accel_x_dmp_bias_fd == -1 || in MPLSensor()932 if (accel_x_dmp_bias_fd > 0) { in ~MPLSensor()933 close(accel_x_dmp_bias_fd); in ~MPLSensor()5528 accel_x_dmp_bias_fd, (long)(mAccelBias[0] / 65536.f / 2)) < 0) {6568 if(write_attribute_sensor_continuous(accel_x_dmp_bias_fd, 0) < 0) {
358 int accel_x_dmp_bias_fd; variable
457 accel_x_dmp_bias_fd = open(mpu.in_accel_x_dmp_bias, O_RDWR); in MPLSensor()460 if (accel_x_dmp_bias_fd == -1 || in MPLSensor()1014 if (accel_x_dmp_bias_fd > 0) { in ~MPLSensor()1015 close(accel_x_dmp_bias_fd); in ~MPLSensor()5465 accel_x_dmp_bias_fd, (long)(mAccelBias[0] / 65536.f / 2)) < 0) { in setAccelBias()6412 if(write_attribute_sensor_continuous(accel_x_dmp_bias_fd, 0) < 0) { in initBias()