Searched refs:INV_MPU6050_SENSOR_ACCL (Results 1 – 3 of 3) sorted by relevance
318 if (mask & INV_MPU6050_SENSOR_ACCL && en == st->chip_config.accl_en) in inv_mpu6050_switch_engine()319 mask &= ~INV_MPU6050_SENSOR_ACCL; in inv_mpu6050_switch_engine()352 if (mask & (INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYRO)) { in inv_mpu6050_switch_engine()361 if (mask & INV_MPU6050_SENSOR_ACCL) { in inv_mpu6050_switch_engine()387 if (mask & INV_MPU6050_SENSOR_ACCL) in inv_mpu6050_switch_engine()395 if (mask & INV_MPU6050_SENSOR_ACCL) { in inv_mpu6050_switch_engine()609 INV_MPU6050_SENSOR_ACCL); in inv_mpu6050_read_channel_data()1374 mask = INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYRO | in inv_check_and_setup_chip()1702 st->suspended_sensors |= INV_MPU6050_SENSOR_ACCL; in inv_mpu_suspend()1732 sensors = INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYRO | in inv_mpu_runtime_suspend()
88 #define INV_MPU6050_SENSOR_ACCL BIT(0) macro
47 mask |= INV_MPU6050_SENSOR_ACCL; in inv_scan_query_mpu6050()