Searched refs:INV_MPU6050_SENSOR_ACCL (Results 1 – 3 of 3) sorted by relevance
296 if (mask & INV_MPU6050_SENSOR_ACCL && en == st->chip_config.accl_en) in inv_mpu6050_switch_engine()297 mask &= ~INV_MPU6050_SENSOR_ACCL; in inv_mpu6050_switch_engine()330 if (mask & (INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYRO)) { in inv_mpu6050_switch_engine()339 if (mask & INV_MPU6050_SENSOR_ACCL) { in inv_mpu6050_switch_engine()365 if (mask & INV_MPU6050_SENSOR_ACCL) in inv_mpu6050_switch_engine()373 if (mask & INV_MPU6050_SENSOR_ACCL) { in inv_mpu6050_switch_engine()589 INV_MPU6050_SENSOR_ACCL); in inv_mpu6050_read_channel_data()1350 mask = INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYRO | in inv_check_and_setup_chip()1668 st->suspended_sensors |= INV_MPU6050_SENSOR_ACCL; in inv_mpu_suspend()1698 sensors = INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYRO | in inv_mpu_runtime_suspend()
87 #define INV_MPU6050_SENSOR_ACCL BIT(0) macro
37 mask |= INV_MPU6050_SENSOR_ACCL; in inv_scan_query_mpu6050()