Searched refs:gyro_y_dmp_bias_fd (Results 1 – 4 of 4) sorted by relevance
341 int gyro_y_dmp_bias_fd; variable
257 gyro_y_dmp_bias_fd = open(mpu.in_gyro_y_dmp_bias, O_RDWR); in MPLSensor()260 gyro_y_dmp_bias_fd == -1 || gyro_z_dmp_bias_fd == -1) { in MPLSensor()945 if (gyro_y_dmp_bias_fd > 0) { in ~MPLSensor()946 close(gyro_y_dmp_bias_fd); in ~MPLSensor()5382 if(write_attribute_sensor_continuous(gyro_y_dmp_bias_fd, 0) < 0) {5422 if(write_attribute_sensor_continuous(gyro_y_dmp_bias_fd, bias[1]) < 0) {6591 if(write_attribute_sensor_continuous(gyro_y_dmp_bias_fd, 0) < 0) {
367 int gyro_y_dmp_bias_fd; variable
381 gyro_y_dmp_bias_fd = open(mpu.in_gyro_y_dmp_bias, O_RDWR); in MPLSensor()384 gyro_y_dmp_bias_fd == -1 || gyro_z_dmp_bias_fd == -1) { in MPLSensor()1027 if (gyro_y_dmp_bias_fd > 0) { in ~MPLSensor()1028 close(gyro_y_dmp_bias_fd); in ~MPLSensor()5353 if(write_attribute_sensor_continuous(gyro_y_dmp_bias_fd, bias[1]) < 0) { in setGyroBias()6435 if(write_attribute_sensor_continuous(gyro_y_dmp_bias_fd, 0) < 0) { in initBias()