Searched refs:accel_x_dmp_bias_fd (Results 1 – 4 of 4) sorted by relevance
358 int accel_x_dmp_bias_fd; variable
453 accel_x_dmp_bias_fd = open(mpu.in_accel_x_dmp_bias, O_RDWR); in MPLSensor()456 if (accel_x_dmp_bias_fd == -1 || in MPLSensor()1010 if (accel_x_dmp_bias_fd > 0) { in ~MPLSensor()1011 close(accel_x_dmp_bias_fd); in ~MPLSensor()5436 accel_x_dmp_bias_fd, (long)(mAccelBias[0] / 65536.f / 2)) < 0) { in setAccelBias()6382 if(write_attribute_sensor_continuous(accel_x_dmp_bias_fd, 0) < 0) { in initBias()
335 int accel_x_dmp_bias_fd; variable
361 accel_x_dmp_bias_fd = open(mpu.in_accel_x_dmp_bias, O_RDWR); in MPLSensor()364 if (accel_x_dmp_bias_fd == -1 || in MPLSensor()960 if (accel_x_dmp_bias_fd > 0) { in ~MPLSensor()961 close(accel_x_dmp_bias_fd); in ~MPLSensor()5822 accel_x_dmp_bias_fd, (long)(mAccelBias[0] / 65536.f / 2)) < 0) {7051 if(write_attribute_sensor_continuous(accel_x_dmp_bias_fd, 0) < 0) {